I sell one of a kind items and need to remove the quantity selector from the cart page. Does anyone know how to get rid of the little up/down arrows (circled in red)?
Thanks!
I sell one of a kind items and need to remove the quantity selector from the cart page. Does anyone know how to get rid of the little up/down arrows (circled in red)?
Thanks!
Hey @mialouise
Kindly share your Store URL and Password if enabled
@mialouise
Hello, Can you Please Share Your Store URL I will check and Provide Proper Solution
Thanks
Hey @mialouise
Follow these Steps:
{% if template == 'cart' %}
{% endif %}
NOTE: Removing only those arrows is not possible so here’s a similar solution which might help you out
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
@mialouise
Hello,
Please change your input type format currently input type format its number So
Go to online store > Select theme > Edit Code > main-item-cart.liquid
Search Following code
Quantity
Remove
change input type number to input type text
Like This