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.

  • Dmitry 6 posts 26 karma points
    Nov 02, 2011 @ 06:19
    Dmitry
    0

    Problem with DeleteLineItem

    I use following xslt to remove single item from cart:

    <xsl:variable name="result" select="CommerceLibrary:DeleteLineItem(number($deleteCartItemIndex))"></xsl:variable>
    <xsl:variable name="pipelineResult" select="CommerceLibrary:ExecuteBasketPipeline()"></xsl:variable>

    First call fails with exception:

    deleted object would be re-saved by cascade (remove deleted object from associations)[UCommerce.EntitiesV2.OrderLine#185]"}

    But for the same basket ClearBasket method works perfectly

    Can somebody suggest what could be the reason?

    Thanks

  • Christian Wendler 46 posts 155 karma points
    Nov 02, 2011 @ 09:05
    Christian Wendler
    1

    Which version of uCommerce are you using? There was a bug in one of the first 2.x releases, so trying an update is my best guess to fix your problem.

  • Dmitry 6 posts 26 karma points
    Nov 03, 2011 @ 16:32
    Dmitry
    0

    Thanks, this issue were solved

  • Søren Spelling Lund 1797 posts 2786 karma points
    Nov 08, 2011 @ 11:44
    Søren Spelling Lund
    0

    Thanks for helping, Christian!

Please Sign in or register to post replies

Write your reply to:

Draft