Shopify themes, liquid, logos, and UX
Can you please share with me a code for Add To Cart Button in my collection page? I tried to follow the guides I found but whenever I tried to use the "Add To Cart" button, it says that the ID is invalid? Thank you.
Envy theme
Code I used:
<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>
Thank you.
Here's an example of how you can modify the code to include a loop when displaying products on the collection page:
{% for product in collection.products %}
<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>
{% endfor %}
Where should I add this one? In product grid? At the bottom part or should I insert it before the </article>?
I tested this too but it's not adding to the cart.
Hi @mknylgn
You need to call the code from the collection product card. What theme are you using?
I am using Envy Theme.
Oh. Not familiar with the theme, I would suggest to see if you get support from the theme provider. If not, you need to hire a developer who will need to read and write the code for you.
did you ever get a response to this? I'm having the same issue and any solutions found either don't work or don't allow for the selection of which variant you want to add to cart.
which app?
How did you deal with the alignment issue caused by items with variants? The add to cart button is lower on the page for those items b/c the variant selector is above it. That variant selector is not there is there isn't a variant
User | RANK |
---|---|
229 | |
165 | |
66 | |
55 | |
49 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023