[SOLVED]Remove Intermediate step after payment

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
kartikbhat
Posts: 40
Joined: 02 Dec 2021, 17:18

[SOLVED]Remove Intermediate step after payment

Post by kartikbhat » 02 Jun 2022, 12:38

I am getting this block after entering card detail and proceed (checkout page) ; instead I need to display Order Confirmation page of order just created after this; here only after clicking on "proceed" I am landing into Order confirmation page.
Help to skip this page after entering card details ;
Here I am using Stripe payment gateway...
TIA :)
Attachments
Untitled.png
Untitled.png (5.57 KiB) Viewed 494 times
Last edited by kartikbhat on 06 Jun 2022, 11:00, edited 1 time in total.

User avatar
aimeos
Administrator
Posts: 7923
Joined: 01 Jan 1970, 00:00

Re: Remove Intermediate step after payment

Post by aimeos » 03 Jun 2022, 18:45

By default, the button is automatically clicked by the Javascript code included in Aimeos. That may not work any more if you've change the HTML structure or the CSS classes. Then, you have to adapt the JS code so it works again:
https://github.com/aimeos/ai-client-htm ... #L124-L135
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply