The Magento Config: Loading System Variables This article is part of a longer series exploring the Magento global configuration object. While this article contains useful stand-alone information, you’ll want to read part 1 and part 2 of the series to...
Month: September 2015
Create bulk 301 redirects in Magento
Create bulk 301 redirects with default Magento URL Rewrite Management to prevent 404 error. That’s the advice of Sander Lems, from ISM eCompany, shared in his presentation “Magento SEO Magento User Group” when moving from a old shop system to Magento. Instead...
magento price format rewriter
public function format($price, $options = array(), $includeContainer = true, $addBrackets = false) { return $this->formatPrecision($price, 0, $options, $includeContainer, $addBrackets); } Mage->Directory->Model->Currency.php
Solving problems with Category tree database information
Did you ever had a problem where you can not see all available categories in “Categories” tab while editing a product? Does your Indexer process hangs when updating “Catalog URL rewrites”? At the same time your category tree looks just...
CUSTOM OPTIONS SET PRICE TO 0 IN MAGENTO 1.7
I’m working on a side project with Magento… There is a bug in 1.7 where when you use custom options, and your theme doesn’t include it’s own options.phtml file, the price will set to $0 (zero) when a user selects...
Virtual host for MAMP on Mac OSX
Virtual host for MAMP on Mac OSX I do this thing around 10th time, how to create a Virtual Host for MAMP stack setup on my Mac. Seems I still need to Google after for some details, so let this...