This is a discussion on CCGV(trad) within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; This is an update to fix tax recalculations if the discout coupon is restricted to certain categories: Find the following ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| This is an update to fix tax recalculations if the discout coupon is restricted to certain categories: Find the following lines in /includes/modules/order_total/ot_coupon.php: $cat_query = tep_db_query("select products_id from products_to_categories where products_id = '" . $products_id . "' and categories_id = '" . $cat_ids[$i] . "'"); Replace by: $cat_query = tep_db_query("select products_id from products_to_categories where products_id = '" . $t_prid . "' and categories_id = '" . $cat_ids[$c] . "'"); Or simply replace the file in enclosed packe. Full package included. 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 |
| CCGV(trad) | michael_s | New osCommerce Contributions | 0 | 02-28-2008 02:51 PM |
| CCGV(trad) | michael_s | New osCommerce Contributions | 0 | 01-11-2008 12:17 AM |
| CCGV(trad) | michael_s | New osCommerce Contributions | 0 | 01-10-2008 09:50 PM |
| CCGV(trad) | michael_s | New osCommerce Contributions | 0 | 08-30-2007 05:19 AM |
| CCGV(trad) | michael_s | New osCommerce Contributions | 0 | 08-29-2007 07:01 PM |