How can I change the “Choose Options” button to “Add to Cart”?
Some workarounds have already been implemented but only the button has been renamed. Need to change the functionality and remove the popup that appears when I click on Choose Option.
I want to set the Add to Cart button and when it is clicked the product should be added to the cart instead of a popup.
This is the Home page Featured Collection Section in Refresh Theme, Thanks
To remove the “Choose Options” button and replace it with “Add to Cart” will require some coding in your theme files. If you’re not familiar with coding then I suggest you to hire a Shopify developer. As a replacement solution, I can tell you how to remove the “Choose Options” button.
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
Appreciate your answer. But I need to replace the “Choose Options” Button with Add to Cart. I already found code from the community but that code changed the button name and the choose option popup still appears.
No, I want to replace the “Choose Option” Button with Add to Cart - not only the name. I need to remove the popup that appears after clicking on Choose Option and replace it with “Add to Cart” button. After clicking on Add to Cart, the corresponding Product added to cart instead of the popup appears. Please see the image that I attached with the question.