dafonk Posted September 28, 2011 Share Posted September 28, 2011 Hi, I´m trying to make a copy of the zone.php shipping module to use it as two, or more, separate modules. What I did is change the class name in all places where it appears in the document and of course I rename with that name the php file. Every thing works ok and I could install both instances of the modules separately. For example I´ve zone 1.php, zone 2 .php and so on. I´m working with PSM (Individual Product Shipping Method) where I can choose wich shipping module (method) I want to use with each product. Every thing works ok....and in the store, when I check the purchase procedure it show me the shipping cost that I configure correctly... BUT The copy of the original module does not pass to payment.php, stays in shipping.php. The oder is workin right... Just to be sure, I did the same with another module (like item.php) and it does the same. So there is some conflict between the copies. What I´m missing? Danks for any Help Quote Link to comment Share on other sites More sharing options...
multimixer Posted September 28, 2011 Share Posted September 28, 2011 Did you add a "_" into the module name, like zone_1.php and class zone_1 ? Change it to a name like zone1. Just a possible issue Psytanium 1 Quote My community profile | Template system for osCommerce - New: Responsive | Feedback channel Link to comment Share on other sites More sharing options...
dafonk Posted September 28, 2011 Author Share Posted September 28, 2011 Yes I did......Will check it out and inform . Thanks Quote Link to comment Share on other sites More sharing options...
dafonk Posted September 29, 2011 Author Share Posted September 29, 2011 Did you add a "_" into the module name, like zone_1.php and class zone_1 ? Change it to a name like zone1. Just a possible issue Was that really ... thank you multimixer very much for your help Quote Link to comment Share on other sites More sharing options...
Psytanium Posted August 29, 2017 Share Posted August 29, 2017 weird, 9h wasted. thank you@multimixer Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.