SHow production information on products table
This commit is contained in:
@@ -92,15 +92,17 @@
|
|||||||
<div class="product-options">
|
<div class="product-options">
|
||||||
<dl class="dl-horizontal">
|
<dl class="dl-horizontal">
|
||||||
<dt>{intl l="Available"} :</dt>
|
<dt>{intl l="Available"} :</dt>
|
||||||
<dd>{intl l="In Stock"}</dd>
|
{if $STOCK > 0}
|
||||||
|
<dd>{intl l="In Stock"}</dd>
|
||||||
|
{else}
|
||||||
|
<dd>{intl l="Out of Stock"}</dd>
|
||||||
|
{/if}
|
||||||
<dt>{intl l="No."}</dt>
|
<dt>{intl l="No."}</dt>
|
||||||
<dd>{$REF}</dd>
|
<dd>{$REF}</dd>
|
||||||
{*<dt>Select Size</dt>
|
{loop type="attribute_combination" name="product_options" product_sale_elements="$PRODUCT_SALE_ELEMENTS_ID"}
|
||||||
<dd>Large</dd>
|
<dt>{$ATTRIBUTE_TITLE}</dt>
|
||||||
<dt>Select Delivery Date</dt>
|
<dd>{$ATTRIBUTE_AVAILABILITY_TITLE}</dd>
|
||||||
<dd>Jan 2, 2013</dd>
|
{/loop}
|
||||||
<dt>Additional Option</dt>
|
|
||||||
<dd>Option 1</dd>*}
|
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user