#IF(#Shop.DeliveryPaymentMethodView) {ShippingMethod} #LOCAL("LocShippingMethods", #ShippingMethods) #IF(#COUNT(#ShippingMethods) > 1) #LOOP(#ShippingMethods) #LOCAL("Checked", 0) #IF(#DEFINED(#ShippingMethod.ID) AND #ShippingMethod.ID == #ID)#SET("Checked",1)#ENDIF
#IF(#Checked AND #Note)#Note[0]#ENDIF #IF(#Checked AND #LineItemPrice)#LineItemPrice[money]#ENDIF #ENDLOCAL #ENDLOOP #ENDIF #ENDLOCAL #ELSE #SET("Alternate", 1 - #Alternate) {ShippingMethod} #LOCAL("LocShippingMethods", #ShippingMethods) #IF(#COUNT(#ShippingMethods) > 1) #ELSE #ShippingMethod.NameOrAlias #ENDIF #IF(#ShippingMethod.Note)
#ShippingMethod.Note[0]#ENDIF #IF(#INPUT.IsRestrictedByProduct)
{CurrentShippingMethodRestrictedByProductShipping}
#ENDIF #IF(#LineItemPrice)#LineItemPrice[money]#ENDIF #ENDLOCAL #ENDIF