Skip to content

magento man

MassAction if I select all items I get NULL in the controller

I have this grid: <?xml version=”1.0″ encoding=”UTF-8″?> <listing xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:module:Magento_Ui:etc/ui_configuration.xsd”> <argument name=”data” xsi:type=”array”> <item name=”js_config” xsi:type=”array”> <item name=”provider” xsi:type=”string”>employees_listing.employees_listing_data_source</item> <item name=”deps” xsi:type=”string”>employees_listing.employees_listing_data_source</item> </item> <item name=”spinner” xsi:type=”string”>columns</item> <item name=”buttons” xsi:type=”array”> <item name=”add” xsi:type=”array”> <item name=”name” xsi:type=”string”>add</item> <item name=”label” xsi:type=”string” translate=”true”>Add New… Read More »MassAction if I select all items I get NULL in the controller

custom Section data need to update on cart item delete in magento2

I have created custom section data called test and create sections.xml file with below code <?xml version=”1.0″?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:module:Magento_Customer:etc/sections.xsd”> <action name=”*”> <section name=”test”/> </action> But it’s not updated on cart item delete So I have added below line as… Read More »custom Section data need to update on cart item delete in magento2