+ {/elseloop}
+
+
+
+
+
+ {* 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 $VIRTUAL == 0 && $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}}
+
+
+
+ {* Issue #2525 Remove itemCondition need improvement (not used like this) *}
+ {* 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 }
+ {assign var="combination_count" value={count type="product_sale_elements" promo="1" product=$ID}}
+
+ {loop type="digressive" name="digressivePrice" product_id=$ID quantity=1}
+ {intl l="Special Price:"}
+ {if $combination_count > 1}
+ {intl l="From %price" price={format_money number=$TAXED_PROMO_PRICE}}
+ {else}
+ {format_money number=$TAXED_PROMO_PRICE}
+ {/if}
+
+ {if $SHOW_ORIGINAL_PRICE}
+ {intl l="Regular Price:"} {format_money number=$TAXED_PRICE}
+ {/if}
+ {/loop}
+ {else}
+ {loop type="digressive" name="digressivePrice" product_id=$ID quantity=1}
+ {format_money number=$TAXED_PRICE}
+ {/loop}
+ {/if}
+
+
+ {if $hasBtn == true}
+ {if $hasSubmit == true && $current_stock_content == "in_stock"}
+ {form name="thelia.cart.add" }
+
+ {/form}
+ {else}
+
+
+
+ {/if}
+ {/if}
+