Page 1 of 1
Not show weight - Solved
Posted: Thu Jan 30, 2014 10:27 pm
by oclvr
Even selected "not show weight" in option, but weight still shows in check out processing and estimate shipping charge. Is any more setting for not showing weight?
Re: Not show weight
Posted: Fri Jan 31, 2014 2:20 am
by tarheit
I believe this is implemented separately for each shipping method. Which shipping extension are you using?
Re: Not show weight
Posted: Fri Jan 31, 2014 11:07 am
by oclvr
Just default "Weight Based Shipping" in OCv1.5.5.1. The reason to hide is because we directly link weight to shipping.charge
Re: Not show weight - Solved
Posted: Fri Jan 31, 2014 3:25 pm
by oclvr
Found Post by Qphoria ยป Tue Mar 02, 2010 1:28 pm
1. EDIT: catalog/model/shipping/weight.php
2. FIND (1.4.1 or newer):
'title' => $result['name'] . ' (' . $this->language->get('text_weight') . ' ' . $this->weight->format($weight, $this->config->get('config_weight_class')) . ')',
3. REPLACE WITH:
Code: Select all
'title' => $result['name'],
Done 10/28/2013 Line: 44