I need to remove the weight from the cart checkout page.
I turned the setting off in the admin/system/settings/option/
Display Weight on Cart Page:
Show the cart weight on the cart page
After this settings is set to: NO the weight is still in the cart checkout page.
United States (Weight: 0.20lb): $5.99
What i need the line to be is:
United States : $5.99
The main reason is for the Quickbooks export extension will make this an item on import into Quickbooks.
Hey ocartman,
Modify the file:
catalog/model/shipping/weight.php
Find:
Replace With:
Regards,
Joel,
Modify the file:
catalog/model/shipping/weight.php
Find:
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'],
Joel,
Joel
Thank You very much for the reply, that worked out perfect.
Would you know how to have this say "Shipping"?
It would be a replacement text for all the Geo Zone shipping names. The reason is i would like to import these into quick books and have one item for all the shipping options.
Thank You very much for the reply, that worked out perfect.
Would you know how to have this say "Shipping"?
It would be a replacement text for all the Geo Zone shipping names. The reason is i would like to import these into quick books and have one item for all the shipping options.
I've the same problem. OC 1.5.1.3.
Already turned off (no) in the system page. Tried the OpenCart Addons solution, but I still look at the weight in the check out page (shipping choice).
My site is in italian language.
How can I do?
Already turned off (no) in the system page. Tried the OpenCart Addons solution, but I still look at the weight in the check out page (shipping choice).
My site is in italian language.
How can I do?
Who is online
Users browsing this forum: No registered users and 1 guest