This is a discussion on Country-State Selector within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; In installation file it show the changes on catalog/admin/customers.php as follows . But when you do that there is an ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| In installation file it show the changes on catalog/admin/customers.php as follows . But when you do that there is an extra } on the page and it become a reason to not complete " case 'deleteconfirm': " part and it doesn't work. Replace: $processed = true; with: $processed = true; // +Country-State Selector } else if ($refresh == 'true') { $cInfo = new objectInfo($HTTP_POST_VARS); } // -Country-State Selector So that change the part on top with the part down below.Now it works. Replace: $processed = true; } with: $processed = true; // +Country-State Selector } else if ($refresh == 'true') { $cInfo = new objectInfo($HTTP_POST_VARS); } // -Country-State Selector No file. More...
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Country-State Selector | michael_s | New osCommerce Contributions | 0 | 03-22-2008 11:26 AM |
| Country-State Selector | michael_s | New osCommerce Contributions | 0 | 02-28-2008 04:10 PM |
| Country-State Selector | michael_s | New osCommerce Contributions | 0 | 02-17-2008 03:00 PM |
| MOD Country-State Selector | chrismole | osCMax v2 Customization/Mods | 4 | 03-28-2006 06:28 AM |
| country/state flat shipping cost? | newzen | osCMax v2 Customization/Mods | 2 | 10-02-2005 01:24 PM |