Introduction

In this section, we will describe another XSLT function that links between 2 tracking.

Parameters

SetTrkLink uses 6 params: 

  1. trkID : tracking ID.
  2. trackingType: it refers to the type of tracking wanted. (eg : order , product, baseArticle ...)
  3. trkIDCible :the tracking to be linked. 
  4. trackingTypeCible: its type.

Uses

We suppose that we have a tracking type named Product. It has 3 data (Name, Brand, and Country).

  • if we want to link a product with trkID = '632061e5f8aef457701a28d3' to a tracking parent like 'Company' ( trkID = "632061e5f8aef457701aa123") :
<xsl:value-of select="ixf:SetTrkLink('632061e5f8aef457701a28d3', 'Product', '632061e5f8aef457701aa123' , 'Company')"></xsl:value-of>

 

Tags:
Created by Outhman Moustaghfir on 2022/09/21 17:22
    
This wiki is hosted and managed by iXPath
Powered by XWiki 13.3 debian