Skip to content

magento2.3

Auto Added by WPeMatico

Update selector field in Magento 2

I have a form with the following 2 fields in an xml file: Regions: <field formElement=”select” name=”regions” > <argument name=”data” xsi:type=”array”> <item name=”config” xsi:type=”array”> <item name=”dataType” xsi:type=”string”>text</item> <item name=”label” xsi:type=”string” translate=”true”>Regions</item> <item name=”formElement” xsi:type=”string”>select</item> <item name=”component” xsi:type=”string”>Vendor_MyModule/js/form/element/ui-select</item> <item name=”elementTmpl” xsi:type=”string”>ui/grid/filters/elements/ui-select</item>… Read More »Update selector field in Magento 2

Magento 2 how to show custom block before product.info.details and after media

Magento 2.3.5-p2 how to show custom block before product.info.details and after media ? <div class=”product-info-main”></div> <div class=”product media”></div> <div class=”custom_block”></div> **//we want to show custom block section here** <div class=”product info detailed”></div> I am trying like that <referenceContainer name=”main”> <container… Read More »Magento 2 how to show custom block before product.info.details and after media