<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - necode</title>
<link>http://snipplr.com/users/necode</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 13:13:24 GMT</pubDate>
<item>
<title>(PHP) Magento How to modify configuration values</title>
<link>http://snipplr.com/view/57856/magento-how-to-modify-configuration-values/</link>
<description><![CDATA[ <p>En algunos escenarios es posible que ante ciertas acciones o resultados, debamos modificar algún valor que se encuentra en la configuración general de Magento.

Para modificar un valor de la configuración general de forma programática (si, suena rara la palabra al traducirla) sólo necesitamos 3 líneas de código, la clave que queremos actualizar y el nuevo valor.

Para el ejemplo, vamos a poner la tienda en modo demo.</p> ]]></description>
<pubDate>Tue, 16 Aug 2011 09:04:32 GMT</pubDate>
<guid>http://snipplr.com/view/57856/magento-how-to-modify-configuration-values/</guid>
</item>
<item>
<title>(PHP) Magento How long customer is inactive</title>
<link>http://snipplr.com/view/57494/magento-how-long-customer-is-inactive/</link>
<description><![CDATA[ <p>How long customer is inactive ?</p> ]]></description>
<pubDate>Tue, 02 Aug 2011 06:48:37 GMT</pubDate>
<guid>http://snipplr.com/view/57494/magento-how-long-customer-is-inactive/</guid>
</item>
<item>
<title>(PHP) Magento add custom input field to customer account form in admin</title>
<link>http://snipplr.com/view/57340/magento-add-custom-input-field-to-customer-account-form-in-admin/</link>
<description><![CDATA[ <p>The fastest way is to create a php file and access it through browser add the following content to file.</p> ]]></description>
<pubDate>Fri, 29 Jul 2011 20:48:55 GMT</pubDate>
<guid>http://snipplr.com/view/57340/magento-add-custom-input-field-to-customer-account-form-in-admin/</guid>
</item>
<item>
<title>(PHP) Magento Add default value to System Configuration Option fields</title>
<link>http://snipplr.com/view/57306/magento-add-default-value-to-system-configuration-option-fields/</link>
<description><![CDATA[ <p>This article shows how to add default value to any system configuration option fields. System configuration option fields means those options under System -> Configuration.

Suppose, you have the following system.xml file. System.xml file is necessary to add admin configuration options.</p> ]]></description>
<pubDate>Fri, 29 Jul 2011 07:56:42 GMT</pubDate>
<guid>http://snipplr.com/view/57306/magento-add-default-value-to-system-configuration-option-fields/</guid>
</item>
<item>
<title>(PHP) Magento How to Set Up a Cron Job</title>
<link>http://snipplr.com/view/57305/magento-how-to-set-up-a-cron-job/</link>
<description><![CDATA[ <p>Magento allows you to schedule custom tasks in an XML configuration, in a similar manner to the UNIX crontab style. Here is an example from app/code/core/Mage/CatalogRule/etc/config.xml:</p> ]]></description>
<pubDate>Fri, 29 Jul 2011 07:50:18 GMT</pubDate>
<guid>http://snipplr.com/view/57305/magento-how-to-set-up-a-cron-job/</guid>
</item>
<item>
<title>(PHP) Magento collect Date of birth from php form and insert into DB</title>
<link>http://snipplr.com/view/57304/magento-collect-date-of-birth-from-php-form-and-insert-into-db/</link>
<description><![CDATA[ <p>Insert that into the database as a string. The example would give you the format 2011-01-28</p> ]]></description>
<pubDate>Fri, 29 Jul 2011 07:47:50 GMT</pubDate>
<guid>http://snipplr.com/view/57304/magento-collect-date-of-birth-from-php-form-and-insert-into-db/</guid>
</item>
<item>
<title>(PHP) Magento Create Admin (Backend) Module with Grids</title>
<link>http://snipplr.com/view/57244/magento-create-admin-backend-module-with-grids/</link>
<description><![CDATA[ <p>If you are creating an admin module for Magento (learn creating admin module in Magento) then you would surely be asked to create grids (eg. for order listing). Creating grids can be somewhat difficult for the novice Magento programmers, but in this tutorial we will create a grid in the admin module in the simplest possible way. It is assumed that you are familiar with creating admin module in Magento.</p> ]]></description>
<pubDate>Thu, 28 Jul 2011 07:46:16 GMT</pubDate>
<guid>http://snipplr.com/view/57244/magento-create-admin-backend-module-with-grids/</guid>
</item>
<item>
<title>(PHP) Magento Using Collections, Filters and Manipulation Methods</title>
<link>http://snipplr.com/view/57243/magento-using-collections-filters-and-manipulation-methods/</link>
<description><![CDATA[ <p>A collection is a Model type containing other Models, it is basically used in Magento to handle product lists (ie. from a category or a bundle option), but not only.

TO DO: Explain how Magento Implements a collection - Use this to explain how Magento implements a collection by looking at code in a model, so that people can learn to write their own collections

This is a simple example of loading some product collection from a category and ordering them on their product name using Magento’s API.</p> ]]></description>
<pubDate>Thu, 28 Jul 2011 07:43:32 GMT</pubDate>
<guid>http://snipplr.com/view/57243/magento-using-collections-filters-and-manipulation-methods/</guid>
</item>
<item>
<title>(PHP) Magento Send email easily using Zend_Mail with attached file</title>
<link>http://snipplr.com/view/57242/magento-send-email-easily-using-zendmail-with-attached-file/</link>
<description><![CDATA[ <p>send mail with attached file
examples: http://framework.zend.com/svn/framework/standard/trunk/tests/Zend/Mail/MailTest.php</p> ]]></description>
<pubDate>Thu, 28 Jul 2011 07:37:49 GMT</pubDate>
<guid>http://snipplr.com/view/57242/magento-send-email-easily-using-zendmail-with-attached-file/</guid>
</item>
<item>
<title>(PHP) HowTo – “Google +1″ extension for Magento</title>
<link>http://snipplr.com/view/57182/howto--google-1-extension-for-magento/</link>
<description><![CDATA[ <p>Embedding Google’s +1 button is pretty easy and straightforward. All it takes is to include 2 code snippets in your web page. One goes in the header of the page, and the other one goes to wherever where you want the +1 button to render. To do so all you need is to follow the official Google guideline outlined</p> ]]></description>
<pubDate>Wed, 27 Jul 2011 07:45:09 GMT</pubDate>
<guid>http://snipplr.com/view/57182/howto--google-1-extension-for-magento/</guid>
</item>
<item>
<title>(PHP) Magento Create New Module - Controller Dispatch</title>
<link>http://snipplr.com/view/57057/magento-create-new-module--controller-dispatch/</link>
<description><![CDATA[ <p>Create a Hello World module in the Magento system
Configure this module with routes
Create Action Controller(s) for our routes</p> ]]></description>
<pubDate>Sat, 23 Jul 2011 02:15:16 GMT</pubDate>
<guid>http://snipplr.com/view/57057/magento-create-new-module--controller-dispatch/</guid>
</item>
<item>
<title>(PHP) Magento access to config store</title>
<link>http://snipplr.com/view/57054/magento-access-to-config-store/</link>
<description><![CDATA[ <p>Save config: http://inchoo.net/ecommerce/magento/how-to-programmatically-change-magentos-core-config-data/
http://www.magentocommerce.com/wiki/5_-_modules_and_development/0_-_module_development_in_magento/how_to_add_a_custom_module_for_custom_admin_config_options</p> ]]></description>
<pubDate>Sat, 23 Jul 2011 01:41:13 GMT</pubDate>
<guid>http://snipplr.com/view/57054/magento-access-to-config-store/</guid>
</item>
<item>
<title>(PHP) Magento Development Environment</title>
<link>http://snipplr.com/view/57039/magento-development-environment/</link>
<description><![CDATA[ <p>Every developer has favorite tools and a workflow that’s unique from other developers, so I won’t dictate which specific pieces of software you should use. Instead, for each piece of your development environment, review some choices if you don’t already have a favorite, and try one on for size. You’ll quickly discover which tools work for you and which don’t.</p> ]]></description>
<pubDate>Fri, 22 Jul 2011 18:38:41 GMT</pubDate>
<guid>http://snipplr.com/view/57039/magento-development-environment/</guid>
</item>
<item>
<title>(PHP) Magento Event Observer with Save before and Save after</title>
<link>http://snipplr.com/view/56959/magento-event-observer-with-save-before-and-save-after/</link>
<description><![CDATA[ <p>http://codemagento.com/2011/04/observers-and-dispatching-events/</p> ]]></description>
<pubDate>Thu, 21 Jul 2011 19:29:16 GMT</pubDate>
<guid>http://snipplr.com/view/56959/magento-event-observer-with-save-before-and-save-after/</guid>
</item>
<item>
<title>(PHP) Magento set robots in Dev server</title>
<link>http://snipplr.com/view/56930/magento-set-robots-in-dev-server/</link>
<description><![CDATA[ <p>Magento first steps - for dev server.
Creating Robots.txt file.</p> ]]></description>
<pubDate>Thu, 21 Jul 2011 00:06:55 GMT</pubDate>
<guid>http://snipplr.com/view/56930/magento-set-robots-in-dev-server/</guid>
</item>
</channel>
</rss>