Adding a custom body class to a Magento page is accomplished pretty easily through XML, now this can be done through your site themes XML files for global changes or within the CMS which would be the easiest way to target a specific CMS, Category or Product page.
Archive for the ‘Magento’ Category
Wednesday, November 16th, 2016
Magento, add your own body class through XML injection
Tuesday, February 16th, 2016
Updating an Order Status in the Magento Database
No matter how good your system is sometimes things go wrong and you have to go into the database to make things right.
Magento is no exception, be it an issue with a module install/upgrade or an order which hasn’t progressed for any number of reasons… Luckily changing a Magento order status is pretty easy a task.