{ContactData}
#LOCAL("AddressPrefix", "Address")
#LOCAL("SiteLocale", #SITELOCALE(#Session.User.LocaleID))
#LocaleInclude("Edit-Address", #SiteLocale.Country.Code2)
#ENDLOCAL
#ENDLOCAL
|
#WITH_ERROR(#FormError)
#IF(#Parent.Parent.CanAddToBasket)#LOCAL("AppointmentPrice", #FUNCTION("APPOINTMENTMENT_PRICE", #Object, #Parent.Parent.Object, #Shop.CurrencyID, #Shop.InputTaxModel))#IF(#DEFINED(#AppointmentPrice))
#LOCAL("CurrencyID", "")#IF(#DEFINED(#CustomerOrder))#SET("CurrencyID",#CustomerOrder.LineItemContainer.CurrencyID)#ELSE#SET("CurrencyID", #Shop.CurrencyID) #ENDIF
{Price} |
#AppointmentPrice[money]
/ #IF(#Parent.Parent.DurationAmount != 1)#Parent.Parent.DurationAmount #ENDIF#Parent.Parent.DurationUnit.NameOrAlias
|
#ENDLOCAL
#IF(#DEFINED(#Prepayment))
#LOCAL("CurrencyID", "")#IF(#DEFINED(#CustomerOrder))#SET("CurrencyID",#CustomerOrder.LineItemContainer.CurrencyID)#ELSE#SET("CurrencyID", #Shop.CurrencyID) #ENDIF
{Prepayment} |
#Prepayment[money] |
#ENDLOCAL
#ENDIF
#ENDIF#ENDLOCAL#ENDIF
{StartDate} |
|
{EndDate} |
{BubblehelpEnddateAndDuration}
|
{Quantity} |
#Parent.Parent.OrderUnit.Name
|
#IF(#COUNT(#Services))#LOOP(#Services)
#Attribute.NameOrAlias |
#LOCAL("ServiceID",#ID)
#ENDLOCAL
|
#ENDLOOP#ELSIF(#DEFINED(#ServicesString))
{Options} |
#ServicesString
#ENDIF
{AppointmentCreatedViaWebsite}
|
|
#IF(#CancelledOn)(#CancelledOn[datetime])#ELSE#ENDIF
|
#ENDWITH_ERROR
|