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.

  • Kent 30 posts 54 karma points
    Dec 11, 2012 @ 20:45
    Kent
    0

    How to get order to show up in New Orders tree?

    OK, so I've got the entire checkout process working, except my orders never show up in the uCommerce tab's New Orders folder. I am executing TransactionLibrary.Checkout() and I can see default tasks in the checkout pipeline to ConvertBasketToPurchaseOrder....so what am I missing ?

  • Søren Spelling Lund 1797 posts 2786 karma points
    Dec 17, 2012 @ 10:24
    Søren Spelling Lund
    0

    Is the basket reset when you execute Checkout?

    Are you getting any errors when you execute Checkout (check umbracoLog table in the database)?

     

  • Kent 30 posts 54 karma points
    Dec 26, 2012 @ 23:27
    Kent
    0

    I believe so. After executing the checkout pipeline, UCommerce.Runtime.SiteContext.Current.OrderContext.HasBasket returns false.

    There are no logs added to the umbracoLog table during the checkout process. I can see the orders in the uCommerce_PurchaseOrder table and their OrderStatusId is set to 2 (New).

    I'm running umbraco v4.11.1 and uCommerce v3.0.1.12331 (upgraded from uCommerce v2.xxx)

    I have not modified any of the pre-existing tasks in the checkout pipeline. I have added 1 of my own, but that appears to be functioning properly. The checkout pipeline execution is returning success execution result:

    IPipeline<PurchaseOrder> pipeline = PipelineFactory.Create<PurchaseOrder>( "Checkout" );
    PipelineExecutionResult executionResult = pipeline.Execute( purchaseOrder );

  • Kent 30 posts 54 karma points
    Dec 26, 2012 @ 23:27
    Kent
    0

    No orders show up in the uCommerce tab for ANY order status'

  • Søren Spelling Lund 1797 posts 2786 karma points
    Jan 02, 2013 @ 14:27
    Søren Spelling Lund
    0

    Hi Kent,

    What happens if you click the order status? Also nothing?

    It might be a case of your user not having permission to see the orders for the store in question. Please check the Settings / Security node and verify that your user has the proper permissions to view orders.

  • Kent 30 posts 54 karma points
    Jan 02, 2013 @ 16:23
    Kent
    1

    You sir, are correct. My user did not have permissions. I checked off all Purchase Orders checkboxes and it is now working. Thanks!

  • Søren Spelling Lund 1797 posts 2786 karma points
    Jan 09, 2013 @ 09:56
    Søren Spelling Lund
    0

    Excellent. Thanks for being awesome and followin up in the forum :)

Please Sign in or register to post replies

Write your reply to:

Draft