Hey,
I was wondering how i can remove the quantity option at checkout as i sell digital items. I have seen other people show how to do this on other themes, but i can’t seem to work out how to do it on the sense theme.
Thanks in advance!
Hey,
I was wondering how i can remove the quantity option at checkout as i sell digital items. I have seen other people show how to do this on other themes, but i can’t seem to work out how to do it on the sense theme.
Thanks in advance!
Hi @WoTD
You could disable the quantity option by editing your theme setting:
If you find this answer helpful, please mark it as a solution.
All the best.
Hi
Checkout customizations are not possible until you have shopify plus plan. If you are talking about cart or cart drawer then its possible.
Thanks for your response! Yeah sorry i’m referring to the cart!
Please share the url of the shop
My store is not yet live is that okay?
Add this code at the end of .css file
td.cart-item__quantity {
visibility: hidden !important;
}
th.cart-items__heading--wide.small-hide.caption-with-letter-spacing {
visibility: hidden !important;
}
Thank you!!!