<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Schogini &#187; Magento eCommerce Tips</title>
	<atom:link href="http://sree.cc/category/magento_ecommerce_tips/feed" rel="self" type="application/rss+xml" />
	<link>http://sree.cc</link>
	<description>Over The Top Professionals</description>
	<lastBuildDate>Mon, 06 Feb 2012 02:47:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How show more order statuses on the admin order details page</title>
		<link>http://sree.cc/magento_ecommerce_tips/how-show-more-order-statuses-on-the-admin-order-details-page</link>
		<comments>http://sree.cc/magento_ecommerce_tips/how-show-more-order-statuses-on-the-admin-order-details-page#comments</comments>
		<pubDate>Wed, 04 Jan 2012 08:30:29 +0000</pubDate>
		<dc:creator>gayatri.sa</dc:creator>
				<category><![CDATA[Magento eCommerce Tips]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[orde info]]></category>
		<category><![CDATA[order status]]></category>
		<category><![CDATA[order_sales]]></category>

		<guid isPermaLink="false">http://sree.cc/?p=10679</guid>
		<description><![CDATA[As of 1.4.2 it is deprecated to define order statues and states via config.xml. Then, how will you get more order statuses in the admin order details page? Consider for example you have an order in &#8216;Pending Payment&#8217; state and you want to change it to &#8216;Processing&#8217;. If, you go to the order details page [...]]]></description>
		<wfw:commentRss>http://sree.cc/magento_ecommerce_tips/how-show-more-order-statuses-on-the-admin-order-details-page/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add static blocks to a CMS page</title>
		<link>http://sree.cc/magento_ecommerce_tips/how-to-add-static-blocks-to-a-cms-page</link>
		<comments>http://sree.cc/magento_ecommerce_tips/how-to-add-static-blocks-to-a-cms-page#comments</comments>
		<pubDate>Fri, 23 Dec 2011 08:33:11 +0000</pubDate>
		<dc:creator>gayatri.sa</dc:creator>
				<category><![CDATA[Magento eCommerce Tips]]></category>
		<category><![CDATA[Cms]]></category>
		<category><![CDATA[Layout]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[static block]]></category>

		<guid isPermaLink="false">http://sree.cc/?p=9913</guid>
		<description><![CDATA[You have created a static block and now you want to add it to your CMS page. You can do it in 2 ways. Assume you have created a block called sch_myblock: 1. CMS Page &#8220;Content&#8221; tab: // In the CMS page &#8220;content&#8221; you can include a custom static block like this {{block type="cms/block" block_id="sch_myblock" [...]]]></description>
		<wfw:commentRss>http://sree.cc/magento_ecommerce_tips/how-to-add-static-blocks-to-a-cms-page/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change Magento admin url</title>
		<link>http://sree.cc/magento_ecommerce_tips/how-to-change-magento-admin-url</link>
		<comments>http://sree.cc/magento_ecommerce_tips/how-to-change-magento-admin-url#comments</comments>
		<pubDate>Fri, 23 Dec 2011 08:24:48 +0000</pubDate>
		<dc:creator>gayatri.sa</dc:creator>
				<category><![CDATA[Magento eCommerce Tips]]></category>
		<category><![CDATA[admin url]]></category>
		<category><![CDATA[local.xml]]></category>
		<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://sree.cc/?p=9920</guid>
		<description><![CDATA[By default Magento Admin Url is: http://[your magento shop]/admin But, what if you do not want to use admin in the URL? For example, you want your admin URL to look like this: http://[your magento shop]/shopadmin If, you check your files via FTP you will not see a folder called admin. So, how do you [...]]]></description>
		<wfw:commentRss>http://sree.cc/magento_ecommerce_tips/how-to-change-magento-admin-url/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change the base url in Magento</title>
		<link>http://sree.cc/magento_ecommerce_tips/how-to-change-the-base-url-in-magento</link>
		<comments>http://sree.cc/magento_ecommerce_tips/how-to-change-the-base-url-in-magento#comments</comments>
		<pubDate>Tue, 29 Nov 2011 08:16:11 +0000</pubDate>
		<dc:creator>gayatri.sa</dc:creator>
				<category><![CDATA[Magento eCommerce Tips]]></category>
		<category><![CDATA[base_url]]></category>
		<category><![CDATA[change base_url]]></category>
		<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://sree.cc/?p=9890</guid>
		<description><![CDATA[If you need to change the Magento {{base_url}} manually (hopefully, you have a very good reason to do this) &#8211; all you need to do is edit 2 rows in the core_config_data table: #1 path: web/unsecure/base_url and #2 path: web/secure/base_url That&#8217;s it! Don&#8217;t forget to clear the cache (deleting var/cache should help)]]></description>
		<wfw:commentRss>http://sree.cc/magento_ecommerce_tips/how-to-change-the-base-url-in-magento/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento controller, action and what happens when you browse a URL</title>
		<link>http://sree.cc/magento_ecommerce_tips/magento-controller-action-and-what-happens-when-you-browse-a-url</link>
		<comments>http://sree.cc/magento_ecommerce_tips/magento-controller-action-and-what-happens-when-you-browse-a-url#comments</comments>
		<pubDate>Mon, 03 Oct 2011 14:05:49 +0000</pubDate>
		<dc:creator>gayatri.sa</dc:creator>
				<category><![CDATA[Magento eCommerce Tips]]></category>
		<category><![CDATA[Args]]></category>
		<category><![CDATA[Backend]]></category>
		<category><![CDATA[Config]]></category>
		<category><![CDATA[controllers]]></category>
		<category><![CDATA[Custom Case]]></category>
		<category><![CDATA[Global Gt]]></category>
		<category><![CDATA[Lt]]></category>
		<category><![CDATA[Mage]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Module]]></category>
		<category><![CDATA[Module Test]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Routers]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[Xml Create]]></category>

		<guid isPermaLink="false">http://sree.cc/?p=9262</guid>
		<description><![CDATA[Assuming you know how to create a custom module, consider a case where you need to create a URL for your module. Follow these steps: In your module&#8217;s config.xml file: &#60;modules&#62; ..... &#60;/modules&#62; &#60;global&#62; .... &#60;/global&#62; &#60;frontend&#62; &#60;routers&#62; &#60;schurl&#62; --&#62; name that will used in the URL &#60;use&#62;standard&#60;/use&#62; ---&#62; standard means its a frontend url; [...]]]></description>
		<wfw:commentRss>http://sree.cc/magento_ecommerce_tips/magento-controller-action-and-what-happens-when-you-browse-a-url/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento &#8211; Please enter a valid credit card verification number &#8211; message</title>
		<link>http://sree.cc/magento_ecommerce_tips/magento-please-enter-a-valid-credit-card-verification-number-message</link>
		<comments>http://sree.cc/magento_ecommerce_tips/magento-please-enter-a-valid-credit-card-verification-number-message#comments</comments>
		<pubDate>Wed, 06 Jul 2011 20:45:23 +0000</pubDate>
		<dc:creator>gayatri.sa</dc:creator>
				<category><![CDATA[Magento eCommerce Tips]]></category>
		<category><![CDATA[Card Details]]></category>
		<category><![CDATA[Card Verification Number]]></category>
		<category><![CDATA[Cc Payment]]></category>
		<category><![CDATA[checkout]]></category>
		<category><![CDATA[Credit Card Verification]]></category>
		<category><![CDATA[Credit Card Verification Number]]></category>
		<category><![CDATA[Culprit]]></category>
		<category><![CDATA[custom checkout]]></category>
		<category><![CDATA[cvv error]]></category>
		<category><![CDATA[Cvv Number]]></category>
		<category><![CDATA[firecheckout]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Number Message]]></category>
		<category><![CDATA[Payment Gateway]]></category>
		<category><![CDATA[Payment Model]]></category>
		<category><![CDATA[Reason]]></category>
		<category><![CDATA[Valid Credit Card]]></category>

		<guid isPermaLink="false">http://sree.cc/?p=8270</guid>
		<description><![CDATA[If, you get a message like this:  &#8220;Please enter a valid credit card verification number.&#8221; every time you enable &#8220;CVV check&#8221; in your payment gateway, and you are sure that your payment module settings are correct and your card details are valid then, its most likely that the message is not coming from your payment [...]]]></description>
		<wfw:commentRss>http://sree.cc/magento_ecommerce_tips/magento-please-enter-a-valid-credit-card-verification-number-message/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install Sample Data for Magento?</title>
		<link>http://sree.cc/magento_ecommerce_tips/how-to-install-sample-data-for-magento</link>
		<comments>http://sree.cc/magento_ecommerce_tips/how-to-install-sample-data-for-magento#comments</comments>
		<pubDate>Mon, 28 Feb 2011 20:35:40 +0000</pubDate>
		<dc:creator>Bindu Anilkumar</dc:creator>
				<category><![CDATA[Magento eCommerce Tips]]></category>

		<guid isPermaLink="false">http://sree.cc/?p=421</guid>
		<description><![CDATA[Download Sample Data zip file from Magento Website and extract the zip file. Drop all the tables from your magento database.  It would be easy to drop the magento database and then recreate it instead of dropping individual tables. Import sample data sql file into your magento database. You have to drop all tables from your magento [...]]]></description>
		<wfw:commentRss>http://sree.cc/magento_ecommerce_tips/how-to-install-sample-data-for-magento/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Magento &#8211; Problem with logging into &#8220;Admin&#8221; section after fresh installation</title>
		<link>http://sree.cc/magento_ecommerce_tips/magento-problem-with-logging-into-admin-section-after-fresh-installation-2</link>
		<comments>http://sree.cc/magento_ecommerce_tips/magento-problem-with-logging-into-admin-section-after-fresh-installation-2#comments</comments>
		<pubDate>Fri, 11 Feb 2011 06:24:29 +0000</pubDate>
		<dc:creator>Ajith</dc:creator>
				<category><![CDATA[Magento eCommerce Tips]]></category>

		<guid isPermaLink="false">http://sree.cc/?p=526</guid>
		<description><![CDATA[Try the following steps, 1. Try accessing your admin using your ip (if it is localhost, try 127.0.0.1). 2. If you cant get around with the above step, try the following steps, Navigate within your Magento database to the MySQL table core_config_data and look for a row with the field path set to the valueweb/cookie/cookie_domain. [...]]]></description>
		<wfw:commentRss>http://sree.cc/magento_ecommerce_tips/magento-problem-with-logging-into-admin-section-after-fresh-installation-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Checkout not working on Magento version 1.4.x</title>
		<link>http://sree.cc/magento_ecommerce_tips/checkout-not-working-on-magento-version-1-4-x</link>
		<comments>http://sree.cc/magento_ecommerce_tips/checkout-not-working-on-magento-version-1-4-x#comments</comments>
		<pubDate>Mon, 06 Dec 2010 03:22:33 +0000</pubDate>
		<dc:creator>gayatri.sa</dc:creator>
				<category><![CDATA[Magento eCommerce Tips]]></category>
		<category><![CDATA[checkout]]></category>
		<category><![CDATA[Credit Card Information]]></category>
		<category><![CDATA[Credit Card Payment]]></category>
		<category><![CDATA[Default Theme]]></category>
		<category><![CDATA[Deprecation]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[Enhancements]]></category>
		<category><![CDATA[Lib]]></category>
		<category><![CDATA[Lt]]></category>
		<category><![CDATA[magento checkout]]></category>
		<category><![CDATA[magento version 1.4]]></category>
		<category><![CDATA[Paypal]]></category>
		<category><![CDATA[Prototype]]></category>
		<category><![CDATA[Reason]]></category>
		<category><![CDATA[Small Changes]]></category>
		<category><![CDATA[Validations]]></category>

		<guid isPermaLink="false">http://sree.cc/?p=3907</guid>
		<description><![CDATA[EDIT: This article is applicable for Magento versions 1.5.0.1 too The latest 1.4.x series of Magento has some small changes/enhancements which are not exactly backward compatible. This is especially true with themes. As payment module developers, we get a lot of people coming back saying that after upgrade or fresh installation of the latest version, [...]]]></description>
		<wfw:commentRss>http://sree.cc/magento_ecommerce_tips/checkout-not-working-on-magento-version-1-4-x/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Installing Magento 1.3.2.4</title>
		<link>http://sree.cc/magento_ecommerce_tips/installing-magento-1-3-2-4</link>
		<comments>http://sree.cc/magento_ecommerce_tips/installing-magento-1-3-2-4#comments</comments>
		<pubDate>Wed, 01 Dec 2010 03:52:47 +0000</pubDate>
		<dc:creator>gayatri.sa</dc:creator>
				<category><![CDATA[Magento eCommerce Tips]]></category>
		<category><![CDATA[magento installation]]></category>
		<category><![CDATA[version 1.3.2.4]]></category>

		<guid isPermaLink="false">http://sree.cc/?p=3792</guid>
		<description><![CDATA[With latest versions of Magento being churned out regularly and quite rapidly it may seem a little odd to write about installing an old version of Magento. But, module developers like us need to ensure that our modules work across all major and widely used versions of Magento and believe it or not there is [...]]]></description>
		<wfw:commentRss>http://sree.cc/magento_ecommerce_tips/installing-magento-1-3-2-4/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: sree.cc @ 2012-02-06 09:53:33 -->
