diff --git a/templates/frontOffice/custom/cart.html b/templates/frontOffice/custom/cart.html index 382f77be..c342c766 100644 --- a/templates/frontOffice/custom/cart.html +++ b/templates/frontOffice/custom/cart.html @@ -105,10 +105,22 @@ {intl l="Remove"}
+ {intl l="The product has been added to your cart" }+ |
+ ||
|
+ {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 product=$ID limit="1" width="218" height="146" resize_mode="borders"}
+ |
+
+ {$TITLE}+ {loop type="attribute_combination" name="product_options" product_sale_elements={$smarty.get.pse_id} order="manual"} +{$ATTRIBUTE_TITLE} : {$ATTRIBUTE_AVAILABILITY_TITLE} + {/loop} + |
+
+ {ifloop rel="dp"}
+ {loop type="digressive" name="dp" product_id={product attr="id"} limit=1}
+ {if $IS_PROMO == 1}
+ {format_money number=$TAXED_PROMO_PRICE}{intl l="unite"}
+ {format_money number=$TAXED_PRICE}
+ {else}
+ {format_money number=$TAXED_PRICE}{intl l="unite"}
+ {/if}
+ {/loop}
+ {/ifloop}
+ {elseloop rel="dp"}
+ {loop type="product_sale_elements" name="product_price" id={$smarty.get.pse_id}}
+ {if $IS_PROMO == 1}
+ {format_money number=$TAXED_PROMO_PRICE} {intl l="unite"}
+ {format_money number=$TAXED_PRICE}
+ {else}
+ {format_money number=$TAXED_PRICE} {intl l="unite"}
+ {/if}
+ {/loop}
+ {/elseloop}
+ |
+