Can you tell me how to remove quantity selector from every product shopify cart drawer & cart page include the trash/bin icon. its a custom theme.
user can add multiple product/variation but just 1 product of them, Like can add red and yellow tshirt from same shirt variation, to add same variant user have to click/tap twice add to cart button
Hey @theapptest, follow these steps
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->before the body ----->
If this code work please do not forget to like and mark it as a solution
Hi, @theapptest
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code before the </head> tag