-
-
- {assign "cart_count" $LOOP_COUNT}
- {ifloop rel='product-image'}
- {loop type="image" name="product-image" product=$PRODUCT_ID limit="1" width="118" height="85" force_return="true"}
-
- {/loop}
- {/ifloop}
- {elseloop rel="product-image"}
- {images file='assets/img/product/1/118x85.png'} {/images}
- {/elseloop}
- |
-
-
-
-
- - {intl l="Available"} :
- - {intl l="In Stock"}
- - {intl l="No."}
- - {$REF}
- {*- Select Size
- - Large
- - Select Delivery Date
- - Jan 2, 2013
- - Additional Option
- - Option 1
*}
-
-
- {intl l="Remove"}
- |
-
- {if $IS_PROMO == 1}
- {assign "real_price" $PROMO_TAXED_PRICE}
- {currency attr="symbol"} {$PROMO_TAXED_PRICE}
- {intl l="instead of"} {currency attr="symbol"} {$TAXED_PRICE}
- {else}
- {assign "real_price" $TAXED_PRICE}
- {currency attr="symbol"} {$TAXED_PRICE}
- {/if}
- |
-
-
-
-
- |
-
- {currency attr="symbol"} {$real_price * $QUANTITY}
- |
-
-
- {/loop}
+
+
+
+ {assign "cart_count" $LOOP_COUNT}
+ {ifloop rel='product-image'}
+ {loop type="image" name="product-image" product=$PRODUCT_ID limit="1" width="118" height="85" force_return="true"}
+
+ {/loop}
+ {/ifloop}
+ {elseloop rel="product-image"}
+ {images file='assets/img/product/1/118x85.png'} {/images}
+ {/elseloop}
+ |
+
+
+
+
+ - {intl l="Available"} :
+ {if $STOCK > 0}
+ - {intl l="In Stock"}
+ {else}
+ - {intl l="Out of Stock"}
+ {/if}
+ - {intl l="No."}
+ - {$REF}
+ {loop type="attribute_combination" name="product_options" product_sale_elements="$PRODUCT_SALE_ELEMENTS_ID"}
+ - {$ATTRIBUTE_TITLE}
+ - {$ATTRIBUTE_AVAILABILITY_TITLE}
+ {/loop}
+
+
+ {intl l="Remove"}
+ |
+
+ {if $IS_PROMO == 1}
+ {assign "real_price" $PROMO_TAXED_PRICE}
+ {currency attr="symbol"} {$PROMO_TAXED_PRICE}
+ {intl l="instead of"} {currency attr="symbol"} {$TAXED_PRICE}
+ {else}
+ {assign "real_price" $TAXED_PRICE}
+ {currency attr="symbol"} {$TAXED_PRICE}
+ {/if}
+ |
+
+
+
+
+ |
+
+ {currency attr="symbol"} {$real_price * $QUANTITY}
+ |
+
+ {/loop}
+ {/nocache}