Search the Community
Showing results for tags 'change order status'.
-
Hi all, I face a problem with my module. I'm developing a module for payment. It works but I have a problem with the order status. I close the order before the payment (because I have to send the reference to bank which is generated after the order confirmation). Then when the payment is accepted my bank returns to me a php file that I want to edit in order to change the order status from "Awaiting payment" to "Payment accepted", how can I achieve that? I'm using Prestashop 1.6.1.4 Thank you for every suggestion or information you can provide. Regards
- 1 reply
-
- order status
- change order status
-
(and 2 more)
Tagged with:
-
Hi all, i have this problem: - user create a cart - use bankwire module to pay with bank-wire method When bankwire module call native PS validateOrder method (PaymentModule.php), i see this: if product qt > 0 : validateOrder set a corret orders status "pending payment" if product qt <=0 : validateOrder set "waiting to be processed" I want the order status is always "pending payment" (no problem for qt verification) <about PS: 1.5 version> Can you explain me how to configure this ? Thanx for help
- 1 reply
-
- validateOrder
- PaymentModule
-
(and 1 more)
Tagged with: