Questions tagged [magento2]

Magento 2 is an eCommerce project facilitating the improvement of Magento Core products. Written in PHP-Zend Framework. Available under both open-source and commercial licenses via Adobe Commerce.

Magento 2 is the next major release of Magento. It differs from previous versions of Magento substantially, including fundamental changes such as directory structure and naming conventions.

It has been released for GA (General availability) on November 17, 2015 Magento Ushers In New Era of Commerce Innovation with Next-Generation Platform

Release Notes : Release Notes 2.2

Release Notes : Release Notes 2.3

Release Notes : Release Notes 2.4

Latest Release: Magento 2.4.5 Release notes

Links :

5108 questions
1
vote
2 answers

Salable Quantity in Magento 2.3 don't show

I have a problem with Salable Quantity in Magento 2.3 After importing products, entering the catalog and no product has Salable Quantity. I do not know why. If I enter to edit the product and without changing anything I save it, the product appears…
Cris
  • 11
  • 1
  • 2
1
vote
0 answers

Refresh jquery and knockout binds and observers in Magento 2 after AJAX content update

Our code has to update the whole header block via AJAX. The header block contains the minicart and the responsive menu toggle button. We have a dropdown icon for the minicart. After the update happens we face some challenges: Minicart calculations…
1
vote
1 answer

I want to rebill on every month first Wednesday of first full week, Every month should starts from Monday

I have a subscription module, it rebills a term on every month on first day, But here I want to rebill on Wednesday of first full week of a month. I need to write this in php code. Currently I am getting the First Wednesday of month. here is the…
Jdprasad V
  • 11
  • 4
1
vote
0 answers

How to map unique product colors to 8 basic colors?

I have an ecommerce store, with lots items that have a few different colors and have about 8 different swatch colors. The only data that have only relation to color is an attribute that has unique color names and the images themselves. The unique…
1
vote
1 answer

Problem with Magento 2 REST authentication

I am using some Magento 2.3 REST calls, and I am finding that for certain calls (and it seems to be consistently GETs) Magento is returning an authentication error, while for others (which seem to be consistently POST/PUTs) the call is succeeding. …
Matthew
  • 61
  • 1
  • 6
1
vote
1 answer

Magento 1.14.2.1 to Magento 2.3.2 from CLI

I am trying to migrate website from Magento 1.14.2.1 to Magento 2.3.2 using Ubuntu commands. I have made all changes on config.xml file with path to both database and here is the command i am trying to execute to apply settings xxx$bin/magento…
Mr.Devops
  • 301
  • 2
  • 12
1
vote
2 answers

Magento2 Invalid Form Key. Please refresh the page while creating configurable product

While creating the configuration products in magento2.2.2 I am facing the “Invalid Form Key. Please refresh the page” error. I have google regarding this error and I have found the solution to increase the value of max_input_vars PHP configurable…
Narayan
  • 1,670
  • 1
  • 19
  • 37
1
vote
1 answer

What's the behavior of $attribute->getFrontendInput() method?

Can someone explain me what's the behavior and the return value of $attribute->getFrontentdInput()? I'm using Magento 2.2.7.
Denis2310
  • 939
  • 1
  • 15
  • 41
1
vote
1 answer

Magento 2 script wait due to CREATE TEMPORARY TABLE

I'm running a custom products import script ( importing configurable, simple products with extra attributes, categories photos etc ). I am facing a strange "wait" at script execution when assigning categories to a newly created product using (…
sarakinos
  • 666
  • 11
  • 28
1
vote
0 answers

i am sure that the password and the email are correct , however the magento reports that they are invaild (aramex method)

Aramex: ERR01 - ClientInfo - Invalid username or password ******* Aramex: REQ12 - DestinationAddress - City/Zipcode is empty ******* Aramex: ERR23 - ShipmentDetails.ActualWeight.Value - Value is less than zero *******
soubani
  • 13
  • 5
1
vote
2 answers

Magento2 module fields still visible in admin after module is disabled

I am experiencing an issue while trying to disable a Magento2 module causing custom values to still be visible in the customer edit page. I would like to know what i have to do to completely get rid of a module and its data from a Magento2…
sm0ke21
  • 441
  • 5
  • 20
1
vote
1 answer

Better understanding of magento interfaces

In magento, in every step of project you can find instances of interfaces, just like for example in this function below: public function upgrade(SchemaSetupInterface $setup, ModuleContextInterface $context) { //Upgrade schema logic } How…
Denis2310
  • 939
  • 1
  • 15
  • 41
1
vote
1 answer

Get parent SKU (configurable or bundle) from child SKU Magento 2

On the order page(backend) I need to be able to obtain the parent SKU using a child SKU. I've tried several code snipped from both the Magento forums and similar questions here on StackOverflow without success. I'm able to determine if a product is…
user4817258
  • 135
  • 1
  • 10
1
vote
2 answers

Unable to install magento 2.2 on windows 10, missing commands

For two days I am trying to install magento version 2.2 on windows 10 operational system. I am cloning existing project from online repository. When everything is done and when I try to run application, magento commands in CLI are missing. I need to…
Denis2310
  • 939
  • 1
  • 15
  • 41
1
vote
1 answer

Magento 2 product quantity increasing automatically

I have magento 2.2.7, the issue is when I update product quantity to zero "0", it automatically increments the quantity after some time. I tried on 3 products and each products increment was different. I checked in logs, none were generated, checked…
Arsalanulhaq
  • 211
  • 3
  • 12