Skip "redirect to payment provider" during checkout process
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!
Skip "redirect to payment provider" during checkout process
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
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
Re: Skip "redirect to payment provider" during checkout proc
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,
give us a star
If you like Aimeos,

Re: Skip "redirect to payment provider" during checkout proc
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?
Re: Skip "redirect to payment provider" during checkout proc
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.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?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,
