<?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>Intro to Themes</title>
		<link>http://sree.cc/magento-ecommerce-tips/intro-to-themes</link>
		<comments>http://sree.cc/magento-ecommerce-tips/intro-to-themes#comments</comments>
		<pubDate>Mon, 28 Feb 2011 08:22:02 +0000</pubDate>
		<dc:creator>Govind Krishna</dc:creator>
				<category><![CDATA[Magento eCommerce Tips]]></category>
		<category><![CDATA[App Design]]></category>
		<category><![CDATA[Block Structure]]></category>
		<category><![CDATA[Default Theme]]></category>
		<category><![CDATA[Hierarchy]]></category>
		<category><![CDATA[Image Files]]></category>
		<category><![CDATA[Interface]]></category>
		<category><![CDATA[Javascripts]]></category>
		<category><![CDATA[Left Sidebar]]></category>
		<category><![CDATA[Logic]]></category>
		<category><![CDATA[Mini Cart]]></category>
		<category><![CDATA[Missing Files]]></category>
		<category><![CDATA[Php Tags]]></category>
		<category><![CDATA[Security Reasons]]></category>
		<category><![CDATA[Skins]]></category>
		<category><![CDATA[Text Documents]]></category>
		<category><![CDATA[Theme Directory]]></category>
		<category><![CDATA[Theses]]></category>
		<category><![CDATA[Translation]]></category>
		<category><![CDATA[Translations]]></category>
		<category><![CDATA[Visual Presentation]]></category>

		<guid isPermaLink="false">http://sree.cc/?p=199</guid>
		<description><![CDATA[A theme is a combination of files which are responsible for the visual output. What files form the theme ? Magento themes are split into two directories.  The files are separated into “browser accessible” (such as image and Javascripts) and those that can be hidden from it for security reasons. Directory 1: app/design/frontend/default/default/ — This [...]]]></description>
		<wfw:commentRss>http://sree.cc/magento-ecommerce-tips/intro-to-themes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change default pages like home page in Magento</title>
		<link>http://sree.cc/magento-ecommerce-tips/how-to-change-default-pages-like-home-page-in-magento</link>
		<comments>http://sree.cc/magento-ecommerce-tips/how-to-change-default-pages-like-home-page-in-magento#comments</comments>
		<pubDate>Sun, 27 Feb 2011 20:15:50 +0000</pubDate>
		<dc:creator>Rajeev Pillai</dc:creator>
				<category><![CDATA[Magento eCommerce Tips]]></category>
		<category><![CDATA[Cms]]></category>
		<category><![CDATA[Home Page Default]]></category>
		<category><![CDATA[Select System]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://sree.cc/?p=87</guid>
		<description><![CDATA[Steps to change default pages like home page in Magento Login as admin and select System-&#62;Configuration, then select Web from GENERAL. Click on Default Pages, and assign pages for CMS Home Page, Default no-route url, CMS No Route Page. Then click on Save Config button.]]></description>
		<wfw:commentRss>http://sree.cc/magento-ecommerce-tips/how-to-change-default-pages-like-home-page-in-magento/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Change best selling products</title>
		<link>http://sree.cc/magento-ecommerce-tips/change-best-selling-products</link>
		<comments>http://sree.cc/magento-ecommerce-tips/change-best-selling-products#comments</comments>
		<pubDate>Sun, 27 Feb 2011 08:09:26 +0000</pubDate>
		<dc:creator>gayatri.sa</dc:creator>
				<category><![CDATA[Magento eCommerce Tips]]></category>
		<category><![CDATA[Best Selling]]></category>
		<category><![CDATA[Best Selling Products]]></category>
		<category><![CDATA[Cms]]></category>
		<category><![CDATA[Div Class]]></category>
		<category><![CDATA[Furniture]]></category>
		<category><![CDATA[H3]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[Img]]></category>
		<category><![CDATA[Living Room]]></category>
		<category><![CDATA[Lt]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Product Description]]></category>
		<category><![CDATA[Quot Quot]]></category>
		<category><![CDATA[Rsquo]]></category>
		<category><![CDATA[Store Url]]></category>
		<category><![CDATA[Table Border]]></category>
		<category><![CDATA[Tbody]]></category>
		<category><![CDATA[Td]]></category>
		<category><![CDATA[Technorati]]></category>
		<category><![CDATA[Test Product]]></category>
		<category><![CDATA[Textarea]]></category>
		<category><![CDATA[Tr Class]]></category>
		<category><![CDATA[West Women]]></category>

		<guid isPermaLink="false">http://sree.cc/?p=65</guid>
		<description><![CDATA[Default Magento installtion homepage has a section &#8217;Best Selling Products&#8217;. You want to put your products to appear instead&#8230;follow these steps: Login as Admin -&#62; CMS -&#62; Manage Pages Edit the &#8217;Homepage&#8217; page In the &#8217;Content&#8217; textarea you will find the &#8217;Best Selling Products&#8217; section like this Technorati Tags: Magento,Home,Best Selling The bold section is [...]]]></description>
		<wfw:commentRss>http://sree.cc/magento-ecommerce-tips/change-best-selling-products/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Set Shipping Options For Customers during Checkout</title>
		<link>http://sree.cc/magento-ecommerce-tips/how-to-set-shipping-options-for-customers-during-checkout</link>
		<comments>http://sree.cc/magento-ecommerce-tips/how-to-set-shipping-options-for-customers-during-checkout#comments</comments>
		<pubDate>Tue, 06 Jul 2010 12:24:47 +0000</pubDate>
		<dc:creator>Anish Kumar D</dc:creator>
				<category><![CDATA[Magento eCommerce Tips]]></category>

		<guid isPermaLink="false">http://sree.cc/?p=1165</guid>
		<description><![CDATA[First,Login as admin and in the admin Home Page select  System -&#62;Configuration. Under the Configuration tab on the left Side Select Shipping Settings.Here you can Find two options Origin and Options.From that you Can Change Settings Such as Country,Regional,etc. Now Select Shipping Methods next to Shipping Settings.Under that you can find Flat rate,Table rate,Free Shipping,UPS [...]]]></description>
		<wfw:commentRss>http://sree.cc/magento-ecommerce-tips/how-to-set-shipping-options-for-customers-during-checkout/feed</wfw:commentRss>
		<slash:comments>0</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:54 -->
