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

{Notification}

{TaxChanged}

#ENDIF #LOCAL("IsCustomerFromEUCountry",1) #LOCAL("ExistsVATID",0) #IF(#ShippingAddress) #SET("IsCustomerFromEUCountry",#ShippingAddress.Country.IsEU) #ELSIF(#BillingAddress) #SET("IsCustomerFromEUCountry",#BillingAddress.Country.IsEU) #ENDIF #IF(#DEFINED(#ShippingAddress.VATID)) #SET("ExistsVATID",1) #ELSIF(#DEFINED(#BillingAddress.VATID)) #SET("ExistsVATID",1) #ENDIF #IF(#Session.TaxModelChanged)

{Notification}

#IF(#IsCustomerFromEUCountry AND #ExistsVATID )

{TaxModelChanged}

#ELSE

{TaxChanged}

#ENDIF
#ENDIF #ENDLOCAL #ENDLOCAL #IF(#TacAgain)

{Notification}

{TacAgain}

#ENDIF #IF(#IsBlocked)

{Notification}

{IsBlocked}

#ENDIF #INCLUDE("INC-MultiCheckout-OrderInformationTable") #MENU("OfferForm") #INCLUDE(#Template) #ENDMENU