4x Masonry Grid

Style & publish your blog list anywhere on your site using a bunch of Scalia's blog options!

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:…

July 5, 2013 Read more

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)…

July 5, 2013 Read more

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…

July 4, 2013 Read more
1 9 10 11 14