1

How to create a popup model in magento 2

when click a custom "add to quote" button i need a popup model like with product details

Expected like:

22

Divya Sekar
  • 1,473
  • 1
  • 22
  • 78

1 Answers1

0

In magento Modal is a widget and you need to initiate it in JS rest is all the same as simple Bootstrap HTML modal i.e you can add your content as you want.
You can see these links.

devZ
  • 311
  • 3
  • 8