Make button add product to cart (app button)

Make button add product to cart (app button)

Not applicable

Hi, I would like the button shown in the picture to add the product to cart instead its current function of taking me to the product page.

Thank you in advance!

URL: https://hygiadental.com/products/hygiene-pod
PW: myown

 

Screenshot 2025-03-17 at 8.48.43 PM.png

Replies 2 (2)

rajweb
Shopify Partner
795 69 147

Hey @Anonymous ,

Follow these steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag

<style>
    .product-form__buttons {
        max-width: 50% !important;
    }
</style>

Result:

 

rajweb_0-1742207818852.png

If I was able to help you, please don't forget to Like and mark it as the Solution!
If you’re looking for expert help with customization or coding, I’d be delighted to support you. Please don’t hesitate to reach out in my signature below—I’m here to help bring your vision to life!

Best Regard,
Rajat

Rajat | Shopify Expert Developer
Need a reliable Shopify developer for your next project?
Our App: Productify Groups App
Email: rajat.shopify@gmail.com
Portfolio: https://rajatweb.dev
Not applicable

Hi, no I am trying to make the button in the picture actually add my product to cart.