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?
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.
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?
Thanks
Athul
Hi Athul,
Are you missing a call to create a payment? Something like:
Kind regards,
Jesper
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
is working on a reply...