#set($productsForm = $productwebapi.loadTypeProducts($productsForm,$request)) #set($productsForm = $productwebapi.loadProductByCategory($productsForm,$request)) #set($redirect = $request.getSession().removeAttribute("REDIRECT_AFTER_LOGIN"))
#parse('static/messages.html')
#foreach($product in ${productsForm.listProducts})
#if($product.isOnlyOnPartners()) #end #if (${product.smallImageInode} && $InodeUtils.isSet(${product.smallImageInode})) #end

$product.title

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