Re: How to display the add to cart button below the product?

How to display the add to cart button below the product?

Ryusei
Excursionist
28 1 5

How to display the add to cart button below the product?

https://ryusei.co.id/collections/august-vibes 

Screenshot 2024-08-14 132515.png

Replies 4 (4)

BSSCommerce-B2B
Shopify Partner
1323 348 407

Hi @Ryusei , follow this

Step 1. Go to Admin -> Online store -> Theme > Customize

BSSCommerceB2B_0-1723617882579.png

Step 2. Select the product list you want to display the add to cart button

Step 3. Scroll down to product card section and choose "Enable quick add button"

BSSCommerceB2B_1-1723618094869.png

If it helps you, please like and mark it as the solution.

Best Regards

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.


BSS: B2B Wholesale Solution |BSS: B2B Portal, Quote, Net 30 | B: B2B Lock Password Protect


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
Ryusei
Excursionist
28 1 5

Screenshot 2024-08-14 140726.pngThere isn't any

ZestardTech
Shopify Partner
5721 1050 1382

Hello @Ryusei 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Sections > product-grid-item.liquid file.
3. Find the code that displays the product image and description, and insert the following code below it:

 

<form method="post" action="/cart/add">
<input type="hidden" name="id" value="{{ product.variants.first.id }}">
<select name="id" id="product-select-{{ product.id }}">
{% for variant in product.variants %}
<option value="{{ variant.id }}"
{% if variant.available == false %} disabled="disabled" {% endif %}
>
{{ variant.title }} - {{ variant.price | money }}
</option>
{% endfor %}
</select>
<button type="submit">Add to Cart</button>
</form>
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

namphan
Shopify Partner
1055 132 167

Hi @Ryusei,

Currently, your product has many variants, so the add to cart button will not work, because customers will not be able to choose the variant. So Quick View would be best.

Screenshot.png

Or you want to keep this feature and change the icon to add to cart button

 

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com