Magento 2 Development and Admin Tools
Superior tools that run on the CLI and resolve common issues
Have you accidentally set a load of values at store level and not on the default level? Have you been rationalising attributes leaving values unused? Have...
Tue, 16 Oct, 2018 at 11:19 AM
Sometimes a product URL might look like this /catalog/product/view/id/2700/category/57/ instead of /category/productname This is most commonly down to a...
Fri, 19 Oct, 2018 at 5:17 PM
Sometime when using import tools such as Mag Manager you can accidently set different data for different store views. Assuming that your Default Store V...
Thu, 6 Dec, 2018 at 11:57 AM
Whilst working on a catalog of 36000 items imported from a previous system we ended up with a lot of very poor "size attributes". A quick bit of ...
Tue, 11 Dec, 2018 at 4:19 PM
If you MagManager has databases in that you wish to get rid of you can delete them in c:\Users\%username%\appData\Local\eMagicOne Store Manager for Mag...
Wed, 12 Dec, 2018 at 7:19 PM
Sometimes you might get an error that looks like this in your browser There has been an error processing your request
Exception printing is disabled by ...
Tue, 8 Jan, 2019 at 2:59 PM
A quick and easy way to clear all generate files in Magento 2 command line rm var/cache/* var/generation/* var/view_preprocessed/* var/page_cache/* pub...
Mon, 29 Apr, 2019 at 12:46 PM
MagManager Script for Switching to Configurable Model - Works with product selection SQL /* Look up the configurable products entered and change the ...
Tue, 30 Apr, 2019 at 12:08 AM
A useful script for finding products with duplicate URLS in Magento 2. SELECT Count(*),value
FROM /*PREFIX*/catalog_product_entity_varchar v
W...
Fri, 3 May, 2019 at 1:25 PM
An easy to use CLI program for Magento 2 to remove duplicate category URLS and duplicate product URLS in Magento 2 https://github.com/c1gee/urldedup
Fri, 3 May, 2019 at 1:26 PM