Changes for page GetStatus
Last modified by Outhman Moustaghfir on 2024/02/26 17:12
edited by Outhman Moustaghfir
on 2022/09/21 14:04
on 2022/09/21 14:04
edited by Outhman Moustaghfir
on 2024/02/21 10:50
on 2024/02/21 10:50
Change comment:
Update document after refactoring.
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,1 +1,1 @@ 1 -iXPath V3.Funcitons.WebHome 1 +iXPath V3.Funcitons.tracking.WebHome - Content
-
... ... @@ -7,7 +7,7 @@ 7 7 GetStatus uses 2 params to help retrieve trackings in question: 8 8 9 9 1. trkID : tracking ID. 10 -1. trackingType: it refers to type of tracking wanted. (eg : order , product, baseArticle ...) 10 +1. trackingType: it refers to the type of tracking wanted. (eg : order , product, baseArticle ...) 11 11 12 12 = Uses = 13 13 ... ... @@ -16,7 +16,7 @@ 16 16 if we want to get status of a product with trkID = '632061e5f8aef457701a28d3' 17 17 18 18 {{code language="XML"}} 19 -<xsl:value-of select="ixf:GetStatus('632061e5f8aef457701a28d3', 'Product')"/> 19 +<xsl:value-of select="ixf:GetStatus('632061e5f8aef457701a28d3', 'Product')"></xsl:value-of> 20 20 {{/code}} 21 21 22 22