cancel
Showing results for 
Search instead for 
Did you mean: 

How to build checkout steps breadcrumbs based on the payment method selection?

former_member664713
Active Participant
0 Kudos

In B2B site, they are two payment methods one is account payment and credit card payment. Now i added another payment method , based on the payment selection i need to modify the check out steps of breadcrumb? suggest me to modify the breadcrumb?

former_member664713
Active Participant
0 Kudos

I need to add one more step and that step should be come based on the payment type.

former_member664713
Active Participant
0 Kudos

I added new step and new payment type. After selecting the delivery method, clicking on next is calling payment details. But i want the Other JSP. How to handle the steps based on the payment type selection?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi, You need to modify "multi-step-checkout-config.xml " file of your storefront.Add one more entry for 'checkoutstepmap' and write your own controller and render jsp as per requirement. For more details: check below link

https://wiki.hybris.com/display/accdoc50to56/Configurable+Checkout this will help surely.

cheers!

Former Member
0 Kudos

You can create a BreadcrumbComponentController to handle the breadcrumb based on the request If the jsp is not populating the value as u want. Otherwise u can modify the breadcrumbs from the controller wherein the jsp is directed.

Cheers,

Viji.