From b03c0718920f2e075bcd425250d14040bbfd4a43 Mon Sep 17 00:00:00 2001 From: Emmanuel Nurit Date: Thu, 13 Feb 2014 18:21:23 +0100 Subject: [PATCH] modify the smarty syntax --- templates/frontOffice/default/includes/addedToCart.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/frontOffice/default/includes/addedToCart.html b/templates/frontOffice/default/includes/addedToCart.html index ed49cab91..6e83a2612 100644 --- a/templates/frontOffice/default/includes/addedToCart.html +++ b/templates/frontOffice/default/includes/addedToCart.html @@ -1,4 +1,4 @@ -{loop type="product" name="add_product_to_cart" id=$smarty.get.product_id} +{loop type="product" name="add_product_to_cart" id={product attr="id"}}