Need help in achieving this functionality within the single page

0
When i click the Pizza>types>size>crust>price these should display within the same page without moving to another page.Likewise for Burger>types>size>price and finally need to add this to cart functionality.How can i achieve this?
asked
1 answers
1

You can configure the onclick button of the pizza button to show a pop-up page (with pop-up layout), that way it will not move to another full page , From the popup page user will be able to choose types>size>crust , Price will be calculated by some microflow I think based on your needs ,And there will be button ‘Add to cart’ at the footer of the pop up page. 

 

 

answered