how to add Shop now button on every product?
please , help me out with this problem ASAP.
thank you
how to add Shop now button on every product?
please , help me out with this problem ASAP.
thank you
Just follow the steps for dawn theme for Add to cart button on collection pages.
From Shopify Admin select Online Store and click on Themes
Choose your main theme
Click the . . . on the top left-right (see below) and hit Edit code
Open Snippets → card-product.liquid File and paste below code at the end of the page.
<form method="post" action="/cart/add">
<input type="hidden" name="id" value="{{ product.variants.first.id }}" />
<input min="1" type="number" id="quantity" name="quantity" value="1"/>
<input type="submit" value="Add to cart" class="btn" />
</form>
Hi @vmkvana
This is Victor from PageFly - Shopify Page Builder App
Please follow my instructions and enable the button
Step 1: Online Stores > Themes > Customizer
Step 2: Change to the Product page and click on buy buttons > Enable this option
Hope this can help you solve the issue
Best regards,
Victor | PageFly