Page 1 of 1

View Cart Page, need help removing text...

Posted: Fri Dec 15, 2017 3:14 am
by greenmountain802
Hello! I'm running OC 3.0 and have a challenge and can't seem to find the code in which I need to remove (please see attachment) on the view cart page. I feel having this text as a header on the view cart page would be confusing for a customer and would like it removed... I looked in /catalog/view/theme/default/template/checkout/cart.twig and on line 31 I see this code

" <div id="content" class="{{ class }}">{{ content_top }}
<h1>{{ heading_title }}
{% if weight %}
&nbsp;({{ weight }})
{% endif %} </h1>"

I deleted it and cleared cache in hopes it would remove text from page but it did not:-( Any guidance would be greatly appreciated and am sure it's just me not getting something:-)

Re: View Cart Page, need help removing text...

Posted: Fri Dec 15, 2017 4:08 am
by IP_CAM
well, I would succest, to first start to find out, how something works, before screwing around in OC Source! :D
Ernie
Image

Re: View Cart Page, need help removing text...

Posted: Fri Dec 15, 2017 4:36 am
by greenmountain802
Thanks!!!
I though that setting was showing the weight during checkout :crazy: