↧
Magento Enterprise Edition – Content Staging and Merging
This is great: http://www.youtube.com/watch?v=QSG-4gWSyac&feature=player_embedded Main site: http://www.magentocommerce.com/product/enterprise-edition
View ArticleHow to reset file permissions on Magento base directory
These commands will reset the file permissions on the base Magento installation to the correct permissions: find . -type f -exec chmod 644 {} \; find . -type d -exec chmod 755 {} \; chmod o+w var...
View ArticleHow to Change the Order Increment ID and Prefix in Magento
A useful article: http://www.warpconduit.net/2012/04/18/how-to-change-the-order-increment-id-and-prefix-in-magento/
View ArticleA small Magento maintenance script.
This script will rebuild some of the indexes and tables within Magento. I find it useful if the GUI times out when performing cache management.
View Article