Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • Nauman 98 posts 118 karma points
    Sep 28, 2010 @ 14:58
    Nauman
    0

    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

  • Søren Spelling Lund 1797 posts 2786 karma points
    Sep 28, 2010 @ 15:22
    Søren Spelling Lund
    0

    Instead of:

    <xsl:value-of select="CommerceLibrary:ExecuteBasketPipeline()"></xsl:value-of>
    

    Do:

    <xsl:variable name="result" select="CommerceLibrary:ExecuteBasketPipeline()"/>
    

     

  • Nauman 98 posts 118 karma points
    Sep 30, 2010 @ 07:18
    Nauman
    0

    Thanks a lot Soren, it worked.

    Cheers

    Nauman

  • 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.

Please Sign in or register to post replies