+ {loop name="product_thumbnail" type="image" product="$product_id" width="{$width}" height="{$height}" resize_mode="borders" limit="1"}
+
{/loop}
+
+
+
+
+
-
-
{$productTitle}
- {if $hasDescription} +
+
+ {/if}
+
+
+ {$TITLE}
+ {if $hasDescription}{$DESCRIPTION}
+
+
+
+
+
+
+ {if $IS_PROMO }
+ {loop name="productSaleElements_promo" type="product_sale_elements" product=$product_id limit="1" order="min_price"}
+ {assign var="default_product_sale_elements" value=$ID}
+ {format_number number=$TAXED_PROMO_PRICE} {currency attr="symbol"}
+ {format_number number=$TAXED_PRICE} {currency attr="symbol"}
+ {/loop}
+ {else}
+ {format_number number=$BEST_TAXED_PRICE} {currency attr="symbol"}
{/if}
+
-
-
-
-
-
+ {/if}
+
-
-
-
-
-
- {if $IS_PROMO }
- {loop name="productSaleElements_promo" type="product_sale_elements" product=$product_id limit="1" order="min_price"}
- {assign var="default_product_sale_elements" value=$product_id}
- {intl l="Special Price:"} {format_number number=$TAXED_PROMO_PRICE} {currency attr="symbol"}
- {intl l="Regular Price:"} {format_number number=$TAXED_PRICE} {currency attr="symbol"}
- {/loop}
- {else}
- {format_number number=$BEST_TAXED_PRICE} {currency attr="symbol"}
- {/if}
-
-
- {if $hasBtn == true}
+ {if $hasBtn == true}
{form name="thelia.cart.add" }
-
{/form}
- {/if}
-