From 230e3564e4050b40dd518641637efc04db456a19 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Fri, 14 Feb 2014 15:31:27 +0100 Subject: [PATCH] fix updating product quantity in cart --- templates/frontOffice/default/cart.html | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/templates/frontOffice/default/cart.html b/templates/frontOffice/default/cart.html index fbee326e3..8e70cbb21 100644 --- a/templates/frontOffice/default/cart.html +++ b/templates/frontOffice/default/cart.html @@ -84,7 +84,7 @@ {/loop} - {intl l="Remove"} + {intl l="Remove"} {if $IS_PROMO == 1} @@ -101,7 +101,7 @@
- {for $will=1 to $STOCK} {/for} @@ -161,4 +161,15 @@ {/ifloop}
-{/block} \ No newline at end of file +{/block} + +{block name="after-javascript-include"} + +{/block} +