Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Looking for code to implement on the Venture theme to display 'Add to cart" button on my featured collection section on collection pages so customers will not need to click on product page b4 can add.
Hi! You can do this by adding this code:
<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>
to your product-card-grid.liquid
For more information you can find this https://community.shopify.com/c/shopify-design/how-to-add-quot-add-to-cart-quot-button-on-my-collect...
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024