Associate Magento products to a specific store
Recently, I needed to associate a large number of products with a specific “store” in Magento. Rather than go through each product individually, I thought it might be quicker to Read More »
Recently, I needed to associate a large number of products with a specific “store” in Magento. Rather than go through each product individually, I thought it might be quicker to Read More »
Breadcrumbs are a great way to navigate through any ecommerce site. Magento’s default theme has breadcrumbs (with microformats!) on product and category pages. This means that there is little work Read More »
Sometimes you might want to update your catalog price rules at different times of the day, to make sure they’re applied. So, lets look at a script we can schedule Read More »
I’ve added a few scripts on my blog, and also over at Branded3 Labs previously, but I’ve not noted how I load them currently. I’ve dabbled with adding scripts to Read More »
If you’re using a load balancer infront of your web servers and providing a Magento site, you might notice that you have issues if your SSL terminates on the load Read More »
When you launch a new website, or you update an existing one, staying one step ahead of Google is always an advantage. One issue you might have is an increased Read More »
You might be looking to redirect a customer to another URL rather than either the shop homepage or the customer account page. In order to do this, you can set Read More »
Magento 2 is the future of the Magento platform. It will sit on PHP 5.3 and is being built with version 1 of Zend Framework – as Magento 1. Word Read More »
Many a time I have seen code where coders are doing all the product manipulation and work within PHP and not letting Magento do the work. Now, there is a Read More »
Not sure why it took so long to figure out, but adding a YES/NO attribute to categories actually turned out to be pretty easy. I wanted a quick way to Read More »
I was recently working on a site where a “featured” product was required on the homepage. Rather than just making this a category, or a specific product, I wanted to Read More »