{loop name="brand.feature" type="feature" product="{$ID}" title="brand"} {loop name="brand.value" type="feature_value" feature="{$ID}" product="{product attr="id"}"} {/loop} {/loop} {loop name="brand.feature" type="feature" product="{$ID}" title="isbn"} {loop name="brand.value" type="feature_value" feature="{$ID}" product=$product_id} {/loop} {/loop}

{$TITLE}

{intl l='Ref.'}: {$REF}

{$POSTSCRIPTUM}

{loop name="stock_meta" type="product_sale_elements" product="$ID"} {loop name="combi_meta" type="attribute_combination" product_sale_elements="$ID"} {if $LOOP_COUNT == 0} {if $QUANTITY == 0} {assign var="current_stock_class" value = "out-of-stock"} {assign var="current_stock_href" value = "http://schema.org/OutOfStock"} {else} {assign var="current_stock_class" value = "out-of-stock"} {assign var="current_stock_href" value = "http://schema.org/OutOfStock"} {/if} {/if} {/loop} {/loop}
{intl l="Availability"}: {intl l='In stock'}{intl l='Out of stock'}
{loop type="category" name="category_tag" id=$DEFAULT_CATEGORY} {/loop} {if $IS_PROMO } {loop name="productSaleElements_promo" type="product_sale_elements" product="{$ID}" limit="1" order="min_price"} {assign var="default_product_sale_elements" value="$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}
{form name="thelia.cart.add" }
{form_hidden_fields form=$form} {form_field form=$form field="append"} {/form_field} {if $form_error}
{$form_error_message}
{/if} {form_field form=$form field='product_sale_elements_id'} {if $default_product_sale_elements } {else} {loop name="productSaleElements_promo" type="product_sale_elements" product="{$ID}" limit="1"} {/loop} {/if} {/form_field} {form_field form=$form field="product"} {/form_field}
{ifloop rel="stock"}
{/ifloop}
{form_field form=$form field='quantity'}
{if $error } {$message} {elseif $value != "" && !$error} {/if}
{/form_field}
{/form}

{$DESCRIPTION}

{ifloop rel="feature_value_info"}
    {loop name="feature_info" type="feature" product="{$ID}"}
  • {$TITLE} : {loop name="feature_value_info" type="feature_value" feature="{$ID}" product="{product attr="id"}"} {$TITLE} {/loop}
  • {/loop}
{/ifloop}