#SET("DHLShippingLabelNo", #DHLShippingLabelNo + 1)
#DHLShippingLabelNo |
#Order.NameOrAlias |
#NameOrAlias |
#FUNCTION("DHLGetDisplayNameByProductID",#ProductId) |
#BruttoAmount[money] |
#IF(#ProductId[substr:0:5] EQ "PAECK" AND #Proof EQ "0")
#ShipmentId ({NoTrackingPossible})
#ELSE
#LOCAL("TrackingParameter", "")
#IF(#Address.Country.Code2 EQ "DE")
#SET("TrackingParameter", "&zip=".#Address.Zipcode)
#ELSE
#SET("TrackingParameter", "&internationalShipment=on")
#ENDIF
#ShipmentId
#ENDLOCAL
#ENDIF
|