Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi
On the orderconfirmationpage i get this message "pipeline executed successfully".
How can I supress / hide this message? Any example of xslt or code will be appreciated.
Nauman
Instead of:
<xsl:value-of select="CommerceLibrary:ExecuteBasketPipeline()"></xsl:value-of>
Do:
<xsl:variable name="result" select="CommerceLibrary:ExecuteBasketPipeline()"/>
Thanks a lot Soren, it worked.
Cheers
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
pipeline executed successfully message
Hi
On the orderconfirmationpage i get this message "pipeline executed successfully".
How can I supress / hide this message? Any example of xslt or code will be appreciated.
Nauman
Instead of:
Do:
Thanks a lot Soren, it worked.
Cheers
Nauman
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.