Easy Multiple Copy to Clipboard by ZeroClipboard
It almost stuck my head today when fixing this multiple zeroclipboard button by ZeroClipboard library. You can generate above html dynamically by loop and generate ids with unique values. See Demo Download
Show Top Selling Products in Magento
This a simple best seller product viewing code. you can put it in template. this will grab all the sold product according to sold amount, you can simply put a loop break to show number of products you want to show .
Category with Product in Menu Navigation of Magento frontend
Shops with a few products can view their product according to category in navigation. It will simplify a for customer to find their product find easily. There is no such feature in magento default layered navigation. So, I created one, It take me 7 hr to write few line of code you can add this [...]