Post by sitedeveloper999 » Fri Oct 20, 2017 5:02 am

Problem: checkout page shows item weight.
Solution: Stores -> Settings -> Checkout -> Display Weight on Cart Page is set to OFF.

Problem: weight disappeared from the Flat Rate / Free Shipping methods (yay!)...
but the Weight Based Shipping method still shows the weight.

How can I disable the weight display on the Checkout page - regardless of the shipping method?
Or if it's coming from the shipping method itself - how do I disable it for a specific shipping method?

New member

Posts

Joined
Tue Aug 09, 2016 2:09 am

Post by kestas » Fri Oct 20, 2017 2:51 pm

Yes weight shipping method has own. so if you want to remove the weight you need edit this file:
catalog/model/extension/shipping/weight.php
find line 44

Code: Select all

'title'        => $result['name'] . '  (' . $this->language->get('text_weight') . ' ' . $this->weight->format($weight, $this->config->get('config_weight_class_id')) . ')',
and change to:

Code: Select all

'title'        => $result['name'],
Weight doesn't show anymore...

Good luck

Custom OpenCart modules and solutions. You can write PM with additional questions... Extensions you can find here


Active Member

Posts

Joined
Tue Oct 12, 2010 2:23 am
Who is online

Users browsing this forum: No registered users and 213 guests