This is a discussion on USPS Methods within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; You won't see the new international shipping methods reflected in your admin > modules > shipping > usps without updating ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| You won't see the new international shipping methods reflected in your admin > modules > shipping > usps without updating your database: Run this code in MySQL to find out your configuration id: SELECT configuration_id from configuration where configuration_key = "MODULE_SHIPPING_USPS_TYPES_INTL"; Run this code, substitute "CONFIG_ID" for the value you received from the query above: UPDATE `configuration` SET `configuration_value` = 'GXG, GXG Non-Doc Rect, GXG Non-Doc Non-Rect, Express, Express FlatEnv, Priority Intl, Priority Intl FlatEnv, Priority Intl FlatBox, FirstClass Intl', `last_modified` = NULL , `use_function` = NULL , `set_function` = 'tep_cfg_select_multioption(array('GXG', 'GXG Non-Doc Rect', 'GXG Non-Doc Non-Rect', 'Express', 'Express FlatEnv', 'Priority Intl', 'Priority Intl FlatEnv', 'Priority Intl FlatBox', 'FirstClass Intl'),' WHERE `configuration_id` = 'CONFIG_ID' LIMIT 1; More...
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| USPS Methods | michael_s | New osCommerce Contributions | 0 | 09-05-2007 07:51 AM |
| USPS Methods | michael_s | New osCommerce Contributions | 0 | 08-19-2007 04:52 PM |
| USPS Methods | michael_s | New osCommerce Contributions | 1 | 05-14-2007 05:17 AM |
| USPS Methods | michael_s | New osCommerce Contributions | 0 | 05-09-2007 09:34 PM |
| USPS Methods | michael_s | New osCommerce Contributions | 0 | 01-23-2007 08:11 AM |