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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...