|
{ComparisonPrice}
|
#LOOP(#Shop.Currencies)
#LOCAL("ListPrice", #FUNCTION("LISTPRICE", #Object, #CurrencyID, #Shop.InputTaxModel, 1))
#LOCAL("ManufacturerPrice", #FUNCTION("MANUFACTURERPRICE", #Object, #CurrencyID, #Shop.InputTaxModel, #UNDEF, 1))
#IF(#ItemNo == 0){ListPrice} #IF(#Shop.InputTaxModel)({Gross})#ELSE({Net})#ENDIF#ENDIF |
#Currency.Symbol
#Currency.Symbol
|
#ENDLOCAL
#ENDLOCAL
#ENDLOOP
|
({ShowComparisonPrice})
|
|
{TaxClass}
|
|
|
#LOCAL("DurationUnitID", #DurationUnit.ID)
#IF(#FormError)#SET("DurationUnitID", #DurationUnit)#ENDIF
#IF(NOT #DEFINED(#DurationUnitID))#SET("DurationUnitID", #Calendar.DurationUnit.ID)#ENDIF
#IF(NOT #DEFINED(#DurationUnitID))#SET("DurationUnitID", #Calendar.BaseCalendar.DurationUnit.ID)#ENDIF
#LOCAL("DurationAmount", #DurationAmount)
#IF(NOT #DEFINED(#DurationAmount))#SET("DurationAmount", #Calendar.DurationAmount)#ENDIF
#IF(NOT #DEFINED(#DurationAmount))#SET("DurationAmount", #Calendar.BaseCalendar.DurationAmount)#ENDIF
{DurationUnit} |
#IF(#DurationUnitID)
#ENDIF
| #ENDLOCAL#ENDLOCAL
|
#IF(#Shop.FeatureMaxValue.Basket)
#LOCAL("DisplayFeature", #FUNCTION("FeaturedActionAvailable", #Shop.Object, #UNDEF, "Basket"))
#IF(#DisplayFeature NE "NotAllowed" OR #DisplayFeature NE "NotVisible")
#LOCAL("CanPayAppointment", #CanPayAppointment.ID)
#IF(#FormError)#SET("CanPayAppointment", #CanPayAppointment)#ENDIF
{CanPayAppointment} |
|
|
|
|