If you would like to move the currency switcher from the left column to the header, you can use the…
4x Masonry Grid
Customer Groups:-User can create and view customer groups from Magento admin panel. Admin can view all defined customer groups by…
1. Germany German http://www.magentocommerce.com/extension/413/magento-community-modules–german-germany-language-pack Key : magento-community/Locale_Mage_community_de_DE 2. France and French:http://www.magentocommerce.com/extension/414/magento-community-modules–french-france-language-pack 3.Spanish: http://www.magentocommerce.com/extension/398/magento-community-modules–spanish-spain-language-pack key: magento-community/Locale_Mage_community_es_ES 4.Portuguese:http://www.magentocommerce.com/extension/388/magento-community-modules–portuguese-brazil-language-pack Key : magento-community/Locale_Mage_community_pt_BR 5.Russian:…
magento site : Get all items information in cartGet all items information in cart// $items = Mage::getModel(‘checkout/cart’)->getQuote()->getAllItems();$items = Mage::getSingleton(‘checkout/session’)->getQuote()->getAllItems(); foreach($items…
<?php if(strlen($pname) > 28) {echo substr($pname,0,25);}else {echo $pname;}?>
System > My Account :-If you would like to change your default password and user name, the security of your…
There are numerous ways to setup multiple Magento stores that all share the same codebase and backend, but what method…
Make a class in css like .mainmenu li.active a{ color:#f68e1e; }<li> <a href=”<?php echo $this->getUrl(”) ?>”> Home </a> </li> <li> …
Open: appcodecoreMageCatalogBlockProductViewOptionsTypeSelect.php Alter the following lines: if ($_option->getType() == Mage_Catalog_Model_Product_Option::OPTION_TYPE_DROP_DOWN) {$select->setName(‘options[‘.$_option->getid().’]‘)->addOption(”, $this->__(‘– Please Select –’));} To: if ($_option->getType() == Mage_Catalog_Model_Product_Option::OPTION_TYPE_DROP_DOWN)…
Step 1: Declare your shell module and it’s code pool Create an xml file /app/etc/modules/Company_Web.xml (You can use any name,…
This is a pretty easy one, but it’s something that can come in very handy at times.Say you want to…
Here i paste code to remove the cache from the magento.. magento can provide a options to us to remove…
I was getting crazy trying to solve this. Finally I found the solution. After create the X Websites you need…
There is an easy way to improve the SEO of your Magento store by removing the .html extension from the…
I mean it doesn’t crash or something it’s just it doesn’t change the currency position. Example: For US Dollars have…
Under the Promotions tab in your admin panel: It’s cool but it’s not cool enough. What I wanted to do…
Today we’re going to see how to add them to a Static Block or a Page (under your CMS panel)….
Look for the file: /app/code/core/Mage/Core/Model/Session/Abstract/Varien.php Arroud the line 100:call_user_func_array(‘session_set_cookie_params’, $cookieParams); Add bars to comment the line://call_user_func_array(‘session_set_cookie_params’, $cookieParams);Done! Now you will…
1. Set up a new enviroment in MAMP PRO 2. Use the web browser to access to it. Verify it’s…
1. Go to Catalog -> Manage Products -> Add product. Select the Downloadable Product type: 2. Basic set up. Name,…
When you installMagento probably your URLs would be like: http://www.domain.com/index.php/about-us There is an option to remove that index.php from the…
When developing in Magento and playing arround with Magento Themes there is some functions you should know. If you want…
Do you want to remove the add to compare list in your Magento site? There is only bad news to…
Like every CMS / e-commerce software there is some plugins / extensions you have to install at the first place….