|
<ss:value source="$product.name"/>
SKU: <ss:value source="$product.sku"/>
<ss:value source="$product.description"/> <ss:value source="$product.oem"/>
| PRICE: |
<ss:if test="$product.subscriptionEnabled">
<ss:else/>
<ss:if test="$string.toLowerCase($product.customText2)!='yes'">
<ss:else/>
</ss:if>
<ss:foreach item="promotion" within="$product.activePromotions">
<ss:set name="detailText" value="$product.promotionDetailText($promotion)"/>
<ss:if test="$detailText != null">
(<ss:value source="$detailText"/>)
</ss:if>
</ss:foreach>
<br>
<ss:if test="$string.toLowerCase($product.customText2)!='yes'">
<ss:else/>
</ss:if>
</ss:if>
|
| INFO: |
<ss:value source="$product.customText1"/> |
<ss:if test="$product.onSale"><p><i>Sale Ends <ss:value source="$product.saleEndDate" format="date.short"/></i></p></ss:if>
<ss:if test="$product.hasViewableRelatedProducts"><p><ss:include template="catalogrelated"/></p></ss:if>
<ss:if test="$product.type == ProductType.LEAD">
<ss:link shortcut="lead"/>
<ss:else/>
<ss:include template="cartadd"/>
<ss:if test="$cart.isLastProductAdded($product)">
<table>
<tr>
<td>
<ss:link source="$templateSet.cart"><ss:image source="$templateSet.images['cart-confirm-large.gif']" border="0"/></ss:link>
</td>
<td valign="middle">
<ss:link source="$templateSet.cart"><font face="arial,helvetica,sans-serif" color="black" size="2">Go to shopping cart</font></ss:link>
</td>
</tr>
</table>
</ss:if>
</ss:if>
E-mail a friend about this item.
Return to Catalog
|