5
magento2 form pop-modal nasıl oluşturulur
Magento2 için yeniyim. yeni formum için bir popup-modal oluşturmaya çalışıyorum. İyi çalışan, ancak bir mod oluşturamayan bir pop-up oluşturdum. Aşağıda, sayfa yüklemesinde yüklenen pop-up kodu gösterilmektedir. 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, …