Page 1 of 1

felogin / invoice / override payment provider

Posted: 17 Jul 2016, 11:26
by ivofrie
Hello,

I want to offer a login form for returning customers where they can login with their account data. This felogin-form is placed on the Checkout page, direct above the Aimeos Plugin. As far as good, everything works perfectly, the address fields of the Checkout form are prefilled correctly when logged in.

But ... since I have placed the felogin-plugin on that page, the automatic redirect of the payment provider module does not work anymore. As consequence, the payment process must be confirmed again by the visitor, where the text says that he is transferred to the Payment Provider. This is very ugly, as we want to pay with invoice, we do not need a Payment Provider at all. I also believe that this additional step discourages visitors to place an order.

So, after that long description my questions:
  • Is there a way to get the automated redirect back?
  • Do we have a possibility to redirect direct to the confirmation and not to the payment gateway?
I work on TYPO3 6.2 with the newest Aimeos distibution.

Has somebody any ideas how to solve that problem?

Kind regards, Ivo

Re: felogin / invoice / override payment provider

Posted: 17 Jul 2016, 15:28
by aimeos
The step telling customers that they get redirected to the payment provider is always there but normally they don't see it. There's an automatic redirect via Javascript and it will redirect to the confirmation page in case of paying by invoice. Maybe the felogin plugin causes a Javascript error and prevents the automatic redirect.