Remove Quantity From A Collection Page & Update Pricing per Qty Selection - Venture Theme

I have two semi-related questions regarding the Quantity selection in the Venture theme:

(1) I’m using the Venture theme and the product price is not changing/increasing when the quantity for the product is changed/increased. How can I fix that?

(2) I’m using the Venture theme and I need to remove the Quantity selection option from every product in a Collection Page because they’re one-of-a-kind products and there’s only one of each available so the quantity selection option is unnecessary. How do I do that?

Thank you!

(1) I’m using the Venture theme and the product price is not changing/increasing when the quantity for the product is changed/increased. How can I fix that?

Answer - this thing are possible by custom coding on your theme. you need a developer for do it this task.

(2) I’m using the Venture theme and I need to remove the Quantity selection option from every product in a Collection Page because they’re one-of-a-kind products and there’s only one of each available so the quantity selection option is unnecessary. How do I do that?

Answer - Please share your store URL then we will check after that we will able to help you.

If you want to discuss further information then you can contact us by mail or whatsapp for the fast communication. we promised to perfect help to you about any issue related with shopify store.

Thankyou :slightly_smiling_face:

Issue # 1: https://kensho.international/collections/weapons/products/classic-sai

Issue # 2: https://kensho.international/collections/wabi-sabi

@MFEZ

hello

about Issue # 2: https://kensho.international/collections/wabi-sabi

Answer - where is the quantity box? we didn’t found on there. there only showing the view button on product grid.

Oh sorry - if you click on any of the products on that page then you will see the quantity box for that product.

example: https://kensho.international/collections/wabi-sabi/products/ws-20-hickory-nunchaku-i

@MFEZ

Hello,

Please add the below code above in theme.liquid

online store >> edit code >> theme.liquid

.product-form__item--quantity { display: none!important; }

after added the given code store looks like this.

If our solution is helpful for you then Please like the post and tap on accepted.

If you want to discuss any further information then please contact us on our whatsapp.

We will always here for your help.

Thankyou :slightly_smiling_face:

1 Like