Wordpress - indianicorange.wordpress.com - Indianic Orange

Latest News:

How to Create Custom Magento Module Log 1 Dec 2012 | 12:46 pm

Wrapping it up in a class: class Nick_Module_Model_Log { protected $_adapter; public __construct() { $this->_adapter = Mage::getModel('core/log_adapter', 'my_module.log'); } // It's public incase we w...

How to add custom field/attribute in magento category? 19 Jul 2012 | 06:11 pm

Add custom Field/attribute to category using script in magento $setup = new Mage_Eav_Model_Entity_Setup(‘core_setup’); // below code will add text attribute $setup->addAttribute(‘catalog_category’,...

client denied by server configuration: app/etc/local.xml 15 May 2012 | 06:45 pm

Filed under: Magento, Version 1.3.*, Version 1.4.*, Version 1.6.*

how to get order object by increment id? 15 May 2012 | 06:38 pm

Hello, We can get order object by increment id using following code: Thanks, Bijal Bhavsar Filed under: Magento, Version 1.3.*, Version 1.4.*, Version 1.6.*

How to do Mass Deletion of Coupon and Date Changed 28 Mar 2012 | 12:57 am

Hello For Mass deletion of Coupon and change the “from” and “to” date in mass For that we have to copy the app/code/core/Mage/Adminhtml/Block/Promo/Quote/Grid.php into app/code/local/Mage/Adminhtml...

How to show the Exact searh result in Magento 26 Mar 2012 | 05:43 pm

Hello If you want to show the exact search reuslt for your products Two things need to be changed 1) In admin system->configuration->catalog->catlogsearch->Search Type Make it as Like 2)Just copy...

‘Mage not defined’ error in magento 9 Mar 2012 | 07:22 pm

js error Mage.Cookies.path var Mage not defined To resolve this issues you need to be sure that in head.phtml (app/design/frontend/default/default/template/page/html/head.phtml ) you have getChildHt...

To resolve ” Maximum length of attribute code must be less then 30 symbols” error in magento 1.6 above version 23 Feb 2012 | 07:51 pm

Hello, I found error ” Maximum length of attribute code must be less then 30 symbols” in magento 1.6 above version. To resolve this error, you simply change the constant value from 30 to 60. your-pr...

How to add different toolbar template for bottom toolbar in listing page? 3 Jan 2012 | 06:37 pm

Hello Everyone, <?php $this->getToolbarBlock()-> setTemplate('catalog/product/list/toolbar_bottom.phtml')->toHtml(); ?> The above code will display bottom toolbar from toolbar_bottom.phtml file. Th...

Product Export errors out Product.php on line 657 4 Nov 2011 | 05:30 pm

Fatal error: Unsupported operand types in /public_html/app/code/core/Mage/ImportExport/Model/Export/Entity/Product.php on line 657 Goto app/code/core/Mage/ImportExport/Model/Export/Entity/Product.php...

Recently parsed news:

Recent searches: