Changes for page GetTracking (OLD)
Last modified by Outhman Moustaghfir on 2024/02/26 17:12
<
>
edited by Outhman Moustaghfir
on 2022/09/13 17:39
on 2022/09/13 17:39
edited by Outhman Moustaghfir
on 2022/09/13 17:39
on 2022/09/13 17:39
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -41,7 +41,7 @@ 41 41 <xsl:value-of select="ixf:GetTracking('Product', 'Name;Brand;_statusTracking' , 'Laptop;Dell;Delivered' , 4, 'Country')"></xsl:value-of> 42 42 {{/code}} 43 43 44 -if you want to add an order without filling the limit, you must put 0 as avalue to it :44 +if you want to add an order without filling the limit, you must put 0 as value to it : 45 45 46 46 {{code language="XML"}} 47 47 <xsl:value-of select="ixf:GetTracking('Product', 'Name;Brand;_statusTracking' , 'Laptop;Dell;Delivered' , 0, 'Country')"></xsl:value-of>