ANIL KUMAR PANIGRAHI 's Blog

File for ‘OsCommerce’ Category

Oscommerce issues

Posted by: Anil Kumar Panigrahi in: ● July 21, 2010

Recently one of my friend installed php 5.3 version in his system , and working on oscommerce project. When he trying to run the application he got some fatal errors. I want to discuss some of them and how rectify it.
1) Deprecated: Function eregi() is deprecated in C:\xampp\htdocs\sportstrack\catalog\includes\classes\language.php
To overcome this error :
in language.php at [...]

Events calendar implementation in oscommerce using php code

Posted by: Anil Kumar Panigrahi in: ● May 8, 2010

Hi friends,
In this post i want to explain how to implement events calender in oscommerce. With using this we can schedule the products and we can display the which events/products are schedule in which date.
It looks like :
Call that function in any of your file like :
<?php
$year=date(‘Y’);$month=date(‘m’);
?>
<select id=”year” name=”year” onChange=”getResult();”>
<?php for($i=2000;$i<2020;$i++){ ?>
<option value=”<?php echo $i;?>” [...]

how to configure oscommerce site

Posted by: Anil Kumar Panigrahi in: ● April 8, 2010

Hi friends,
Today I want to discuss how to configure the oscommerce if we are files at subfolder and  run at localhost or site .
http://localhost/oscommerce/shop/
We may get errors at this point, suppose we are run oscommerce shop in a sub folder then we  have to think that how to configure this file to run the site [...]

Integrating Google Checkout in OsCommerce

Posted by: Anil Kumar Panigrahi in: ● July 30, 2009

To integrate Google checkout in Oscommcerce , following steps should .
steps:
1 download the Google checkout addon from the http://addons.oscommerce.com/
2 Follow the steps in the installation file.
3 In the catalog folder change the following files:

– checkout_payment.php
– gc_return.php
– login.php
– shoping_cart.php

4 craete a google checkout folder.
5 In the [...]


About Me

  Anil Kumar Panigrahi
  Software Engineer (PHP)
  Blogger & Founder of Anil Labs
  Baruva, India

You can share with me . . .

My Own Contributions

1) First contribution for codeigniter framework ( multi language support using google translate API ). we can get files from http://github.com/nyros/codeigniter_multilanguage


2) Audio and Video Streaming using FFMpeg and PHP -complete doc file : http://www.docstoc.com/docs/8300349/Audio-and-Video-Streaming

Twitter Updates

Follow me @anil2u
  • http://www.google.co.uk/ logo is changing with mouse move . . . - posted on 07/09/2010 10:57:33
  • True enemies are real friends . . . - posted on 06/09/2010 10:15:29
  • Just watched nice movie " Madrasapattinam ". - posted on 05/09/2010 16:20:48
  • We will always be thankful to our teacher for all the hard work and efforts they have put in, for educating us.- Happy teachers Day . . . :) - posted on 05/09/2010 05:39:13
  • Working on shipping cost functionality (UPS and USPS) for oscommerce shopping cart - posted on 01/09/2010 09:40:03