on ‎2018 Oct 08 1:27 PM
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!
Request clarification before answering.
Hello Siddharth,
I have checked the attribute and here is the following the code snippet:
<util:map id="checkoutFlowGroupMap" >
<entry key="apparelCheckoutGroup" value-ref="apparelCheckoutGroup"/>
<entry key="defaultCheckoutGroup" value-ref="defaultCheckoutGroup"/>
<entry key="responsiveCheckoutGroup" value-ref="responsiveCheckoutGroup"/>
</util:map>
So, basically what I did is change the value of the 3 groups and the following is a screenshot of the updated beans:

Basically for the Checkout Steps & Responsive Checkout Steps I have modified the value-ref so that the next/previous redirects are correct so for example the defaultPickupLocationCheckoutStep had a value of REDIRECT_TO_PAYMENT_METHOD so I changed it to REDIRECT_TO_SUMMARY.
Also, for the other beans such as defaultMultiStepCheckoutGroup I have removed any reference for the payment method such as .
Finally, checkoutProgressBar map I removed the payment method reference and changed the sequence so that it is correct. (1, 2, 3)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.