This is a discussion on Manual Order Maker within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; This fixes a problem where the correct country is not selected, which affects how tax is added to the order. ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| This fixes a problem where the correct country is not selected, which affects how tax is added to the order. In admin/includes/modules/create_order_details.php: FIND: CHANGE TO: In admin/create_order_process.php: FIND: $country = tep_db_prepare_input($HTTP_POST_VARS['country']); CHANGE TO: $country = tep_db_prepare_input( tep_get_country_name($HTTP_POST_VARS['country'])); More...
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Manual Order Maker | michael_s | New osCommerce Contributions | 0 | 07-02-2007 12:30 PM |
| Manual Order Maker | michael_s | New osCommerce Contributions | 0 | 06-23-2007 05:24 PM |
| Manual Order Maker | michael_s | New osCommerce Contributions | 0 | 03-24-2007 12:30 AM |
| Manual Order Maker | michael_s | New osCommerce Contributions | 0 | 03-23-2007 10:51 AM |
| Manual Order Maker | michael_s | New osCommerce Contributions | 0 | 03-12-2007 02:10 PM |