Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Zone Rates removing shipping weight


Guest

Recommended Posts

Posted

Could anyone tell me what file i have to edit to remove the shipping weight ( See Image )

 

 

untitled.jpg

Posted

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;
Posted
Find the following code in /includes/modules/shipping/zones.php:

Replace with:

 

 

Thanks for that :thumbsup:

  • 1 year later...
Posted
Could anyone tell me what file i have to edit to remove the shipping weight ( See Image )

untitled.jpg

 

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.

Posted
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.

Posted
The weight is edited on the individual products in admin.

Or the tare weight has not been changed in admin.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...