May 1, 2012
Magento: Getting Skin Urls in transactional emails
A problem I have come across before is when I want to include an image within a transactional email, using:
• • •
Magento Consultant, Trainer and Certified Developer
May 1, 2012
A problem I have come across before is when I want to include an image within a transactional email, using:
April 26, 2012
I have often found the need to be able to display the name or other details about the category I am currently in. A product can obviously be included in more than one category, so figuring out which category you are currently inside would be useful. In the core catalog code in Magento, everytime you visit a category page a method is fired, setCurrentCategory(). This sets an entry in the magento registry with the current category object attached.