Magento 1.7 – Hiding Part of Price.phtml
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
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