Skip to content

magento man

How to Skip Translation for specific input in magento2.4.3

I have added quantity increment and decrement button in minicart <input data-bind=”value: qty, attr: { id: ‘cart-item-‘+item_id+’-qty’, ‘data-cart-item’: item_id, ‘data-item-qty’: qty, ‘data-cart-item-id’: product_sku }” type=”number” size=”4″ class=”item-qty cart-item-qty”> But when store switched from English to Arabic value within input also… Read More »How to Skip Translation for specific input in magento2.4.3

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!!!