Guest Posted October 28, 2006 Posted October 28, 2006 Could anyone tell me what file i have to edit to remove the shipping weight ( See Image )
kagg Posted October 28, 2006 Posted October 28, 2006 Find the following code in /includes/modules/shipping/zones.php: $shipping_method = MODULE_SHIPPING_ZONES_TEXT_WAY . ' ' . $dest_country . ' : ' . $shipping_weight . ' ' . MODULE_SHIPPING_ZONES_TEXT_UNITS; Replace with: $shipping_method = MODULE_SHIPPING_ZONES_TEXT_WAY . ' ' . $dest_country;
Guest Posted October 28, 2006 Posted October 28, 2006 Find the following code in /includes/modules/shipping/zones.php:Replace with: Thanks for that :thumbsup:
schlegk Posted January 7, 2008 Posted January 7, 2008 Could anyone tell me what file i have to edit to remove the shipping weight ( See Image ) I don't need to remove this bit, but to change it. The default shows 3 kilos: Zone Rates (Shipping to CH : 3 kilos): CHF 6,00 But I need it to show 2 kilos: Zone Rates (Shipping to CH : 2 kilos): CHF 6,00 Thanks, K.
Guest Posted January 7, 2008 Posted January 7, 2008 I don't need to remove this bit, but to change it.The default shows 3 kilos: Zone Rates (Shipping to CH : 3 kilos): CHF 6,00 But I need it to show 2 kilos: Zone Rates (Shipping to CH : 2 kilos): CHF 6,00 Thanks, K. The weight is edited on the individual products in admin.
Guest Posted January 8, 2008 Posted January 8, 2008 The weight is edited on the individual products in admin. Or the tare weight has not been changed in admin.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.