Hi, how do I remove weight display at checkout? I only want shipping cost shown, not the total weight of the products listed next to the shipping option.
This is a discussion on How do I remove weight display at checkout? within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; Hi, how do I remove weight display at checkout? I only want shipping cost shown, not the total weight of ...
Hi, how do I remove weight display at checkout? I only want shipping cost shown, not the total weight of the products listed next to the shipping option.
Last edited by ptt81; 04-06-2009 at 02:05 PM.
The only module I have used that displays the weight I think was the "zones" module. So it will depend on the module you are talking about...
On the zones module, you would edit /includes/modules/shipping/zones.php and search for the $shipping_weight string. You would want to edit this line:
And change it to something like:Code:$shipping_method = MODULE_SHIPPING_ZONES_TEXT_WAY . ' ' . $dest_country . ' : ' . $shipping_weight . ' ' . MODULE_SHIPPING_ZONES_TEXT_UNITS;
It might be different on whatever shipping module you are referring to.Code:$shipping_method = MODULE_SHIPPING_ZONES_TEXT_WAY . ' ' . $dest_country;
im using the shipping module MZMT_Shipping_v1.2, that is MultiGeoZone MultiTable Shipping - version 1.2
the mzmt.php doesn't include a weight string in there so that's why im lost there
it can still see it which means the string must be located else where
nevermind, problem fixed using another shipping module
Bookmarks