This is a discussion on Get 1 Free within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; Corrected Package for version 1.4. There was a typo in the includes/functions/get_1_free.php file Change // Auto expire ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| Corrected Package for version 1.4. There was a typo in the includes/functions/get_1_free.php file Change // Auto expire products on get_1_free function tep_expire_get_1_free() { $get_1_free_query = tep_db_query("select get_1_free_id from " . TABLE_GET_1_FREE . " where status = '1' and now() >= get_1_free_expires_date and get_1_free_expires_date > 0"); if (tep_db_num_rows($specials)) { while ($get_1_free = tep_db_fetch_array($get_1_free_query)) { tep_set_get_1_free_status($get_1_free['get_1_free_id'], '0'); } } } to // Auto expire products on get_1_free function tep_expire_get_1_free() { $get_1_free_query = tep_db_query("select get_1_free_id from " . TABLE_GET_1_FREE . " where status = '1' and now() >= get_1_free_expires_date and get_1_free_expires_date > 0"); if (tep_db_num_rows($get_1_free_query)) { while ($get_1_free = tep_db_fetch_array($get_1_free_query)) { tep_set_get_1_free_status($get_1_free['get_1_free_id'], '0'); } } } More...
__________________ Michael Sasek osCMax Developer osCMax Templates - Hundreds of premium quality templates. New designs every month! xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Get 1 Free | michael_s | New osCommerce Contributions | 0 | 11-30-2007 06:10 AM |
| Get 1 Free | michael_s | New osCommerce Contributions | 0 | 11-17-2007 03:31 AM |
| Get 1 Free | michael_s | New osCommerce Contributions | 0 | 03-28-2007 08:03 PM |
| Get 1 Free | michael_s | New osCommerce Contributions | 0 | 03-27-2007 05:50 PM |
| Get 1 Free | michael_s | New osCommerce Contributions | 0 | 03-27-2007 03:00 PM |