cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Skipping Payment Page

Former Member
0 Likes
812

Hello Experts,

I'm currently using Financial Accelerator 6.6. And I have a requirement to use the direct payment method of paypal where a popup window is used to add the payment information and perform the transaction. However, my problem is that I want to skip the payment page in the multi checkout process so that the customer wont have to add the payment details twice. Any idea what should be done or where should I start?

Your help is highly appreciated!

View Entire Topic
Former Member
0 Likes

Hi Nafie,

Please have a look inside your storefront's multi-step-checkout-config.xml

Here you will find a the checkout process defined.

So, in nut shell you need to make changes in your checkout group. Map the value-ref accordingly to bypass payment step and move directly to summary checkout step.

Former Member
0 Likes

Hello Siddharth,

Thanks for your prompt reply. However, I tried what you said and changed all the redirect value-ref (for the next and previous) accordingly so that the redirection is working correctly but when I tried the process, the payment page was still displayed. Perhaps there should be another configurations that should be made? kindly advice.

Note: I left both responsivePaymentMethodCheckoutStep and paymentMethodCheckoutStep beans and their validators to avoid any dependency errors

Former Member
0 Likes

Hi Nafie,

Hope you made changes in the right alias - bean . Because there are two checkout steps defined. 1. responsive 2. desktop

In your base store, please check 'checkoutFlowGroup' attribute. Search for that particular 'checkoutFlowGroup' in multi-step-checkout-config.xml and make changes in that checkout group.

Thanks

Former Member
0 Likes

Hello,

I have added the comment as an answer because it exceeded the characters limit.

Thanks alot.