Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

MZMT : weight not showing on checkout page ?


Recommended Posts

Posted

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

Posted (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 by enigma1
  • 2 weeks later...
Posted
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.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...