Magento 1.x – Use MySQL functions on Magento collections
Sometimes, you may need to use mysql functions in your query, to add any of them on your Magento collections, you could use the addExpress..
Magento 1.x – Fix Access denied error when importing an enterprise DB
If you are working with an enterprise DB, you can see the following error:
ERROR 1227 (42000) at line XXXX: Access denied; you need (at..
Magento2.x: Re generate css files in pub/static folder
If you made a css change into your files of your theme, and you don’t see those changes in the pub/static folder, so it’s not being render..
Magento 2.x – How to remove empty attributes “N/A” on PDP tabs
If you don’t want to show to the customer the empty attributes of your products in the PDP, for example in the More Information tab, such ..
Magento 2.x – Fix “The following modules are outdated” error
If you are trying to enter to your M2 site, and the following error is being showed:
The following modules are outdated:
Vendor_Module..
Centering divs with css
We have many different ways to center our content with css using an inner and an outer div. What we need to have in mind, is that inner di..
Fix phpmyadmin start error
If you are getting the following error:
Error during session start; please check your PHP and/or webserver log file and configure your ..
Get table sizes from a database
If you need to check whether a table size changed after a process or just to monitor the table sizes of any database, the following query ..
Magento 1.x – Create a new backend admin user from database
If you need to create a new backend admin user, you can use the following database script:
Instead, if you just need to change the pass..
Magento 1.x – Adding new fields to Magento core API
If you need to change the Magento core API, such as adding new fields, you will need to extend the core WSDL file of the module of your ne..