{* This page should not replace the current previous URL *} {set_previous_url ignore_current="1"} {default_translation_domain domain='fo.default'} {loop type="product" name="add_product_to_cart" id={product attr="id"}}
{intl l="The product has been added to your cart" } |
||
{loop name="product_thumbnail" type="image" product=$ID width="218" height="146" resize_mode="borders" limit="1"}
|
{$TITLE}{loop type="attribute_combination" name="product_options" product_sale_elements={$smarty.get.pse_id} order="manual"}{$ATTRIBUTE_TITLE} : {$ATTRIBUTE_AVAILABILITY_TITLE} {/loop} |
{loop type="product_sale_elements" name="product_price" id={$smarty.get.pse_id}}
{if $IS_PROMO == 1}
{assign "real_price" $TAXED_PROMO_PRICE}
{format_money number=$TAXED_PROMO_PRICE}
{format_money number=$TAXED_PRICE}
{else}
{assign "real_price" $TAXED_PRICE}
{format_money number=$TAXED_PRICE}
{/if}
{/loop}
|