Hi, Should be an easy fix but as it is a paid theme which I do not own and therefore do not know the codebase, I would need that you give me collaboratir access to your store to implement the change
If you are ok with this, please share your store’s url
Also, please describe in more detail what you want. What does the CTA read? Will it be below each product? Will it link to the product page? Etc
hi,
thanks for your reply. URL is caglio.co.uk
Yes I would like an Add to cart. Now I have enabled the Quickshop preview which is good, but doesnt work for mobile.
@Danielexx85 when you said CTA I understood it was just a button with a link.
An Ajax add to cart functionality is quite a lot of work and is not something can do for free.
If you are interested in hiring our services there is a link in my signiture.
try 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>
No, not in theme.css, that is liquid code and should go in the .liquid file which renders a product in your theme's collection. Not sure which file does this in your theme
not you have add this code product-grid-item or, product-cart. product-grid whatever your theme or add me staff i have just add this code
User | Count |
---|---|
447 | |
191 | |
138 | |
61 | |
41 |