I have to export categories, products and other related data from a Magento 2.4.2 instance to a empty Magento 2.4.6-p2 instance. As the first step I am trying to export/import categories data. According to many tutorials its possible to do that via System -> Export , but Categories aren’t listed […]
Magento
const scroller = document.querySelector(“#musicscrollid”); const output = document.querySelector(“#musicheaderid”); scroller.addEventListener(“scroll”, (event) => { output.textContent = scrollTop: ${scroller.scrollTop}; if (scroller.scroll >= 64) { output.addClass(“fondoazul”); } else { output.removeClass(“fondoazul”); } }); the output.text i see number but when i scroll 64px the addclass or removeclass is not working
I am having a problem with the checkout cart where I cannot get to the second step of the checkout process. When I click on the “Review and Payments” button nothing happens as shown in the pictures below. Page 1 Page 2 I also do not see a next button […]
I’ve been trying to install Magento(2-2.4) on MAMP Pro on my macbook downloaded the code and manual install and I’ve gotten close but I can’t figure out how to get past this screen: There was no version set in the composer.json file so I tried “version”: “2-2.4” and “version”: “2.2.4” […]
I have the Sign Static Files setting on in Magento settings. I have verified that deployed_versio.txt has a new version number after setting up static files with setup:static-content:deploy. However for some reason the mobile Android browser particularly does not load the new versions of the static files like CSS files. […]
we have been getting following error in checkout page. error are coming after migration we are using lit-extension for data migration. In the console on checkout page I see following error Error : “message”: “”%fieldName” is required. Enter and try again.”, “parameters”: { “fieldName”: “email” }, error screen-shot : https://app.screencast.com/OuOsFuiwd360d […]
I install new fresh magneto on my centos 7 recently the home page run success fully but the all css paths goes 404 in core config i also set the base secure and unsecure url for pub static and pub media
getting empty data from the product attribute Iam getting null value while fetching the data from attribute my attribute name is product_types
I need products that are out of stock (!$_product->isSaleable()) to be displayed at the end of the category list in the catalog (frontend part) Magento v 2.4.2