#set($productsForm = $productwebapi.loadTypeProducts($productsForm,$request)) #set($productsForm = $productwebapi.loadFeaturedProductByCategory($productsForm,$request)) #set($redirect = $request.getSession().removeAttribute("REDIRECT_AFTER_LOGIN"))
#parse('static/messages.html')
#if (${productsForm.listProducts.size()}>0) #set($product = ${productsForm.listProducts.get(0)}) #set($software = $product.productType.categoryName.equals("Software"))

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) #if((!$product.isOnlyOnPartners()) || ($webapi.isPartner())) #end #else #end
Price: $ $!webapi.toPriceFormat($priceAmount)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) Email info@firestarterpublishing.com or
call 866-354-3473 for more information
 
#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) #if((!$product.isOnlyOnPartners()) || ($webapi.isPartner())) #end #else #end
Price: $ $!webapi.toPriceFormat($priceAmount)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) Email info@firestarterpublishing.com or
call 866-354-3473 for more information
 
#end
#if(($index % 2) == 1) #end #set($index = $index + 1) #end #end