Changes for page SetStatus
Last modified by Outhman Moustaghfir on 2024/02/26 17:12
<
>
edited by Outhman Moustaghfir
on 2022/09/21 16:07
on 2022/09/21 16:07
edited by Outhman Moustaghfir
on 2022/09/21 16:04
on 2022/09/21 16:04
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,15 +1,15 @@ 1 1 = Introduction = 2 2 3 -In this section, we will go throw an XSL function to setthestatusofcertain tracking.3 +In this section, we will go throw an XSL function to get status by trkID. 4 4 5 5 = Parameters = 6 6 7 - SetStatus uses 4 params to help retrieve trackings in question:7 +GetStatus uses 4 params to help retrieve trackings in question: 8 8 9 9 1. trkID : tracking ID. 10 -1. trackingType: it refers to t he type of tracking wanted. (eg : order , product, baseArticle ...)10 +1. trackingType: it refers to type of tracking wanted. (eg : order , product, baseArticle ...) 11 11 1. status: the status to update 12 -1. echo Output: boolean optional param, that returns the value of 'status' when true. thedefault value is false.12 +1. echo Output: boolean optional param, that returns the value of 'status' when true. default value is false. 13 13 14 14 = Uses = 15 15