Hi guys,
I d
3on't know if anyone can help me with this. We ship to different area's of the UK and the only way I could seem to have the different area's working how I need them was to use the weight based shipping and set for each geo location with 5000000:price as its fixed for each area. The problem I have is that it shows the weight next to each option and I am using the weight field to show the box quantities.
Can someone help with instructions of removing the weight from view. This is in step four of the checkout, and I am using 1.5.2.1. I looked on the shipping_weight.tpl but couldn't find anything there. I have it set to not show in the settings menu, but that does not seem to have helped. I have copied below how it is showing.
Any and all help appreciated.
Thanks,
Location Based Shipping
England & Wales Noon ( 6.00kg) £0.00
England Wales 10.30 ( 6.00kg) £6.00
England Wales 9.00 ( 6.00kg) £12.00
You'll need to make the following edits:
In catalog/model/shipping/weight.php
Replace This:
With This:
Regards,
Joel.
In catalog/model/shipping/weight.php
Replace This:
Code: Select all
'title' => $result['name'] . ' (' . $this->language->get('text_weight') . ' ' . $this->weight->format($weight, $this->config->get('config_weight_class_id')) . ')',
Code: Select all
'title' => $result['name'],
Regards,
Joel.
Who is online
Users browsing this forum: No registered users and 2 guests