Hey All,
So in today's video I am gonna talk about how we can add an add to cart button on collection page so user don't have to option product page for adding to cart so he just chose the products and add them to cart even on collection page.
Here is the Simple Code which enables this button on collection page
Watch this video will the end and let me know if you have any question or queries Thanks
Last video : https://youtu.be/9azLRgc4AnM
Click on the link below to get shopify account and 15 days trial if you haven't get yet Link - https://bit.ly/2ZUXj9C
#shopify #ShopifyCollections #ShopifyAddtoCart
Instagram : https://www.instagram.com/learnwithhannan/
Facebook : https://web.facebook.com/LearnWithHannan/
Keep Following And Learn More.
Wish You Success,
Hannan Waheed
So in today's video I am gonna talk about how we can add an add to cart button on collection page so user don't have to option product page for adding to cart so he just chose the products and add them to cart even on collection page.
Here is the Simple Code which enables this button on collection 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>
Watch this video will the end and let me know if you have any question or queries Thanks
Last video : https://youtu.be/9azLRgc4AnM
Click on the link below to get shopify account and 15 days trial if you haven't get yet Link - https://bit.ly/2ZUXj9C
#shopify #ShopifyCollections #ShopifyAddtoCart
Instagram : https://www.instagram.com/learnwithhannan/
Facebook : https://web.facebook.com/LearnWithHannan/
Keep Following And Learn More.
Wish You Success,
Hannan Waheed