5
magento2에서 폼 팝업 모달을 만드는 방법
저는 magento2를 처음 사용합니다. 새 양식에 대한 팝업 모달을 만들려고합니다. 잘 작동하지만 모달을 만들 수없는 팝업을 만들었습니다. 다음은 페이지로드시로드되는 팝업 코드입니다. require([ 'jquery', 'Magento_Ui/js/modal/alert' ], function($, alert) { alert({ title: "Some title", content: "we can show popuop based on cookies later", autoOpen: true, clickableOverlay: false, focus: "", actions: { always: …