Changes for page RemoveTracking
Last modified by Outhman Moustaghfir on 2024/10/23 11:52
edited by Outhman Moustaghfir
on 2024/02/21 11:08
on 2024/02/21 11:08
edited by Outhman Moustaghfir
on 2024/02/21 11:08
on 2024/02/21 11:08
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -6,7 +6,7 @@ 6 6 7 7 8 8 {{code language="XML"}} 9 -<TEST> <xsl:value-of select="ixf:RemoveTracking('trackingType','trkID')"/> </TEST> 9 +<TEST> <xsl:value-of select="ixf:RemoveTracking('trackingType','trkID')"></xsl:value-of> </TEST> 10 10 {{/code}} 11 11 12 12 * trackingType: The type of tracking to be removed. ... ... @@ -15,7 +15,7 @@ 15 15 === Example : Remove Tracking === 16 16 17 17 {{code language="XML"}} 18 -<TEST> <xsl:value-of select="ixf:RemoveTracking('Product', '65d35436310db513395b30b7')"/> </TEST> 18 +<TEST> <xsl:value-of select="ixf:RemoveTracking('Product', '65d35436310db513395b30b7')"></xsl:value-of> </TEST> 19 19 {{/code}} 20 20 21 21 This example removes a tracking entry with the type 'Product' and the ID '65d35436310db513395b30b7'. ... ... @@ -27,4 +27,3 @@ 27 27 * Ensure that the provided trackingType and trkID values match an existing entry in the database. 28 28 * The function will return a success message upon successful removal. 29 29 * If no matching entry is found, it will return a message indicating that the entry was not found. 30 -*