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

Output data with php to csv not inbetween quotes but straight [field]=data

I am looking to output data in csv with no quotes. At the moment I have the values inbetween quotes. I need them straight with no quotes for the standard magento2 import "additional_attributes". EDIT: I need to mention that I only need the values…
matt
  • 65
  • 10
1
vote
1 answer

Magento2 pub is not showing in media URLs

I have a very strange issue in my site. When I access any of my product images, I can access by this type of url: abc.com/media/catalog/product/0/1/0101-white.jpg Whereas this image is…
Hardik
  • 51
  • 1
  • 7
1
vote
2 answers

How to override module-catalog-search/view/frontend/templates/searchlist.phtml

I have create a custom theme. and I want to override searchlist file. vendor/magento/module-catalog-search/view/frontend/templates/searchlist.phtml I move it in public_html/app/design/frontend/themevendor/theme/Magento_CatalogSearch/ But its…
1
vote
1 answer

Magento 2 - Select with group_concat in Left Join

I am currently trying to get the SKU from the products of an order into the order grid and filters in the backend. It is already working, but only for one SKU, not all SKUs of the order. My Controller looks like this:
Tobi
  • 594
  • 4
  • 14
1
vote
0 answers

PHPIZE error when trying to install intl with pecl

So, for magento2 i need to install : PHP Extension intl. Now after looking up i'm trying to do this but i keep getting errros. I'm on a MAC and i'm using XAMPP, too bad when i run 'sudo pecl install int' i get the following error. Starting to…
1
vote
1 answer

Magento2 Code Migration Tool Issue with Custom Module Migration

Anyone faced this error? I'm trying to migrate a custom module. When I run this command, I get the error below. Please advise. php bin/migrate.php migrateModuleStructure source destination PHP Fatal error: Uncaught Error: Cannot instantiate…
1
vote
1 answer

How to display shipping country in sales order grid in magento 2

I tried to show the shipping country in the Admin Sales Order Grid but nothing works. I did check the customer address configuration twice and there I can see that the country variable exists and should be shown. But in the grid you can not see the…
ecommerce
  • 91
  • 11
1
vote
1 answer

Issue in Implement Magento ver. 2.2.2 on subdomain

i need some help regarding magneto v2.2.2.. want to implement whole magneto in new folder ABCDFOLDER in public_html/ i just copied all my website files and folder in to new folder called ABCDFOLDER i have already created a subdomain and point to…
1
vote
1 answer

Issue regarding Magento 2 admin url

I recently installed Magento on XAMPP. However my admin link that it provided after setup is giving me the error (in image attached) enter image description here My admin url: http://localhost:8080/magento/store1/admin_5jmzue Pls help.
user10127047
1
vote
1 answer

How to stop cron job after job is done programmatically

I am creating an app using magento 2 where user is supposed to upload csv file containing: Name of base image Name of clipart height Width top margin left margin using above data I am suppose to combine both the images. I am using cronjob to…
1
vote
3 answers

Magento 2.3 it's not working properly in localhost

I have installed Magento 2.3 in my localhost and it's a successfully installed. But When I open an admin URL it comes with blank URL. Also, my homepage comes without Magento default logo. And i am facing another issue on homepage When I clicked on…
sunnykumar
  • 43
  • 6
1
vote
2 answers

After Successful Installation Magento Getting Blank Gray page for Admin

Getting Blank Page Like this after Installing Magento Successfully Iam not able to track where it was gone wrong anyone could you please help me with this This is the Front end screen iam able to see even i installed with sample data
sai krishna
  • 105
  • 1
  • 9
1
vote
1 answer

Can not remove header "vary: user agent"

I am trying to figure out why my Magento 2.2.6 shop is showing the header: vary: Accept-Encoding,User-Agent The problem is that the "User-Agent" makes my cache not working in a good way. My shop is built like: Visitor -> Nginx SSL Termination ->…
M2Newbie
  • 33
  • 5
1
vote
2 answers

Docker Build Stuck on MariaDB Installation

I am trying to build a set of Docker images that includes an installation of Magento 2 and MariaDB. In rare cases it succeeds (although this could be due to small changes in the app), but in most cases it is stuck on the following: magento2-db |…
Ynhockey
  • 3,845
  • 5
  • 33
  • 51
1
vote
2 answers

How to integrate ReactJS with Magento 2 frontend?

I try to add ReactJS in my custom theme but I don't have any idea to How to integrate ReactJS with Magento 2 frontend. I want to make Magento 2 frontend using react js instead of knockout js. Does anyone have idea? Where can I start and how it's…
Niks
  • 615
  • 2
  • 14
  • 26
1 2 3
99
100