Magento: Beginner’s Guide, a solid introduction to managing Magento stores

Often enough when you’re a Magento developer you can find yourself in a position where by a client is overwhelmed with options. They don’t know where to click, what all the fields are or mean and simply don’t know where to start. Typically with Magento training I have to provide around a week of my…

Adding an unsubscribe link to a Magento newsletter template

A quick tip for Magento developer’s here, in how to add an unsubscribe link into a newsletter template so that the person can unsubscribe from the newsletter if they chose to do so. Simply add {{var subscriber.getUnsubscriptionLink()}} into your template in order to output the link for the user to unsubscribe. This even works for…