Add products to category quickly!
When dealing with Magento, the common knowledge to bulk update products is to pull in a collection and, in a loop, load the product, change the attribute and save. A client is syncing their product database from their system to Magento, but their system only allows a product to be in one category. I was […]
Magento XML Setting Parameter Values
Ah the strength and failings of Magento. Of all its features, the ability to control nearly all of the layout from a single local.xml file is my favourite. One of the main features of this approach is that you can call functions (called actions) to add, remove or override values for the block you are […]