#IF(#TaxChanged AND NOT #Shop.VATreleased)

{Notification}

{TaxChanged}


#ENDIF #LOCAL("IsCustomerFromEUCountry",1) #IF(#ShippingAddress) #SET("IsCustomerFromEUCountry",#ShippingAddress.Country.IsEU) #ELSE #IF(#BillingAddress) #SET("IsCustomerFromEUCountry",#BillingAddress.Country.IsEU) #ENDIF #ENDIF #IF(#Session.TaxModelChanged)

{Notification}

#IF(#IsCustomerFromEUCountry)

{TaxModelChanged}

#ELSE

{TaxChanged}

#ENDIF

#ENDIF #ENDLOCAL #IF(#Shop.AcceptTac)
#REM#ENDREM
#ELSE #ENDIF #IF(#TacAgain)

{Notification}

{TacAgain}


#ENDIF #IF(#BillingAddress)#WITH(#BillingAddress) #ENDWITH#ENDIF #IF(#ShippingAddress) #WITH(#ShippingAddress) #ENDWITH #ENDIF

{BillingAddress}

#FUNCTION("LocaleInclude", "Address", #Country.Code2)
#INCLUDE("CustomerInfo")

{ShippingAddress}

#FUNCTION("LocaleInclude", "Address", #Country.Code2)
#INCLUDE("CustomerInfo")

#INCLUDE("INC-OrderInformationTable") #BLOCK("MENU", "OfferForm") #INCLUDE(#Template) #ENDBLOCK
#IF(#CustomerComment)
{CustomerComment}:
#CustomerComment[preline]
#ENDIF #IF(#Shop.BasketBelowText)
#Shop.BasketBelowText[0] #ENDIF #IF(#Shop.AcceptTac)
{MandatoryFields}
#ENDIF