Magento: Loading the product from a template
When I wrangle with Magento Commerce and customize anything, every other bit is of course tied to a product’s ID, or sometimes entity ID. The challenging part is that whenever you’re in a template in Magento, the scope is very different from the previous one. This is sometimes frustrating, but when you think of it — it makes sense. That is, in Magento! ;-) Magento works in blocks and each block is basically a class file, of course $this is never the same....