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

Checkout Progress Bar redirects to different insurance type

Former Member
0 Likes
520

Hello experts,

I'm currently working on the financial services accelerator (6.5) where I need to create a new insurance type such as the travel insurance.

So, in the checkout process I have created a new form and a new cms details submit component model, controller and renderer in order to view the form. I have also created a new category page which has a content slot that has the cms details submit component that renders the form in section 1. And in the same section I have the checkout progress bar to allow the checkout process. Also, I have in section 2 a content slot which has the comparison tab container to display the second step (What's Included) which is the comparison page.

However, my problem is that the form is rendered correctly with all its data but the progress bar shows that I'm in the event insurance (default insurance based on my understanding) hence when I click on find prices button I navigate to the comparison page of the event insurance.

I've added page restriction for the new insurance category but still nothing changed.

Note: I'm following the current tutorial in addition to different documentations on help hybris and hybris wiki: https://help.hybris.com/6.6.0/hcd/9328d1d335a147f3a6a7c54277b0fdda.html

Your help is highly appreciated!

Best Regards,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi Amr,

It seems as all the content (form component, progress bar) is added to the Category page which is associated to a wrong category (Event), not the new one. Reason for this statement:

  • Checkout progress bar displays the text "Your XYZ Insurance" based on the current category which is being accessed

  • "Find Prices" button leads again to the same page, with only adding one additional parameter to the URL ("viewStatus=view"), which triggers alternative display of the page (comparison table instead of a form)

If you are having "Your Event Insurance" text and the button leads to "Event Insurance comparison table", please double check if you have correctly defined CategoryRestriction?

Regards, Lazar

Former Member
0 Likes

Turns out that the category restriction was created and added to the page successfully but the category was not added not sure why. However, the comparison tab container in the same page didn't appear, only the summary of the user input appears.

Thank you again for everything you’ve done!

Answers (2)

Answers (2)

Former Member
0 Likes

Dear Ksenija,

Yes I did but unfortunately nothing changed

Former Member
0 Likes

Hi Amr,

Have you assigned the category to your new CMS Details Submit Component inside .impex file?

Kind regards, Ksenija