diff --git a/locales/en.default.json b/locales/en.default.json index 3a43570d9..b92973bbf 100644 --- a/locales/en.default.json +++ b/locales/en.default.json @@ -42,6 +42,11 @@ "password": "Password", "enter": "Enter" }, + "product": { + "add_to_cart": "Add to cart", + "quantity": "Quantity", + "variant": "Variant" + }, "search": { "title": "Search", "placeholder": "Search articles, pages, or products", diff --git a/sections/product.liquid b/sections/product.liquid index 9664dfda5..379de0352 100644 --- a/sections/product.liquid +++ b/sections/product.liquid @@ -21,7 +21,7 @@ {% form 'product', product %} {% assign current_variant = product.selected_or_first_available_variant %} - {% for variant in product.variants %}