Web Technology Funda

Love to share my practical experience with you! I started this blog for self reference but I am happy to see that this blog helping other as well to groom! Please feel free to provide suggestions.

Jul 26, 2013

How To Sort Cart Items in Magento

›
/* Fetching the updated cart items */ $items = array(); $cart = Mage::getModel('sales/quote_item')->getCollection() ->set...
2 comments:
Jul 10, 2013

How to add new Attribute options programmatically in Magento

›
Example: $arg_attribute = 'manufacturer'; $arg_value = 'value to be added'; $attr_model = Mage::getModel('catalog/r...
Jun 25, 2013

RRB Aptitude test result Cat. No. 01, C.E.N. No. 03/2010

›
Hi All, The Aptitude Test Result For Calling Candidates For Document Verification for the post of Assistant Station Master, Cat. No. 01, ...

RRB Aptitude test result of Assistant Station Master, Cat. No. 01, C.E.N. No. 03/2010

›
Hi All, The Aptitude Test Result For Calling Candidates For Document Verification for the post of Assistant Station Master, Cat. No. 01, ...
Jun 23, 2013

Latest NEWS India

›
Please click on below links to get latest news updates of India... http://timesofindia.indiatimes.com/ http://timesofindia.indiatime...
Jun 20, 2013

How to run cron job on localhost in Magento

›
Step1 : Assuming your custom module job schedule time is set <cron_expr>*/5 * * * *</cron_expr> (means cron will run job in eve...
‹
›
Home
View web version
Powered by Blogger.