Skip "redirect to payment provider" during checkout process

Questions around the TYPO3 integration and plugins
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!
Dennis
Posts: 15
Joined: 30 Nov 2016, 09:16

Skip "redirect to payment provider" during checkout process

Post by Dennis » 20 Apr 2017, 08:23

Hello!

In our online shop we want to offer payments options with PAYONE and a custom payment option via invoice, too.
In the first case (external payment handling), a redirect page with message "Sie werden jetzt zu unserem Zahlungsanbieter weiter geleitet" is shown and this is obviously okay. But in the second case (internal payment handling) this redirect page is shown, too. We just want to skip this step because it is redundant in this scenario.

I hoped that aimeos would handle this case distinction automatically but this is apparently not the case :-(
Or could some configuration be missing in our installation? What would be the best way to realize the described case distinction? (if payment service provider is external -> show redirect page; if payment service provider is internal -> do not show redirect page)

Many thanks in advance!

TYPO3 7.6.15, Aimeos web shop 17.3.0, PHP version 5.6.30-0+deb8u1, Linux

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

Re: Skip "redirect to payment provider" during checkout proc

Post by aimeos » 20 Apr 2017, 15:53

The "redirect to payment provider" page is actually storing the order too, so you can't remove it. You can only change the template and display something else during the redirect (spinner icon for example) in case of paying by invoice.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Kai
Posts: 5
Joined: 08 Dec 2016, 15:00

Re: Skip "redirect to payment provider" during checkout proc

Post by Kai » 20 Apr 2017, 16:29

Actual there is no redirect - the user needs to click a button. Do we need to implement this by javascript by ourself or is there a out of box solution, that we could activate?

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

Re: Skip "redirect to payment provider" during checkout proc

Post by aimeos » 21 Apr 2017, 16:08

Kai wrote:Actual there is no redirect - the user needs to click a button. Do we need to implement this by javascript by ourself or is there a out of box solution, that we could activate?
The redirect is done via Javascript. Either you have a JS error on that page or the payment form isn't found by the jQuery expression in aimeos.js of the used theme.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply