Venture Theme - removing quantity from SHOPPING CART

Hi, I’m using the free Venture theme, and I’ve successfully removed the quantity selector from the product page, but it shows in the shopping cart. I sell a digital product and want to remove quantity from page as a whole. I’m planning to launch very soon so I need help asap. How do I do this? Thanks!

on the theme, ‘Edit code’ and look for cart-template.liquid

look for

{{ 'cart.label.quantity' | t }}

replace with

{% comment %}{{ 'cart.label.quantity' | t }}{% endcomment %}

look for


                  
                  
                

replace with

{% comment %}
                  
                  
                {% endcomment %}
1 Like

Wow, worked like a charm on a 24k gold necklace! Thank you sir!

1 Like