Get Directions From Google Maps Form
Snippet: Simple form to pop up a google maps page with directions.
Snippet: Simple form to pop up a google maps page with directions.
Finding that your breadcrumbs aren’t working in 1.9? Replace the call with <?php echo $this->getLayout()->getBlock(“breadcrumbs”)->toHtml()?>
So I needed a slightly customised advanced search for a client. Really I just needed 1 attribute and prices to be searchable from every page… Read More »Hacking form.mini.phtml – list all options of an attribute
From Mukesh Chapagain's Blog (http://blog.chapagain.com.np/) - Copied below in case of Link Death
In my previous post I showed you some code discovered in a website, which would show you how much you were saving in both currency… Read More »Magento 1.7 – Hiding Part of Price.phtml
An interesting snippet of code landed on my desk today: <?php if($_finalPrice < $_price): ?> <?php <?php $_savePercent = 100 – round(($_finalPrice / $_price) *… Read More »Magento 1.7 – Show Amount Saved as Currency and Percentage per product
This was bugging me at work today, found the answer at Stack Overflow http://stackoverflow.com/questions/13504056/magento-tier-prices-class-declaration-for-tier-price-in-buy-x-for-y-javascri/16022796#16022796 Essentially, when you have a product set up for tiered pricing… Read More »Magento 1.7 Product with Options and Tiered pricing showing wrong percentage discount (100%)
Firstly a little background. Our client has two sets of products which have custom finishes. 7mm Products and 10mm Products. These are grouped in attribute… Read More »Add New Tab to Products Panel – Magento 1.4.1.1
If you find yourself repeatedly receiving messages like: ERROR: Unable to unpack /public_html/downloader/pearlib/download/some_awesome_module.tgz After checking permissions (which should be right to have gotten this far)… Read More »Magento Connect Downloader (1.4+) Unable to unpack
http://web.enavu.com has regularly made to it to the front of my reading list – the great thing about smart phones is the ability to read anywhere… Read More »Create a jQuery Plugin