Magento 2: Add Product Name Column in Sales order Grid
Sometimes we need to show “Product Name” in Sales order Grid in admin panel with the order. Magento does not provide to display/show “Product Name” in Sales order Grid page. Today I am going...
Collection of Thoughts
Sometimes we need to show “Product Name” in Sales order Grid in admin panel with the order. Magento does not provide to display/show “Product Name” in Sales order Grid page. Today I am going...
by Prashant Kumar · Published October 13, 2018 · Last modified September 22, 2019
Magento 2 is based on a better code that makes Magento 2 easier and flexible to use. Besides, It also supports efficient APIs, theming capabilities, and turnkey extensions. As you are probably aware of,...
For a Magento 2 extension, you should be following the Magento EQP (Extension Quality Program) code standards. Magento provides a tool to validate the PSR-2 code standards and most of Magento’s added standards on...
Today I’m going to explain why discount coupon code does not work depending on Payment Method in Magento 2.1.X version. Coupon Code rule doesn’t work because Magento 2 doesn’t save payment method to quote...
In this blog, today I’m going to explain that how you can you can upgrade or update your current Magento version to latest version or specific higher version using composer and command line. For...
Magento provides shipping libraries for all popular shipping carriers but sometimes you may need to implement your own custom logic, in which case you’ll need to create a custom shipping method as per your...
If Magento stopped generating sitemap suddenly when trying to generate a Google Sitemap for an existing entry in Magento make sure to check that the sitemap ID generated is set correctly, i.e. not equal...
Since Google made the declaration that serving your’s site pages over a safe convention (HTTPS) will turn into a positioning element back in August 2014 , numerous brands have rolled out the important improvements...
Regularly whilst a Magento store is in the last phases of improvement, you’ll develop a reasonable piece of test / dummy data (like test sales / orders and customers which will populate different tables,...
We’ve seen many Magento sites get hacked, with dire consequences. Aside from angry customers, merchants are faced with the difficult and expensive task of removing all the malicious code. It’s much easier to apply...
Since this is a typical issue when changing from improvement to organizing lastly to creation ennvironments it is convenient to have a shell script that deals with erasing orders in Magento by essentially indicating...
So you’ve included a custom section for a table, e.g. admin_user or through your custom extension’s model table. The main issue is your values are not being put away by your fundamental model classes,...
Since I get a ton of solicitations for a robots.txt record intended for Magento SEO here is a sample to kick you off. To a great degree regular inquiry with regards to eCommerce –...
Now and then you may wind up sending an email after a specific activity has happened. For instance, you have a custom module that permits you to add an item to a rundown of...
Here and there the need emerges where you should change the Magento request numbering. Maybe it is important to keep away from strife with a different Magento establishment or other ecommerce stage. On the...
In this blog I’m going to describe how to add a featured products on frontend in magento. Here I am portraying by what method would you be able to make an included item and...
In this article I’m going to describe how you add captcha in product review form. In magento, a default captcha is available for only some forms like login, registration, checkout as guest only. But...
To do this in Magento, you should edit the .htaccess file which is in the magento root folder. For SEO and usability purposes you may want to redirect your visitors to open your site...
In this article I’m writing code how you get users who has bought this products. You can achieve this by magento models. If you want an actual query, you can probably do something as...
In this article I’m describing how you send an email notification to admin email address every time a new review has been posted. I am planning to do this by making a custom module which on...