Guest Posted December 21, 2005 Posted December 21, 2005 First post here..... I'm using the MZMT shipping module. All items has weight entereed, shipping module has seleced as weight base. But the shipping fee page only shows the correct shipping fee but without weight information. And Besides this, other modules seems can't display the actual weight also. What can I do ? Is there any other setting I've missed? Thanks EMil Quote
Guest Posted December 21, 2005 Posted December 21, 2005 (edited) I think it is a bug in the module. In the quote function of the shipping/mzmt.php files find this: // class methods function quote($method = '') { global $order; replace it with this: // class methods function quote($method = '') { global $order, $shipping_weight; should utilize the $shipping_weight variable see if its any better Edited December 21, 2005 by enigma1 Quote
ktlow Posted January 3, 2006 Posted January 3, 2006 First post here..... I'm using the MZMT shipping module. All items has weight entereed, shipping module has seleced as weight base. But the shipping fee page only shows the correct shipping fee but without weight information. And Besides this, other modules seems can't display the actual weight also. What can I do ? Is there any other setting I've missed? Thanks EMil Hi, I would like to know whether you've solved the problem for MZMT module. Actually, I'm facing some problems with this module too. Firstly, I couldn't get the correct weight calculated. If I have a product with weight 30lbs and if the product quantity is 3, suppose I get the weight 90lbs. But my problem here is the weight only detected as 30lbs. Second, in the admin shipping module I set the geozone shipping table as 0:3.50,60:4.50,100:5.50, suppose the shipping rate is 4.50 but the it can only read 3.50. if I changed the shipping table to 1:3.50,60:4.50,100:5.50 then the shipping rate will read as 0.00 when checking out. I've no idea how to solve it as I'm new in using oscommerce. I really need help from those who are expert. Thanks a lot. Quote
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.
Note: Your post will require moderator approval before it will be visible.