Show in these categories

$!item.name

#if ( $item.hasImages() )

$!item.ShortDesc

#end #if( $!item.description.length() > 0 )

About this payment

$!item.description

#end #if ( !$item.variable ) #if ( $!item.prices.size() == 1 )

$!number.currency($item.prices.get(0).price)

#elseif ( $!item.prices.size() > 1 ) #set( $style = $alternator.manual('aiEmCell03','aiEmCell11') ) #foreach( $ptr in $payport.priceTable.getPriceTable( $item.prices ) ) #end
Quantity Price
$ptr.lowQuantity #if($ptr.highQuantity > 0) - $ptr.highQuantity #else + #end $!number.currency($ptr.price.price)
#end #end #if ( $item.outOfStock )

Out of Stock

#elseif ( $item.comingSoon )

Coming soon

#elseif ( $item.complete ) #if ( $hasError ) #end
#set( $i = 0 ) #foreach( $field in $item.fields )
$!field.shortDescription: #if($field.required) * #end #if ( $!field.instruction.length() > 0 )
$!field.instruction #end
#if( $field.isOptions() && $!field.type.displayType ) #if( $field.type.displayType == 'radio' )
    #foreach( $option in $field.fieldOptions ) #if($!option.label)
  • #end #end
#elseif( $field.type.displayType == 'checkbox' )
    #foreach( $option in $field.fieldOptions ) #if($!option.label)
  • #end #end
#elseif( $field.type.displayType == 'select' )
#end #else
#if( $field.type.name() == 'address' )
Address 2
#end #set( $i = $i + 1 ) #end #end
#if( $!item.reminder )

#end
#if( $!item.additionalInfo.length() > 0 )

Additional Information

$!item.AdditionalInfo

#end #end