<?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>Fri, 18 May 2012 07:43:28 +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>Magento XML errors</title>
		<link>http://sree.cc/magento_ecommerce_tips/magento-xml-errors</link>
		<comments>http://sree.cc/magento_ecommerce_tips/magento-xml-errors#comments</comments>
		<pubDate>Mon, 26 Mar 2012 07:01:54 +0000</pubDate>
		<dc:creator>gayatri.sa</dc:creator>
				<category><![CDATA[Magento eCommerce Tips]]></category>
		<category><![CDATA[config.xml]]></category>
		<category><![CDATA[layout xml]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Template]]></category>
		<category><![CDATA[xml error]]></category>

		<guid isPermaLink="false">http://sree.cc/?p=12139</guid>
		<description><![CDATA[You see an XML error either on your screen or in your system.log but, you do not know which XML file has caused it? These tips should help you get started: Edit this file on line 432 [magento root]/app/code/core/Mage/Core/Model/Layout/Update.php add this code: if (!$fileXml instanceof SimpleXMLElement) { // add this log statement - ensure to [...]]]></description>
		<wfw:commentRss>http://sree.cc/magento_ecommerce_tips/magento-xml-errors/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add log in your OpenCart Module</title>
		<link>http://sree.cc/magento-ecommerce-tips/how-to-add-log-in-your-opencart-module</link>
		<comments>http://sree.cc/magento-ecommerce-tips/how-to-add-log-in-your-opencart-module#comments</comments>
		<pubDate>Thu, 23 Feb 2012 05:16:55 +0000</pubDate>
		<dc:creator>gayatri.sa</dc:creator>
				<category><![CDATA[Magento eCommerce Tips]]></category>
		<category><![CDATA[error.txt]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[opencart]]></category>

		<guid isPermaLink="false">http://sree.cc/?p=11111</guid>
		<description><![CDATA[If, you want to add &#8216;logging&#8217; feature to your module, include the global $log object like this function myFunc() { global $log; ..... ..... $log-&#62;write('My log message'); ..... ..... } This you can do in both the catalog and admin sections. The logged message can be seen in the [opencart path]/systems/log/error.txt file Its good to [...]]]></description>
		<wfw:commentRss>http://sree.cc/magento-ecommerce-tips/how-to-add-log-in-your-opencart-module/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Ajith</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>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: sree.cc @ 2012-05-19 10:35:25 -->
