#IF(NOT #HideConfirmationAddress) #IF(#BillingAddress)#WITH(#BillingAddress)

{BillingAddress}

#LocaleInclude("Address", #Country.Code2) #LOCAL ("_Department",1)#LOCAL ("_JobTitle",1)#LOCAL ("_Phone",1)#LOCAL ("_PhoneBusiness",1)#LOCAL ("_PhonePrivate",1)#LOCAL ("_PhoneCell",1)#LOCAL ("_Fax",1)#LOCAL ("_VATID",1)#LOCAL ("_FiscalCode",1) #LOCAL ("CustomerInfo","") #LOOP (#Shop.RegistrationSet)#LOCAL("Key", #GET("_".#Attribute.Alias))#IF(#Key AND #Attribute.IsVisible)#LOCAL("Value", #GET(#Attribute.Alias))#IF(#Value)#SET("CustomerInfo", #CustomerInfo . "
  • " . #Attribute.NameOrAlias . ": " . #Value[html] . "
  • " )#ENDIF#ENDLOCAL#ENDIF#ENDLOCAL#ENDLOOP #IF (#CustomerInfo) #ENDIF#ENDLOCAL#ENDLOCAL#ENDLOCAL#ENDLOCAL#ENDLOCAL#ENDLOCAL#ENDLOCAL#ENDLOCAL#ENDLOCAL#ENDLOCAL
    #ENDWITH#ENDIF #IF(#ShippingAddress) #WITH(#ShippingAddress)

    {ShippingAddress}

    #LocaleInclude( "Address", #Country.Code2)
    #ENDWITH #ENDIF #ENDIF #MENU("ConfirmationAddress") #INCLUDE(#Template) #ENDMENU