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.

  • ATHUL JAYAN 9 posts 58 karma points
    Jan 15, 2014 @ 13:43
    ATHUL JAYAN
    0

    Order Status - Invoiced

    Hi , Iam using uCommerce version  4.0.6.13304. I am using two payment methods. One for external system like Dbis or Epay , and other for Invoice order. In Invoice order payment method, At the time of checkout, I need to show the order confirmation page without redirecting to any other external payment provider. Also the order need to be saved and shown in the uCommerce backend as an invoiced order. Please help me in doing this.


    I created a new Payment Method 'INVOICE' and selected the service as "Default Payment Method Service" and selected the pipeline as "Checkout".  And I am using the code below.  But no order is creating. Is there any way to accomplish this?

    TransactionLibrary.RequestPayments();
    Response.Redirect("/cart/confirmation");

    Thanks
    Athul

  • Jesper Nielsen 141 posts 498 karma points
    Jan 17, 2014 @ 11:46
    Jesper Nielsen
    0

    Hi Athul,

    Are you missing a call to create a payment? Something like:

    TransactionLibrary.CreatePayment(paymentMethodId: paymentMethodIdForYourInvoiceMethod, requestPayment: false, ...);
    TransactionLibrary.ExecuteBasketPipeline(); 

    Kind regards,

    Jesper

  • ATHUL JAYAN 9 posts 58 karma points
    Jan 21, 2014 @ 10:24
    ATHUL JAYAN
    0

    Hi Jesper,

    Thanks for your time. Create Payment is called. Everything is working. I touched web config and client dependency config, the payment and email is working now.I got a new order having Payment status as Acquired. 

    Kind  Regards

    Athul

Please Sign in or register to post replies

Write your reply to:

Draft