Skip to content

magento man

Unable to download product export csv in Magento

While downloading product.csv file in MAGENTO getting below error: ========= The webpage at https://example.in/bradadmin/admin/export_file/download/filename/catalog_product_20230517_143650.csv/key/1c1eb7cdbcf882d3db091bd5d83d4d7ced5515a543fa255f0c1bc4e520dcbe42/ might be temporarily down or it may have moved permanently to a new web address. ERR_INVALID_RESPONSE ============ Hosting is in AWS. Please HELP!!!

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