From 84d50e9a95f0fa6d62ccbeaadb89a31120c60e9f Mon Sep 17 00:00:00 2001 From: svinkle Date: Mon, 22 Jun 2026 11:55:21 -0400 Subject: [PATCH] Added new string translations and labels for PDP inputs. --- locales/en.default.json | 5 +++++ sections/product.liquid | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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 %}