Changes for page SetTrkLink
Last modified by Outhman Moustaghfir on 2024/02/26 17:12
<
edited by Outhman Moustaghfir
on 2023/01/27 15:51
on 2023/01/27 15:51
edited by Outhman Moustaghfir
on 2024/02/26 17:12
on 2024/02/26 17:12
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.Func itons.WebHome1 +iXPath V3.Functions.XSLT .tracking.WebHome - Content
-
... ... @@ -6,10 +6,10 @@ 6 6 7 7 SetTrkLink uses 6 params: 8 8 9 -1. trkID : tracking ID. 10 10 1. trackingType: it refers to the type of tracking wanted. (eg : order , product, baseArticle ...) 11 -1. trkID Cible:thetrackingto be linked.10 +1. trkID : tracking ID. 12 12 1. trackingTypeCible: its type. 12 +1. trkIDCible :the tracking to be linked. 13 13 14 14 = Uses = 15 15 ... ... @@ -18,7 +18,7 @@ 18 18 * if we want to link a product with trkID = '632061e5f8aef457701a28d3' to a tracking **parent **like 'Company' ( trkID = "632061e5f8aef457701aa123") : 19 19 20 20 {{code language="XML"}} 21 -<xsl:value-of select="ixf:SetTrkLink('632061e5f8aef457701a28d3', ' Product', '632061e5f8aef457701aa123', 'Company')"></xsl:value-of>21 +<xsl:value-of select="ixf:SetTrkLink('Product', '632061e5f8aef457701a28d3' , 'Company', '632061e5f8aef457701aa123')"></xsl:value-of> 22 22 {{/code}} 23 23 24 24