Skip to content

magento man

Show hide content using Knockout js in magento 2 on click button

I want to create content show hide functionality using knockout js in shipping page. here is my html file code <button type=”submit” title=”Select” class=”action primary” id=”rh-select-btn” data-bind=”click:addCustomOptions”><span>Select</span></button> <button type=”submit” title=”Select” class=”action primary” id=”rh-select-btn” data-bind=”click:addCustomOptions2″><span>Select2</span></button> <div> <p>Hey You</p> <div data-bind=”html: window.checkoutConfig.my_block_content”></div>… Read More »Show hide content using Knockout js in magento 2 on click button

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