#LOCAL("Alternate", 0)#WITH(#LineItemContainer)
{Quantity} |
{Name} |
{BasePriceAbr} |
{Discount} |
{LineItemPriceLong} |
|
#LOOP(#LineItems)
#INCLUDE("ContentLine")
#ENDLOOP
#IF(#LineItemContainer.HasPrepayment)
#IF(#COUNT(#LineItems) > 1)
#SET("Alternate", 1 - #Alternate)
{LineItemsSubTotal} |
|
|
#OriginalPriceSubTotal[money] |
|
#ENDIF
#SET("Alternate", 1 - #Alternate)
{PrepaymentFor} #PrepaymentTotalBase[money] |
|
|
#PrepaymentTotal[money] |
|
#ENDIF
#LOOP(#Statics)
#INCLUDE("ContentLine")
#ENDLOOP
#LOOP(#SalesDiscounts)
#INCLUDE("ContentLine")
#ENDLOOP
#LOOP(#Discounts)
#INCLUDE("ContentLine")
#ENDLOOP
#SET("Alternate", 1 - #Alternate)
{LineItemsSubTotal} |
|
|
#LOCAL("LineItemsAndStaticsSubTotal",#CALCULATE(#LineItemsSubTotal + #LineItemStaticsSum + #DiscountsSum + #SalesDiscountsSum))#LineItemsAndStaticsSubTotal[money]#ENDLOCAL |
|
#IF(#Shop.CanSelectTaxAreaOnBasket)
#SET("Alternate", 1 - #Alternate)
{TaxArea} |
|
|
|
|
|
#ENDIF
#ENDWITH
#ENDLOCAL
#MENU("SalesDiscounts")#INCLUDE(#Template)#ENDMENU
#ENDLOCAL
#WITH(#LineItemContainer)
#IF(#Shop.FeatureMaxValue.PaymentNote AND #Payment.PaymentMethod.Note)
#Payment.PaymentMethod.Note[0]#ENDIF
#IF(#Shop.FeatureMaxValue.DeliveryNote AND #Shipping.ShippingMethod.Note)
#Shipping.ShippingMethod.Note[0]#ENDIF
#ENDWITH
#MENU("AdditionalItems")#INCLUDE(#Template)#ENDMENU