Most how to write magento extention related news are at:
More how to write magento extention related news:
Drupal Hackday - Writing DRUSH extentions blog.liip.ch 2 Jun 2013 | 05:51 am
Today Patrick Jezek and I sat together to get a grip on one of the major problems we have when using Drupal in a continuous integration environment - module updates involving major updates on configur...
Magento::calling a static block in your template file (.phtml) ahsangill.wordpress.com 18 Feb 2010 | 04:51 am
To call a static block in Magento, Following single line will solve your problem, <?php getLayout()->createBlock('cms/block')->setBlockId('my_static_block_name')->toHtml() ?> Definitely we’ll write ...
The Four Elements of Simple Design sphex-industries.net 17 Apr 2012 | 04:58 am
J.B. Rainsberger writes: A design is simple (according to Kent Beck) to the extent that it: Passes its tests (This should be happening for a variety of other reasons) Minimizes duplication Maximi...
Shop By Category in Magento HomePage vipinsahu.com 23 Feb 2012 | 03:44 am
Shop By Category in Magento HomePage : or Layered navigation in CMS page or front page . This is Very common problem with every magento developers . After Banging my head here i am writing a simple b...
Bug Interakting slider / Magento sur wamp (Can’t write to file) ccomv.rd-h.fr 15 Mar 2012 | 09:52 pm
Sur un magento 1.6.1, lorsque je souhaite installer l’extension Interakting slider sur une plateforme WAMP, j’obtiens l’erreur suivante : CONNECT ERROR: Can’t write to file: [mon_install]\downloader\...
Writing..Composition (2) searchwithin007.blogspot.com 5 Dec 2011 | 11:39 pm
Working life Vs Social life To what extent working life could affect the social life in order to in line with high cost of living. People in business are too busy making profit everyday to increase ...
working ajax json objects magento case ajax powered login functionality php2php.com 17 Aug 2011 | 09:41 am
Previously I have written about Working With Ajax in Magento. And after a huge response I received from that post I was compelled to write more on implementing Ajax in Magento. And this time I want to...
How to run Magento (version 1.4.0.1) session into an external site? mysillypointofview.wordpress.com 26 Mar 2010 | 01:20 am
This post is an update for my blog entry on how to extend the Magento session to an external site but instead of using the version 1.2.1.2, I used the the latest stable version as of this writing whic...
How to Fix Magento’s Admin Login Failing (no error message) on Localhost mysillypointofview.wordpress.com 24 Mar 2010 | 11:28 pm
You want to install a new Magento instance (version 1.4.0.1 at the time of this writing) in your machine. You followed every steps from downloading up to the setting up of your admin account. Everythi...
Magento model to interact with db table magentocookbook.wordpress.com 31 Mar 2010 | 07:45 pm
In this post I will show you how to write a basic magento model to do AMD activities to a db table. Under package "Mypackage" & module "Mymod" we will create model Test so that we can do AMD with tab...