MagentoTransactionalEmails-ebook
Category: magento
The Magento Config: Loading System Variables
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...
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...
ADDING WYSIWYG EDITOR TO MAGENTO ADMIN FORM
ADDING WYSIWYG EDITOR TO MAGENTO ADMIN FORM If you have ever created CMS pages and blocks in Magento, you should know that there is a useful editor that makes entering the formatted text much easier. In this article, we will attach...
How to Setup Magento with Multiple Stores and Domains
How to Setup Magento with Multiple Stores and Domains https://www.properhost.com/support/kb/30/How-To-Setup-Magento-With-Multiple-Stores-And-Domains One of the useful features in Magento is the ability to create multiple stores/websites that share the same Magento installation. This allows multiple store fronts to share a common code...
Store/Website Redirect Based On GeoIP in Magento
Mini Tutorial: Store/Website Redirect Based On GeoIP in Magento March 26, 2013 by Allen Have you ever wanted to redirect your customers to the correct store site based on their GeoIP? In this tutorial, I’ll show you the basic requirement...
import large db mysqlsqldump
https://www.lullabot.com/articles/importexport-large-mysql-databases