How to get stripe payment form on onepage Checkout

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!
awaidqureshi
Posts: 86
Joined: 12 Jan 2019, 15:17

How to get stripe payment form on onepage Checkout

Post by awaidqureshi » 28 Mar 2019, 11:58

Hey there, hope you're all doing fine. We've configured our shop to use the onepage checkout process by making the required changes in shop.php. When we launch, we're going to offer only one payment option and that's going to be the stripe driver via omnipay.

Right now, the issue we're facing is that when the user clicks the buy now button, which we understand is the process subpart of the checkout component, they are being taken to another page, where they have to enter their payment details in fields that are mounted to stripe's elements.

Here's what we need to happen: we would like those input fields (mounted to elements) to be displayed in the one page checkout page, and when the user clicks the buy now button, the order should be confirmed, and should not go to the process page.

Please advise - danke schön.

We r using onepage checkout . so we want to show stripe payment from under the stripe payment service same as debit card service option.
Please Guide us what to do about this

For Reference:
http://prntscr.com/n44171

That we want :
http://prntscr.com/n441te

umair040
Posts: 5
Joined: 19 Dec 2018, 05:54

Re: How to get stripe payment form on onepage Checkout

Post by umair040 » 29 Mar 2019, 10:10

I also want to use stripe payment process on onepage checkout under stripe payment service like direct debit service.

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

Re: How to get stripe payment form on onepage Checkout

Post by aimeos » 03 Apr 2019, 14:25

At the moment, the Stripe payment form is shown after the customer clicked on "buy now". If you want it in the list of payment options, you need to overwrite the template and add the form yourself manually.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply