#LOCAL("Index",#INPUT.WizardID)
#LOCAL("AddressAttributes", #Shop.Address)
#LOCAL("ShopAttributes", #Shop)
#LOCAL("SessionData", #FROM_JSON(#Session.ShopWizardData))
#IF(#Session.ShopWizardData)
#SET("AddressAttributes", #SessionData)
#SET("ShopAttributes", #SessionData)
#ENDIF
#ENDLOCAL
{CompanyName} #AddressAttributes.Company ({ToChange})
{ShopName} #ShopAttributes.Name ({ToChange})
{Slogan} #ShopAttributes.Slogan ({ToChange})
#LOCAL("DisplayFeature", #FUNCTION("FeaturedActionAvailable", #Shop.Object, #UNDEF, "Basket"))
#IF((#DisplayFeature NE "NotVisible") AND (#DisplayFeature NE "NotAllowed"))
{VATID} #AddressAttributes.VATID ({ToChange})
#ENDIF
#ENDLOCAL
{Languages} ({ToChange})
{FirstName} #AddressAttributes.FirstName ({ToChange})
{Name} #AddressAttributes.LastName ({ToChange})
{EMail} #AddressAttributes.EMail ({ToChange})
{Phone} #AddressAttributes.Phone ({ToChange})
{Fax} #AddressAttributes.Fax ({ToChange})
{Street} #AddressAttributes.Street ({ToChange})
{Zipcode} / {City} #AddressAttributes.Zipcode #AddressAttributes.City ({ToChange})
#LOOP(#Shop.ShopCountries)
#IF(#CountryID == #AddressAttributes.CountryID)
{Country} #IF(#Native)#Native #IF(NOT (#English EQ #Native))(#English)#ENDIF #ELSE#English#ENDIF ({ToChange})
#ENDIF
#ENDLOOP
#LOCAL("SessionData", #FROM_JSON(#Session.ShopWizardStyle))
#ENDLOCAL
#ENDLOCAL
#ENDLOCAL
#ENDLOCAL