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
4 answers

Magento 2, how to remove the order-summary in shipping-step?

i am trying to customize the checkout of a Magento 2. At the moment, i want to change the appearance of the "shipping"-step. Can anyone give me a hint how to remove the sidebar (including the order summary)? It should only bei visible on the…
søren
  • 13
  • 1
  • 3
1
vote
0 answers

Megento 2 stdClass Object ( [message] => Consumer is not authorized to access %resources [parameters] => stdClass Object ( [resources] => self ) )

I have magento2.1 installed in my server under folder magento2. So base Url is http://$domain/magento2/ After this I have created a new role as admin and under permission clicked All.Then I created a new user with username, password and other…
Logita Kurrey
  • 71
  • 1
  • 10
1
vote
0 answers

Save same address twice in customer address table magento 2

From customer registration page i'm getting address entered by customer. I want to save this address twice in customer address table one for default shipping and one default billing. I'm extending creatPost controller and trying to modify…
ravichandra
  • 111
  • 3
1
vote
0 answers

Show Bundle product default price based on default product on category page

I'm trying to get the default bundle price on the list.phtml. By default it shows the min and max price, I need to have the price based on the selected default options. How can I retrieve this informations on By default it's
emetik
  • 11
  • 4
1
vote
1 answer

Display quantity on category page Magento 2

I would like to display the quantity of product on category pages. I have tried the stockRegistry and it works just fine. However, when it runs on the production environment, for a category with a large number of products, it makes error 500 or…
Nghi Nguyen
  • 121
  • 2
  • 8
1
vote
1 answer

Magento 2 import product attribute type fixed product tax

How can i import a products with an attributes of type "Fixed Product Tax" ? When i export a csv from the back office i don't have any attribute of type "Fixed Product Tax"
n44s
  • 443
  • 4
  • 18
1
vote
2 answers

Fatal error: Uncaught Error: Class 'Magento\Framework\Component\ComponentRegistrar' not found

After Upgrading Magento 2.1.5 to 2.2.6 it's give following error. my magento source code is on subdirectory like www.mysite.com/staging/ /staging/vendor/mailchimp/mc-magento2/registration.php:12 Stack trace:…
Herry Pats
  • 11
  • 1
  • 3
1
vote
0 answers

& selector in less not working when merging is on in Magento 2

Anybody know why this selector sometimes do not work when in Product Mode and CSS merging is enabled on Magento 2 Ex. a { padding: 0; line-height: 19px; text-transform: uppercase; padding-left: 27px; background-position: left center; …
1
vote
1 answer

Update cart item price after collect totals magento2

I'm trying to update cart item price depends on quote grand total. I've made an observer to change price before cart is saved. My problem is that values for changed items are changed in wrong time. Example: I have two items in cart #1 Item - $150,…
user3669253
  • 45
  • 1
  • 7
1
vote
1 answer

Get param and converto to string in Magento 2

I want to get the value from URL parameter store: http://localhost/magento_04/?store=angielski2 I tried to do this by $_GET['store'], but it doesn't work. I tried also by using: $language = $this->getRequest()->getParam('store');
Taker
  • 11
  • 2
1
vote
1 answer

Image cache url in Magento

I have image url in js variable /w/s/wsh10-black_main.jpg. Question: How can I get media cache url in js, like: https://mydomain.test/media/catalog/product/cache/c687aa7517cf01e65c009f6943c2b1e9/? As result I want get full url, like…
Vasyl Zhuryk
  • 1,228
  • 10
  • 23
1
vote
1 answer

Magento 2 Amasty Layered Navigation. Remove display of current applied filters

I am trying to remove the block which displays all of the current applied filters. Please see image below. Is this done by editing a layout file or via an option in the admin panel? If so how do i it?
Moorby123
  • 81
  • 1
  • 10
1
vote
0 answers

Magento2 parent-child theme configuration and deployment issues

Having issues with site themes. I have a parent theme and a child theme. Several files/layouts are overriden in the child theme. This was all working fine up until yesterday or the day before (been working on a module, so only noticed the issue…
UUDotCom
  • 126
  • 1
  • 3
  • 16
1
vote
2 answers

Magento 2 Order Confirmation Emails Not Sending

Currently having an issue with order confirmation emails not sending. I have looked at various forums / solutions and these haven't worked. My existing setup is using the MagePlaza SMTP to send email using Mandrill, this is working through their…
lnelson92
  • 621
  • 5
  • 20
  • 27
1
vote
0 answers

How to create dropdown field in admin form in magento2

I want to create a dropdown field in admin ui-component form in magento2.(for getting parent category/post) How to do that
Mano M
  • 155
  • 1
  • 9
1 2 3
99
100