I'm building an orderflow where step 1 is choosing your product, step 2 is choosing accessories (dependent on the chosen product) and step 3 is additional information, step 4 is confirmation.
What is the best way to achieve this? I found that i need the "Product Catalogue"-paragraph to render products. Im thinking that maybe its easiest to show the products in a cart template as step 1 and put all the code in the cart module. Another option seems to be to build the whole order flow on a regular page with partials as step1, step2 etc...
What are the pros and cons here? Is there anything im missing out on if i dont use the cart- or the Product Catalogue paragraph?
See image for the mockup-markup =)