Skip to content

magento man

Hide/Remove selectionsColumn

I want to remove or hide this without affecting the export csv. How? <selectionsColumn name=”ids”> <settings> <indexField>k_id</indexField> <resizeEnabled>false</resizeEnabled> <resizeDefaultWidth>55</resizeDefaultWidth> </settings> </selectionsColumn>

Hide Admin Menu Based on Store Default Country

I need help on hiding the Customer Feedback – Article Menu if the default country is not JP. My code is not working. Plugin/RemoveCustomerFeedback.php <?php namespace ThecoachsmbMymodulePlugin; class RemoveCustomerFeedbackMenu { protected $_request; protected $_authSession; public function __construct( MagentoFrameworkAppRequestInterface $request, MagentoBackendModelAuthSession… Read More »Hide Admin Menu Based on Store Default Country