+
+
+ {* Stock *}
+ {assign var="current_stock_content" value = "in_stock"}
+ {assign var="current_stock_href" value = "http://schema.org/InStock"}
+ {if {config key="check-available-stock"} != 0}
+ {if $QUANTITY == 0}
+ {assign var="current_stock_content" value = "out_stock"}
+ {assign var="current_stock_href" value = "http://schema.org/OutOfStock"}
+ {/if}
+ {/if}
+
+ {$productTitle}
+ {if $hasDescription} +
+
+ {/if}
+ {$DESCRIPTION nofilter}
+
+
+
+ {hook name="singleproduct.bottom" product="{$product_id}"}
+
+
+
+ {* List of condition : NewCondition, DamagedCondition, UsedCondition, RefurbishedCondition *}
+
+ {* List of currency : The currency used to describe the product price, in three-letter ISO format. *}
+
+
+ {if $IS_PROMO }
+ {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"}
+ {else}
+ {format_number number=$BEST_TAXED_PRICE} {currency attr="symbol"}
+ {/if}
+
+
+ {if $hasBtn == true}
+ {if $hasSubmit == true}
+ {form name="thelia.cart.add" }
+
+ {/form}
+ {else}
+
+
+
+ {/if}
+ {/if}
+