I have an issue with the upgrade of Magento from 2.4.3-p2 to 2.4.4. Here my steps to reproduce: composer require magento/product-community-edition 2.4.4 --no-up
I am trying to ScndiPWA on Magento 2.4.2 but face up next error message: sysadmin@DEV-Magento:/var/www/magento2$ sudo composer require scandipwa/spwa-app Do not
) I'm new to the Magento world and couldn't find a solution, how to add a new block of the Catalog>Products>Edit>Content>Description type, for examp
This is my code $_productCollection = $block->getLoadedProductCollection()->addAttributeToSort('article_position', 'DESC'); echo '<pre>'; print_r(
I am trying to add functionality to allow a customer to edit options. I have created a Module Vendor/COptions. This is loading custom options and select, howev
I have a store built with Magento Ver.-2.4.3-p1 and I am trying to replace the front end with VueStorefront 2. But when i'm trying to connect the VueStorefont 2
I have created a custom module in magento 2. I have two tables, first one is the main table and the other one is for the stores. The second table has the foreig
I am getting this error while the controller run -'Invalid value of "491" provided for the regionId field.'. I want to transfer the telephone number from the bi
Been spending the last 1 day to find a fix for this. Basically everything works normal if I delete all the contents of generated folder and then generate the f
I'm working on Magento EE 2.1.1 and I need to extend activate method functionality which located in lib/web/mage/collapsible.js . but I can't find the right way
we have a fresh build of Magento 2.4.3 which when we sync products from an api call works fine and the products display correctly but we want to import the data
UPS method title is not visible for US address meanwhile it is visible for Canada address. See Image
I have installed Magento2 on my WAMP server. And when I tried to access http://127.0.0.1/magento2/admin/ it's redirecting to http://localhost/admin/admin/dashbo
I have Magento 2 Luma theme installed. I want to remove the hover effect on my products' page and the 'add to cart' button be visible all the time. This works o
I have created custom rest api endpoint in magento for downloading pdf file. When testing it locally: From separate react JS project I am sending request to th
I have created custom rest api endpoint in magento for downloading pdf file. When testing it locally: From separate react JS project I am sending request to th
I'm using this piece of code: $product->setSku($csvProduct[0]); // Set your sku here $product->setName($csvProduct[6]); // Name of Product