@@ -73,7 +78,6 @@ {ifloop rel="image.carouselsup"}
- {* Default value *} - {assign var="current_stock_class" value = "in-stock"} - {assign var="current_stock_href" value = "http://schema.org/InStock"} - - {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"} - {/if} - {/if} - {/loop} - {/loop} -
{intl l="Availability"}: - - {intl l='In Stock'}{intl l='Out of Stock'} + + {intl l='In Stock'} + {intl l='Out of Stock'}
@@ -136,17 +126,15 @@ {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} + {* List of condition : NewCondition, DamagedCondition, UsedCondition, RefurbishedCondition *} + + {* List of currency : The currency used to describe the product price, in three-letter ISO format. *} + + + + {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"} +