Delete All URL Rewrites In Magento
You may wish to delete all URL rewrites from URL Rewrite Management in Magento at some point, especially if you are frequently importing/exporting product and category data. Simply run the below SQL query and...
Eat, sleep, code, repeat
You may wish to delete all URL rewrites from URL Rewrite Management in Magento at some point, especially if you are frequently importing/exporting product and category data. Simply run the below SQL query and...
You may require, from time to time, when developing in Magento, to delete all products and categories in Magento. This can be easily performed by running the below SQL query, which is particularly useful...
When developing with Magento, it is common that you may require to empty all products and categories from the catalog when working with import/export features in order to start-a-fresh. Magento’s database can seem complex...
By default, Magento creates index (homepage) at the /home permalink. Without handling this correctly, this URL will be indexed by search engines and raise duplicate content issues between /home and /. By using the...
HTML 5 aims to improve upon its predecessors by enhancing the language and support while still being compatible and understandable by current media devices and web browsers. The infographic explains the compatibility with the...
By default, Magento will either display a 0 or leave the quantity field blank on product pages. There are many articles online explaining that to correct this, edit the addtocart.phtml file and change the...
By default, Magento’s WYSIWYG editor (Tiny MCE) will insert an automatic line break after every time you enter onto a new line – even though you will be unable to view the <br> or...