Page 1 of 1
Menu item for payment view
Posted: 27 Jan 2023, 11:55
by b2z
Hello,
It would be nice to have a menu item for a payment view.
Sincerely,
Dmitrijs
Re: Menu item for payment view
Posted: 27 Jan 2023, 12:11
by sulpher
I agree - it will give more flexibility in customization.
Re: Menu item for payment view
Posted: 30 Jan 2023, 17:09
by Jan
Hi, what do you mean with payment view? Which view is this? Some checkout subview or some specific view for Payment information?
Re: Menu item for payment view
Posted: 07 Mar 2023, 10:43
by b2z
That's the page that comes after checkout.
Re: Menu item for payment view
Posted: 07 Mar 2023, 15:02
by Jan
Hi, the page which comes after checkout is info page and in payment method plugin:
- you can add some content to this page - onPCPonInfoViewDisplayContent event
- you can even define other page (with redirect to other page on onPCPbeforeProceedToPayment event)
- and payment method plugin can even decide if cart will be empty or not after making order
And now the question is, why to have menu link to info view when content of this view is mostly based on order (checkout). So in fact this will be empty page because per menu link it does not get any information needed.
Jan
Re: Menu item for payment view
Posted: 10 Mar 2023, 15:27
by b2z
Well ok, probably you are right
Re: Menu item for payment view
Posted: 12 Mar 2023, 17:31
by Jan
Ok