Im looking to add a second button next to my ‘Buy Now’ Button where my product section sits on my homepage. I want my new customer to have the option to buy immediately (which the button adds directly to cart) and also the option to view the product page to learn more.
I tried turning ‘Dynamic Button’ on but that only adds the Shop button below the Buy Now button.
Can someone assist?
What template did you use? Did you ever change anything in the snippets/Product.liquid file?
Hi @AaronS89291 ,
To add a “View Product” button next to “Buy Now” on your homepage:
- Go to Shopify Admin → Online Store → Themes → Edit Code.
- Find the product section file (main-product.liquid or featured-product.liquid).
- Locate the “Buy Now” button code and add this after it:
View Product
-
Ensure proper styling with CSS if needed.
-
Save & check the homepage.
Hi, I dont know where the Buy Now button code is, where it starts or end. Can you assist further?
Im using the Taste template. I don’t recall changing anything in the code previously.
Hey again, i tried doing this and trying also looking for multiple ways and kept messing up the code. im also looking to display my 3 variants on the homepage above my two buttons im trying to create to direct the customer to the checkout once they click a variant and then have them go directly to checkout. can you assist?