#IF(#Shop.DeliveryPaymentMethodView) #IF(#COUNT(#PaymentMethods) > 0)
#IF(#DEFINED(#PaymentMethod.Region))
{CurrentPaymentMethodRestrictedByRegion}
#ELSIF(#COUNT(#PaymentMethod.CustomerGroups))
{CurrentPaymentMethodRestrictedByCustomerGroup}
#ELSE
{PaymentMethodChanged}
#ENDIF
|
||
#PaymentMethod.NameOrAlias
#IF(#Note[0])
#Note[0] #ENDIF |
#ELSE
|
#IF(#Checked AND #Note)
|
#Note[0] | ||
#IF(#Checked AND #LineItemPrice) #SET("varPaymentCost", #LineItemPrice[money]) #ENDIF |