This is a discussion on Get 1 Free within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; This version adds the function to remove the offer once the expire date has passed.. +++++++++++++++++++++ Upgrade v 1.3 to ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| This version adds the function to remove the offer once the expire date has passed.. +++++++++++++++++++++ Upgrade v 1.3 to 1.4: +++++++++++++++++++++ ======================== Changes in this version: ======================== Bug fixes/Features: * Auto expire now works. =============== Modified Files: =============== The following files have been modified from v 1.2: catalog/includes/application_top.php ============= Installation: ============= Modify or replace the above files. See the following sections. ============= Modify Files: ============= First, open catalog/includes/application_top.php and find the following code --------------------------------------------------------------------------------------- // auto expire special products require(DIR_WS_FUNCTIONS . 'specials.php'); tep_expire_specials(); --------------------------------------------------------------------------------------- add after --------------------------------------------------------------------------------------- // auto expire get_1_free products require(DIR_WS_FUNCTIONS . 'get_1_free.php'); tep_expire_get_1_free(); --------------------------------------------------------------------------------------- Upload catalog/includes/function/get_1_free.php ++++++++++++++++++++++++++++ End of Upgrade v 1.3 to 1.4 ++++++++++++++++++++++++++++ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% More...
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Get 1 Free | michael_s | New osCommerce Contributions | 0 | 08-12-2007 03:12 PM |
| Get 1 Free | michael_s | New osCommerce Contributions | 0 | 05-31-2007 10:12 AM |
| Get 1 Free | michael_s | New osCommerce Contributions | 0 | 03-28-2007 09:03 PM |
| Get 1 Free | michael_s | New osCommerce Contributions | 0 | 03-27-2007 04:00 PM |
| Get 1 Free | michael_s | New osCommerce Contributions | 0 | 03-17-2007 10:50 PM |