Skip to content

magento man

How to open modal popup while changing the order grid select option?

sales_order_grid.xml <column name=”order_status”> <argument name=”data” xsi:type=”array”> <item name=”options” xsi:type=”object”>ModuleCustomerOrderUiComponentListingColumnOptions</item> <item name=”config” xsi:type=”array”> <item name=”filter” xsi:type=”string”>select</item> <item name=”label” xsi:type=”string” translate=”true”>Order</item> <item name=”component” xsi:type=”string”>Magento_Ui/js/grid/columns/select</item> <item name=”dataType” xsi:type=”string”>select</item> <item name=”editor” xsi:type=”array”> <item name=”editorType” xsi:type=”string”>select</item> <item name=”validation” xsi:type=”array”> <item name=”required-entry” xsi:type=”boolean”>false</item> </item> </item> </item>… Read More »How to open modal popup while changing the order grid select option?

Custom attribute mandatory only in frontend

i have a marketplace with 2.4.4 version in frontend i have mandatory product attribute field. Will be possible to make a product attribute mandatory in frontend and not mandatory in backend? https://ibb.co/LdNQcVc Thanks