Skip to content

admin

Auto Added by WPeMatico

Magento 2 Can’t get the sales rules conditions in my ui form at edit time Magento 2?

I create custom module for add rule condition in custom module but not get condition data on edit time here i share my files vendor_module_form.xml <fieldset name=”conditions_fieldset”> <argument name=”data” xsi:type=”array”> <item name=”config” xsi:type=”array”> <item name=”label” xsi:type=”string” translate=”true”>Conditions</item> <item name=”collapsible” xsi:type=”boolean”>false</item>… Read More »Magento 2 Can’t get the sales rules conditions in my ui form at edit time Magento 2?

my First Admin Page is not shown up

I try to write a own module. After 1 week of searching I hope u can help to go on. Its a very simple admin page. module_dir: app/code/famberg/module_afterbuysync/ … Controller/Adminhtml/Settings/Index.php: <?php namespace FambergAfterbuySyncControllerAdminhtmlSettings; use MagentoBackendAppActionAction; use MagentoBackendAppActionContext; use MagentoFrameworkAppActionHttpGetActionInterface; use… Read More »my First Admin Page is not shown up