Category "magento2"

Magento 2.4.3 - Products are not showing in the catalog page after we import a database from Magento 2.3 site

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 in magento 2.4.3-p1

UPS method title is not visible for US address meanwhile it is visible for Canada address. See Image

Magento2 : Admin redirection issue

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

Magento 2 products disable hover

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

Magento 2 - Custom rest api endpoint for PDF download - net::ERR_HTTP2_PROTOCOL_ERROR 200

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

Magento 2 - Custom rest api endpoint for PDF download - net::ERR_HTTP2_PROTOCOL_ERROR 200

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

Magento2: product not visible after import

I'm using this piece of code: $product->setSku($csvProduct[0]); // Set your sku here $product->setName($csvProduct[6]); // Name of Product