This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% comment %} | |
QUICK ADD TO CART | |
https://ecommerce.shopify.com/c/ecommerce-design/t/quick-add-to-cart-254790 | |
Copy and paste this code within your div for your product display within a collection | |
{% endcomment %} | |
<form action="/cart/add" method="post" enctype="multipart/form-data" id="AddToCartForm" class="quick-add-to-cart small--hide clearfix"> | |
{% if product.variants.size > 1 %} | |
<select id="product-select-{{ product.id }}" name='id' class="text-center"> |