#if (${product.mediumImageInode} && $InodeUtils.isSet(${product.mediumImageInode}))
#end
#if (${product.largeImageInode} && $InodeUtils.isSet(${product.largeImageInode}))
#end
$product.shortDescription
#set($formats = $product.formats)
#set($software = $product.productType.categoryName.equals("Software"))
#if($formats.size() == 1)
#set($format = $formats.get(0))
#if($webapi.isPartner() == true)
#set($priceAmount = $!{format.getQuantityPrice(1).partnerPrice})
#else
#set($priceAmount = $!{format.getQuantityPrice(1).retailPrice})
#end
#set($pnzero = !$webapi.equalsNumbers($priceAmount,0))
#if(!$software || $pnzero)
Price: $ $!webapi.toPriceFormat($priceAmount) #if($webapi.isPartner() == true && ($!{format.getQuantityPrice(1).partnerPrice} != $!{format.getQuantityPrice(1).retailPrice}) ) #end |
#set($hasBulkPricing = $product.hasBulkPricing())
#if($hasBulkPricing)
(Bulk Pricing available)
|
#end
#if((!$product.isOnlyOnPartners()) || ($webapi.isPartner()))
|
#end
#else
Email info@firestarterpublishing.com or call 866-354-3473 for more information |
|
|
#end
#else
#foreach($format in $formats)
$!{format.formatName} |
#if($webapi.isPartner() == true)
#set($priceAmount = $!{format.getQuantityPrice(1).partnerPrice})
#else
#set($priceAmount = $!{format.getQuantityPrice(1).retailPrice})
#end
#set($pnzero = !$webapi.equalsNumbers($priceAmount,0))
#if(!$software || $pnzero)
Price: $ $!webapi.toPriceFormat($priceAmount) #if($webapi.isPartner() == true && ($!{format.getQuantityPrice(1).partnerPrice} != $!{format.getQuantityPrice(1).retailPrice}) ) #end |
#set($hasBulkPricing = $product.hasBulkPricing())
#if($hasBulkPricing)
(Bulk Pricing available)
|
#end
#if((!$product.isOnlyOnPartners()) || ($webapi.isPartner()))
|
#end
#else
Email info@firestarterpublishing.com or call 866-354-3473 for more information |
|
|
#end
#end
#end
#if ($UtilMethods.isSet($product.longDescription))
$product.longDescription
#end
#set($relatedProducts = $product.relatedProducts)
#if($relatedProducts.size() > 0)
Related Products:
#end
#if ($UtilMethods.isSet($product.comments))
$product.comments
#end
Share how
$product.title has helped you. What did you find most useful?
What tip, tool or practice did you implement and what results did you get?
Help other Fire Starters know what worked for you!
#if($hasBulkPricing)
Bulk Pricing Chart
#end
#foreach($format in $formats)
#if($format.getHasBulkPrices() == true)
#set($prices = $format.getBulkPrices())
$format.formatName |
#foreach($price in $prices)
$price.minQty - $price.maxQty : |
$ $!webapi.toPriceFormat($price.retailPrice) each |
#end
#end
#end
#if($hasBulkPricing)
#end
#if($productFilesList.size() > 0)
Related Files:
#end