Magento
Images Disppear after Flushing Image Storage Cache in Magento
Over the weekend we moved our website to a new server. We had our hosting provider do the migration over the weekend to minimise any disruptions and it all went fairly well. The copy of the website was exactly the same as it was on the older server, which was all according to plan. We [...]
Add Facebook Like Button to Magento Products
Below is the code to add the Facebook ‘Like’ Button to your Magento product pages. The code will pick up the current page URL automatically, so your users can individually like each product as opposed to the entire website. <iframe src=”http://www.facebook.com/plugins/like.php?href=<?php echo $_product->getProductUrl() ?>&layout=standard&show_faces=true&width=450&action=like&colorscheme=light&height=80″ scrolling=”no” frameborder=”0″ style=”border:none; overflow:hidden; width:450px; height:80px;” allowTransparency=”true”></iframe> Copy the code and [...]
Adding Social Networking Buttons to Magento – Updated
Update: There has been a few updates to the code below, especially the Google Buzz code. ——- I have been building a magento based site over the past few months for a new project I am working on with Ruth. The end product will be an online food store that sell Australian Gourmet Foods. I spent [...]




