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 [...]
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;?>” [...]
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 [...]
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 [...]
Comments