Top "Magento2" questions

Magento 2 is an eCommerce R&D project facilitating the improvement of Magento Core products.

Magento2 Backup disabled

Magento Version 2.2.7. I wanted to backup the system and database with the Tools given by Magento2. But in the backend …

magento2
Magento 2 MIME type ('text/html') is not executable, and strict MIME

im new in Magento 2, and i already getting annoyed with it, i made a fresh installation, and in the browser …

magento magento2
How to add an Item to a quote/cart via API on Magento2

I have tried calling [POST] /carts/mine/items, headers with correct bearer, and body: { "cart_item": 1, "sku": "MY_SKU", "qty": 1 } …

api rest magento2
Magento2 how to get token by rest api?

$adminUrl='http://localhost/magento/index.php/rest/V1/integration/admin/token'; $data = array("username" => "myname", "password" => "mypassword"); $data_…

magento2 magento-2.0 magento2.0.2
Blank admin page after installing Magento 2.3 on Windows 10

I am installing Magento 2.3 locally on Windows 10 with xampp. I downloaded the archive from Github, unzipped to c:\xampp\htdocs\…

php magento2
Magento 2 changes in Js and CSS

I am new to magento 2 and I am creating extension for it. But I am unable to see any js …

magento caching magento2 magento-2.0
Magento2: Add product attribute as Media Image

I had an issue when we add a product attribute as a Media Image type. I created the attribute successfully …

attributes magento2
Magento - 2 or more observer on same event

2 of my observer are observing same sales_order_shipment_save_before event. ModuleA was the one i created first and …

magento magento2
How to set fotorama thumbnail as vertical

I am using magento 2 porto theme. In product details page i need to set the thumbnail of fotorama slider to …

magento2 fotorama
Magento 2.1.1 Admin content pages not loading handle not registered

In my Magento 2.1.1 shop with 2 custom modules some of my admin content pages are not loading. (Widget, theme and shedule …

handle magento2