#MENU("Message")#INCLUDE(#Template)#ENDMENU
#LOCAL("SourceUrl","") #IF(#INPUT.LastProductObjectID) #SET("SourceUrl","?ObjectID=".#INPUT.LastProductObjectID) #ELSIF(#INPUT.ChangeObjectID) #SET("SourceUrl","?ObjectID=".#INPUT.ChangeObjectID) #ELSE #SET("SourceUrl","?ObjectPath=".#Shop.Categories.Path[url]) #ENDIF ◄ {ContinueShopping} #ENDLOCAL
#MENU("CheckoutButton")#INCLUDE(#Template)#ENDMENU
#LOCAL("BasketId",#ID)
#LOCAL("Alternate", 0)#WITH(#LineItemContainer) #LOOP(#LineItems) #INCLUDE("ContentLine") #ENDLOOP #IF(#LineItemContainer.HasPrepayment) #IF(#COUNT(#LineItems) > 1) #SET("Alternate", 1 - #Alternate) #ENDIF #SET("Alternate", 1 - #Alternate) #ENDIF #LOOP(#Statics) #INCLUDE("ContentLine") #ENDLOOP #LOOP(#SalesDiscounts) #INCLUDE("ContentLine") #ENDLOOP #LOOP(#Discounts) #INCLUDE("ContentLine") #ENDLOOP #SET("Alternate", 1 - #Alternate) #IF(#Shop.CanSelectTaxAreaOnBasket) #SET("Alternate", 1 - #Alternate) #ENDIF #ENDWITH #ENDLOCAL
{Quantity} {Name} {BasePriceAbr} {Discount} {LineItemPriceLong}
{LineItemsSubTotal} #OriginalPriceSubTotal[money]
{PrepaymentFor} #PrepaymentTotalBase[money] #PrepaymentTotal[money]
{LineItemsSubTotal} #LOCAL("LineItemsAndStaticsSubTotal",#CALCULATE(#LineItemsSubTotal + #LineItemStaticsSum + #DiscountsSum + #SalesDiscountsSum))#LineItemsAndStaticsSubTotal[money]#ENDLOCAL
{TaxArea}
#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