From 5de048abe5afc8eede72a187582ed990ad4e3edd Mon Sep 17 00:00:00 2001 From: GerryFort <38484401+GerryFort@users.noreply.github.com> Date: Tue, 10 Sep 2019 09:26:45 +1000 Subject: [PATCH] Cart QTY Fix Changed line 101 to be READONLY values rather than DISABLED. DISABLED form values do not submit; therefore if these trigger they are never submitted to checkout. --- src/templates/cart/shopping_cart.template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/cart/shopping_cart.template.html b/src/templates/cart/shopping_cart.template.html index f503799f..afb060fc 100644 --- a/src/templates/cart/shopping_cart.template.html +++ b/src/templates/cart/shopping_cart.template.html @@ -98,7 +98,7 @@