From b6fab3d47f50d02e55d858ba5bf1360f629c8168 Mon Sep 17 00:00:00 2001 From: TheCoreDev Date: Thu, 16 Dec 2021 05:32:47 +0100 Subject: [PATCH] Bug graphique sur la page "mise en panier" --- templates/frontOffice/default2020/includes/addedToCart.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/frontOffice/default2020/includes/addedToCart.html b/templates/frontOffice/default2020/includes/addedToCart.html index 39dd98d1..71a9f120 100644 --- a/templates/frontOffice/default2020/includes/addedToCart.html +++ b/templates/frontOffice/default2020/includes/addedToCart.html @@ -11,10 +11,11 @@ - p={$ID} + {ifloop rel="pse-first-image"} {loop type="product-sale-elements-image" name="pse-first-image" product_sale_elements_id={$smarty.get.pse_id} limit="1"} - {loop type="image" name="product-image" id=$PRODUCT_IMAGE_ID source="product" limit="1" width="720" height="482" resize_mode="borders"} + {loop type="image" name="product-image" id=$PRODUCT_IMAGE_ID source="product" limit="1" width="218" height="146" resize_mode="borders"} + Product #{$LOOP_COUNT} {/loop} {/loop} @@ -35,7 +36,6 @@ {loop type="product_sale_elements" name="product_price" id={$smarty.get.pse_id}} {$price = $TAXED_PRICE} {$promoPrice = $TAXED_PROMO_PRICE} - {loop type="digressive" name="digressivePrice" pse_id={$smarty.get.pse_id} quantity={$smarty.get.quantity} limit=1} {$price = $TAXED_PRICE} {$promoPrice = $TAXED_PROMO_PRICE}