Skip to content

Instantly share code, notes, and snippets.

@vosters
vosters / product-grid-item.liquid
Created January 3, 2018 03:27
Display Quick Add To Cart in Shopify Collection On Hover (w/ single option dropdown)
{% 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">