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
1 answer

How to fix "Your requirements could not be resolved to an installable set of packages" for installing Avalara?

I am trying to install Avalara for Magento 2 by following these documents- https://github.com/avadev/Avalara-AvaTax-for-Magento2/blob/master/docs/getting-started.md Following what they have step by step for the composer install I end up with these…
Tyler Jensen
  • 169
  • 2
  • 9
1
vote
0 answers

Applying Bootstrap 4's CSS classes to a Magento 2 theme?

I am trying to create a from-scratch theme for Magento 2.2.4, based on Bootstrap 4. I'm not using a parent theme such as Magento's Blank or Luma. The reason for this is because this Magento store is going to be part of a larger website that's going…
eross200
  • 11
  • 1
1
vote
1 answer

What does Magento 2 commands do?

I have been wondering about what exactly the following Magento command do. php bin/magento setup:di:compile Am I right, that it creates proxy classes? If yes, can someone give some more details of how Magento does this?
1
vote
0 answers

Magento 2 - automatic product information transfer (rest, soap?)

I have multiple Magento 2 websites and i do not want to use CSV or XML to update my product details. I would like to develop a feed or other connection to automatically update the product information from the main (parent) website to the other…
Gianni
  • 11
  • 1
1
vote
0 answers

magento 2 load class with parameters

wel i have simple problem i'm trying to load this class in to my own class: https://github.com/picqer/moneybird-php-client/blob/master/src/Picqer/Financials/Moneybird/Moneybird.php logicaly is to call it in…
1
vote
1 answer

checkout_onepage_controller_success_action is not working

I want to save order data in custom Table After order success. app/code/VendorName/Checkout/etc/event.xml
Bruntha Nivas
  • 13
  • 1
  • 3
1
vote
1 answer

404 error after trying to install free SSL (using https://zerossl.com/) in C-Panel

1) After following the steps in this video (https://www.youtube.com/watch?v=GPcznB74GPs) on how to install free SSL using ZeroSSL, I encounter a problem that shows 404 Not Found in my website. Although i enter https://(my_domain_name).com manually…
1
vote
1 answer

How can I solve this error: Uncaught ReferenceError: jQuery is not defined

I am using the module for SMS Notifications in Magento 2, which is affecting another module used to hide price. When I am trying to open Hide price dashboard, I m getting this error. Uncaught ReferenceError: jQuery is not defined at…
Am Kurlekar
  • 11
  • 1
  • 1
  • 3
1
vote
0 answers

Magento 2 Raw SQL Query updates Date to UTC TimeZone

Mysql TimeZone - Asia/kolkata PHP TimeZone - Asia/Kolkata Magento 2 Config - Asia/Kolkata lets say I have following two rows in sales_order: I have Following Query: select count(*) from sales_order where date(created_at) =…
Ajay
  • 458
  • 4
  • 20
1
vote
0 answers

Custom admin theme - Theme's key does not correspond to required format: '//'

I'm trying to create an admin theme in Magento 2 but I'm getting the error: Theme's key does not correspond to required format: '//' My registration.php contains:
PedroKTFC
  • 745
  • 10
  • 28
1
vote
1 answer

og:image tag in Magento2 cms_index_index.xml (developer mode)

When I try to include : In the xml file "cms_index_index.xml" it gives an error: 1 exception(s): Exception #0…
UnpassableWizard
  • 1,237
  • 11
  • 20
1
vote
0 answers

Insert new container option for widget Magento2

I want to insert a new container option for widget in module_Contact. I create a file with name default.xml in app/code/vendor/Contact/view/frontend/layout/default.xml with the following code CODE XML:
Cristi
  • 531
  • 1
  • 8
  • 21
1
vote
2 answers

Magento 2 :: How to change the price format to Indian price format?

How to change the price format to Indian price format in Magento 2 Example: Price display like 453,453, want to display in the indian manner like 4,53,450
satyavir
  • 61
  • 7
1
vote
0 answers

Magento 2 dynamicRows as new tab for admin customer edit, how do you get data loaded?

How can I load the data from customer DataProvider plugin into my ui_component dynamicRows? I have created a new tab in the admin customer edit form, and added my ui_component, which seems to work well. But I can't populate the data already stored…
Cmaclean066
  • 65
  • 2
  • 8
1
vote
1 answer

Incompatible argument type on compilation

We have a custom extension that worked on mageplaza custom pdf invoice extension on magento 2.2.7. The mageplaza module needed to be updated, so we did. Now the updated module is not compatible with the other extension that fixes the layout of…
MrWheyters
  • 17
  • 5