Portman Posted August 12, 2014 Share Posted August 12, 2014 Hi, I'm Just doing the final debugging before going live and have noticed that there is something wrong with my Zone based shipping. I have set up a duplicate zones module to allow for express international shipping - both zone modules work for all countries EXCEPT the US, where only the standard shipping works, Ive gone through the code and it all seems to be identical to the standard Zones module (besides the necessary name differences) the data entered into the fields in admin seems to be correct and I have checked the configuration table in the database and again everything seems ok.... Can anyone think of anything that I should do or check to troubleshoot this problem? Thanks heaps. Link to comment Share on other sites More sharing options...
Portman Posted August 14, 2014 Author Share Posted August 14, 2014 Further on this topic.... PLLLLLLLLLEEEASE HELP!!!!! I'm desperate !!this is the last issue before i can go live I have uninstalled all my modules and reinstalled them .... I have 2 zone modules 1 called zone.php and the other zone2.php they are IDENTICAL except for the variables and constants names - which have been changed just like the filename has (ie every zones has become a zones2 If I activate zones only onto my site - it is detected and works as a US customer If I activate zones2 only onto my site - it is NOT detected by a US customer If I do the same thing as a CA customer however both are detectable... Second to this on the checkout confirmation page the TEXT for the selected postage rate (zones.php) does not show up but the Addition of the postage into the total due does show up!!! Is there anywhere else this error could be residing?? Link to comment Share on other sites More sharing options...
oscMarket Posted August 14, 2014 Share Posted August 14, 2014 you not need to duplicate the zones module. in the module there is a setting that allow you to setup multiple zones: // CUSTOMIZE THIS SETTING FOR THE NUMBER OF ZONES NEEDED $this->num_zones = 1; Link to comment Share on other sites More sharing options...
Portman Posted August 14, 2014 Author Share Posted August 14, 2014 thanks @@wHiTeHaT That is for changing how many zones you need .... but if you need a payment option for standard and express postage you need to separate modules and that is my problem. I have 2 different modules but only the first one shows for US customers not the second one and if I remove the first module I get an error as if there are no modules installed (again for US only) but it works fine for other countries. Link to comment Share on other sites More sharing options...
oscMarket Posted August 15, 2014 Share Posted August 15, 2014 seems like you messed up the second zone2.php you could take a look at the mzmt module: http://addons.oscommerce.com/info/8136 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.