Posts

Showing posts from January 15, 2019

How to show Popup form at the time of shipping page?

Image
0 I want popup form at the time of shipping page. How can I do it? Can you please suggest me anything for this? magento2 shipping popup share | improve this question asked 12 mins ago nikhil gantyala nikhil gantyala 6 1 add a comment  |  0 I want popup for

The purpose of the http verbs interfaces

Image
0 In Magento 2.3 there are some interfaces for all the http verbs MagentoFrameworkAppActionHttpPostActionInterface MagentoFrameworkAppActionHttpGetActionInterface , ... All of them are empty and implement MagentoFrameworkAppActionInterface . I also found that all of them are mapped in app/etc/di.xml to a parameter of MagentoFrameworkAppRequestHttpMethodMap and a lot of the controllers implement these interfaces. But not all controllers. That's all I could find about them. What's their purpose? controllers magento2.3 di share | improve this question asked 10 mins ago Marius ♦ Marius