Pay status unfinished
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Pay status unfinished
Hi,
in our shop there is a payment method in advance. When a customer goes through the ordering process, the order is saved in aimeos, but the order status always appears as unfinished and no emails are sent. The status should actually be pending or authorized - right? What do we have to do? We're just a bit desperate about the settings...
T2 V10.4.31
Aimeos 21.10.7
Thanks and regards
in our shop there is a payment method in advance. When a customer goes through the ordering process, the order is saved in aimeos, but the order status always appears as unfinished and no emails are sent. The status should actually be pending or authorized - right? What do we have to do? We're just a bit desperate about the settings...
T2 V10.4.31
Aimeos 21.10.7
Thanks and regards
- Attachments
-
- screen2.png (57.36 KiB) Viewed 6028 times
-
- screen.png (179.85 KiB) Viewed 6028 times
Re: Pay status unfinished
Is there a tip or a solution for this problem? How can we set a corresponding order status so that the emails can be sent? Unfortunately, this is our last problem before the shop can go online. Thanks!
Re: Pay status unfinished
The order status should be updated to "pending" according to the code:
https://github.com/aimeos/aimeos-core/b ... hp#L60-L70
The problem may occur if you don't forward the customer to the order confirmation page so the provider isn't called and the status is never set.
https://github.com/aimeos/aimeos-core/b ... hp#L60-L70
The problem may occur if you don't forward the customer to the order confirmation page so the provider isn't called and the status is never set.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
Re: Pay status unfinished
The confirmation page has been set and there is also a correct forwarding at the end of the ordering process.
- Attachments
-
- Bildschirmfoto 2022-09-29 um 16.40.25.png (81.88 KiB) Viewed 5994 times
Re: Pay status unfinished
In the plugin settings for 'AddressesAvailable' and 'ServicesAvailable', we have delivery set to 0, since we don't have any shipping. In the typoscript we have accordingly:
Could that be the reason?
Code: Select all
plugin.tx_aimeos.settings.client.html.checkout.subparts {
0 = address
1 = payments
2 = summary
3 = processes
}
- Attachments
-
- Bildschirmfoto 2022-09-29 um 17.22.27.png (136.41 KiB) Viewed 5993 times
-
- Bildschirmfoto 2022-09-29 um 17.21.47.png (138.47 KiB) Viewed 5993 times
Re: Pay status unfinished
That's no problem as long as the payment service is part of the order (can you check?)
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
Re: Pay status unfinished
The selection of the payment method appears in the ordering process. Currently it is only pre payment, I can select this and go through the entire ordering process. Or do you mean something else with "payment service"?
Re: Pay status unfinished
I meant in the order panel of the admin backend.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star