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"}
+
{/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}
|