Featured Product
#if($product.isOnlyOnPartners())
#end
$product.title

$product.shortDescription
#if( $product.hasBulkPricing())
(Bulk Pricing available)
#end
#set($formats = $product.formats)
#set($formats = $product.formats)
#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((!$product.isOnlyOnPartners()) || ($webapi.isPartner()))
|
#end
#else
Email info@firestarterpublishing.com or call 866-354-3473 for more information |
|
#end
#else
#foreach($format in $formats)
#if($webapi.isPartner() == true)
#set($priceAmount = $!{format.getQuantityPrice(1).partnerPrice})
#else
#set($priceAmount = $!{format.getQuantityPrice(1).retailPrice})
#end
#set($pnzero = !$webapi.equalsNumbers($priceAmount,0))
$!{format.formatName} |
#if(!$software || $pnzero)
Price: $ $!webapi.toPriceFormat($priceAmount) |
#if((!$product.isOnlyOnPartners()) || ($webapi.isPartner()))
|
#end
#else
Email info@firestarterpublishing.com or call 866-354-3473 for more information |
|
#end
#end
#end
#set($index = 0)
#set($product = ${productsForm.listProducts.remove($product)})
#foreach($product in ${productsForm.listProducts})
#set($software = $product.productType.categoryName.equals("Software"))
#if(($index % 2) == 0)
#end
#if($product.isOnlyOnPartners())
#end
$product.title

$product.shortDescription
#if( $product.hasBulkPricing())
(Bulk Pricing available)
#end
#set($formats = $product.formats)
#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((!$product.isOnlyOnPartners()) || ($webapi.isPartner()))
|
#end
#else
Email info@firestarterpublishing.com or call 866-354-3473 for more information |
|
#end
#else
#foreach($format in $formats)
#if($webapi.isPartner() == true)
#set($priceAmount = $!{format.getQuantityPrice(1).partnerPrice})
#else
#set($priceAmount = $!{format.getQuantityPrice(1).retailPrice})
#end
#set($pnzero = !$webapi.equalsNumbers($priceAmount,0))
$!{format.formatName} |
#if(!$software || $pnzero)
Price: $ $!webapi.toPriceFormat($priceAmount) |
#if((!$product.isOnlyOnPartners()) || ($webapi.isPartner()))
|
#end
#else
Email info@firestarterpublishing.com or call 866-354-3473 for more information |
|
#end
#end
#end
#if(($index % 2) == 1)
#end
#set($index = $index + 1)
#end
#end