<?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>Magento Themes &#38; Templates &#187; Tutorials</title>
	<atom:link href="http://www.osetemplates.com/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.osetemplates.com</link>
	<description>Magento Themes &#38; Magento Template Developers!</description>
	<lastBuildDate>Thu, 02 Feb 2012 17:40:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Google analytics for your Magento stores</title>
		<link>http://www.osetemplates.com/11/google-analytics-for-your-magento-stores/</link>
		<comments>http://www.osetemplates.com/11/google-analytics-for-your-magento-stores/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 16:11:35 +0000</pubDate>
		<dc:creator>Martijn</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.osetemplates.com/?p=209</guid>
		<description><![CDATA[Got a Magento store and want to use Google Analytics to track commerce statistics? In Magento, it&#8217;s just plain easy. Grab your Analytics account number, this will always start with UA. Login to your Magento admin and goto: Configuration -&#62; Google Api -&#62; Google Analytics. Set &#8220;activate&#8221; to &#8220;yes&#8221; and insert the full account number [...]]]></description>
			<content:encoded><![CDATA[<p>Got a Magento store and want to use Google Analytics to track commerce statistics? In Magento, it&#8217;s just plain easy.</p>
<p>Grab your Analytics account number, this will always start with UA.</p>
<p>Login to your Magento admin and goto: Configuration -&gt; Google Api -&gt; Google Analytics.</p>
<p>Set &#8220;activate&#8221; to &#8220;yes&#8221; and insert the full account number in the field below.</p>
<p>That&#8217;s it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.osetemplates.com/11/google-analytics-for-your-magento-stores/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Pear to download from MagentoConnect</title>
		<link>http://www.osetemplates.com/12/using-pear-to-download-from-magentoconnect/</link>
		<comments>http://www.osetemplates.com/12/using-pear-to-download-from-magentoconnect/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 23:54:14 +0000</pubDate>
		<dc:creator>Martijn</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[setup]]></category>

		<guid isPermaLink="false">http://www.osetemplates.com/?p=159</guid>
		<description><![CDATA[Setting permissions for MagentoConnect can be a little tricky at times, especially in a production environment. The best, most secure way to go about installing Connect updates is by using Pear. SSH in to your server, head to the Magento install directory and issue command: ./pear mage-setup . DON&#8217;T forget the trailing . Next install [...]]]></description>
			<content:encoded><![CDATA[<p>Setting permissions for MagentoConnect can be a little tricky at times, especially in a production environment. The best, most secure way to go about installing Connect updates is by using Pear.</p>
<p>SSH in to your server, head to the Magento install directory and issue command:</p>
<p>./pear mage-setup .</p>
<p>DON&#8217;T forget the trailing . Next install the Connect you require&#8230;</p>
<p>./pear install magento-core/Interface_Frontend_Default_Modern</p>
<p>Where &#8220;magento-core/Interface_Frontend_Default_Modern&#8221; is the key taken from MagentoConnect.</p>
<p>You need write permissions with your shell user in the theme and skin directory.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.osetemplates.com/12/using-pear-to-download-from-magentoconnect/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to set your Magento SQL Connection Path</title>
		<link>http://www.osetemplates.com/11/how-to-set-your-magento-sql-connection-path/</link>
		<comments>http://www.osetemplates.com/11/how-to-set-your-magento-sql-connection-path/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 12:29:22 +0000</pubDate>
		<dc:creator>Martijn</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[setup]]></category>

		<guid isPermaLink="false">http://www.osetemplates.com/?p=145</guid>
		<description><![CDATA[The easy way to set your MySQL path in Magento is by editing the /app/etc/local.xml file with your new details. A good example when you may need this is if your are migrating Magento across servers. &#60;default_setup&#62; &#60;connection&#62; &#60;host&#62;&#60;![CDATA[localhost]]&#62;&#60;/host&#62; &#60;username&#62;&#60;![CDATA[username]]&#62;&#60;/username&#62; &#60;password&#62;&#60;![CDATA[password]]&#62;&#60;/password&#62; &#60;dbname&#62;&#60;![CDATA[database]]&#62;&#60;/dbname&#62; &#60;active&#62;1&#60;/active&#62; &#60;/connection&#62; &#60;/default_setup&#62;]]></description>
			<content:encoded><![CDATA[<p>The easy way to set your MySQL path in Magento is by editing the /app/etc/local.xml file with your new details. A good example when you may need this is if your are <a href="http://www.osetemplates.com/magento-server-migration-guide/11/2008/">migrating Magento across servers.</a></p>
<p><code>&lt;default_setup&gt;<br />
&lt;connection&gt;<br />
&lt;host&gt;&lt;![CDATA[localhost]]&gt;&lt;/host&gt;<br />
&lt;username&gt;&lt;![CDATA[username]]&gt;&lt;/username&gt;<br />
&lt;password&gt;&lt;![CDATA[password]]&gt;&lt;/password&gt;<br />
&lt;dbname&gt;&lt;![CDATA[database]]&gt;&lt;/dbname&gt;<br />
&lt;active&gt;1&lt;/active&gt;<br />
&lt;/connection&gt;<br />
&lt;/default_setup&gt;<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.osetemplates.com/11/how-to-set-your-magento-sql-connection-path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change the Magento Email Templates</title>
		<link>http://www.osetemplates.com/11/how-to-change-the-magento-email-templates/</link>
		<comments>http://www.osetemplates.com/11/how-to-change-the-magento-email-templates/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 12:19:39 +0000</pubDate>
		<dc:creator>Martijn</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.osetemplates.com/?p=138</guid>
		<description><![CDATA[You&#8217;ll probably know by now that the transactional email templates in Magento are a bit, with respect, &#8220;naff&#8221;. To edit through the admin will take forever and a day so here&#8217;s a couple of useful solutions to help make things easier. 1. Locate the email templates The Magento email templates are located in (note: &#8220;en_US&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>You&#8217;ll probably know by now that the transactional email templates in Magento are a bit, with respect, &#8220;naff&#8221;. To edit through the admin will take forever and a day so here&#8217;s a couple of useful solutions to help make things easier.</p>
<h2 style="padding-top: 10px;">1. Locate the email templates</h2>
<p>The Magento email templates are located in (note: &#8220;en_US&#8221; may change depending on language).</p>
<p>magento\app\locale\en_US\template\email\account_new.html&#8221;(24,48):<br />
magento\app\locale\en_US\template\email\admin_password_new.html&#8221;(27,73):<br />
magento\app\locale\en_US\template\email\newsletter_subscr_confirm.html&#8221;(28,69):<br />
magento\app\locale\en_US\template\email\order_creditmemo.html&#8221;(23,63):<br />
magento\app\locale\en_US\template\email\order_creditmemo.html&#8221;(75,62):<br />
magento\app\locale\en_US\template\email\order_invoice.html&#8221;(23,63):<br />
magento\app\locale\en_US\template\email\order_invoice.html&#8221;(75,62):<br />
magento\app\locale\en_US\template\email\order_new.html&#8221;(23,63):<br />
magento\app\locale\en_US\template\email\order_new.html&#8221;(79,62):<br />
magento\app\locale\en_US\template\email\order_shipment.html&#8221;(23,63):<br />
magento\app\locale\en_US\template\email\order_shipment.html&#8221;(81,62):<br />
magento\app\locale\en_US\template\email\order_update.html&#8221;(26,52):<br />
magento\app\locale\en_US\template\email\password_new.html&#8221;(24,41):<br />
magento\app\locale\en_US\template\email\wishlist_share.html&#8221;(23,65):</p>
<h2 style="padding-top: 10px;">2. Edit your information in</h2>
<p>replace <strong>alt=&#8221;Magento”</strong> with <strong>alt=&#8221;your store name”</strong></p>
<p>replace <strong>Magento Demo Store</strong> with <strong>your store name</strong></p>
<p>replace <strong>mailto:magento@varien.com</strong> with <strong>mailto:email@yourstore.com</strong></p>
<p>replace <strong>dummyemail@magentocommerce.com</strong> with <strong>email@yourstore.com</strong></p>
<p>replace <strong>(800) DEMO-STORE</strong> with <strong>(0800) YOUR STORE NUMBER</strong></p>
<p>replace <strong>Monday &#8211; Friday, 8am &#8211; 5pm PST</strong> with <strong>your own store opening times and timezone</strong></p>
<h2 style="padding-top: 10px;">3. Advanced &#8211; Automated Shell Script</h2>
<p>Another option would be to create a shell script with all you&#8217;re information in which goes through the directories in question and replaces text as we need. Note: You will need your Store View Name and Store Name to match your domain name.</p>
<p>#!/bin/sh<br />
<span style="color: #0000bb;">phone</span><span style="color: #007700;">=(</span><span style="color: #0000bb;">123</span><span style="color: #007700;">)</span><span style="color: #0000bb;">456</span><span style="color: #007700;">-</span><span style="color: #0000bb;">7890</span></p>
<p>find app<span style="color: #007700;">/</span><span style="color: #0000bb;">locale</span><span style="color: #007700;">/</span><span style="color: #0000bb;">en_US</span><span style="color: #007700;">/</span><span style="color: #0000bb;">template</span><span style="color: #007700;">/</span><span style="color: #0000bb;">email</span><span style="color: #007700;">/</span><span style="color: #0000bb;">sales </span><span style="color: #007700;">-</span><span style="color: #0000bb;">type f </span><span style="color: #007700;">-</span><span style="color: #0000bb;">exec sed </span><span style="color: #007700;">-</span><span style="color: #0000bb;">i </span><span style="color: #dd0000;">&#8216;s/alt=&#8221;Magento&#8221;/alt=&#8221;{{var order.getStoreGroupName()}}&#8221;/g&#8217; </span><span style="color: #0000bb;">{} \</span><span style="color: #007700;">;<br />
</span><span style="color: #0000bb;">find app</span><span style="color: #007700;">/</span><span style="color: #0000bb;">locale</span><span style="color: #007700;">/</span><span style="color: #0000bb;">en_US</span><span style="color: #007700;">/</span><span style="color: #0000bb;">template</span><span style="color: #007700;">/</span><span style="color: #0000bb;">email</span><span style="color: #007700;">/</span><span style="color: #0000bb;">sales </span><span style="color: #007700;">-</span><span style="color: #0000bb;">type f </span><span style="color: #007700;">-</span><span style="color: #0000bb;">exec sed </span><span style="color: #007700;">-</span><span style="color: #0000bb;">i </span><span style="color: #dd0000;">&#8216;s/Magento Demo Store/{{var order.getStoreGroupName()}} /g&#8217; </span><span style="color: #0000bb;">{} \</span><span style="color: #007700;">;<br />
</span><span style="color: #0000bb;">find app</span><span style="color: #007700;">/</span><span style="color: #0000bb;">locale</span><span style="color: #007700;">/</span><span style="color: #0000bb;">en_US</span><span style="color: #007700;">/</span><span style="color: #0000bb;">template</span><span style="color: #007700;">/</span><span style="color: #0000bb;">email</span><span style="color: #007700;">/</span><span style="color: #0000bb;">sales </span><span style="color: #007700;">-</span><span style="color: #0000bb;">type f </span><span style="color: #007700;">-</span><span style="color: #0000bb;">exec sed </span><span style="color: #007700;">-</span><span style="color: #0000bb;">i </span><span style="color: #dd0000;">&#8216;s/mailto:magento@varien.com/sales@{{var order.getStoreGroupName()}}/g&#8217; </span><span style="color: #0000bb;">{} \</span><span style="color: #007700;">;<br />
</span><span style="color: #0000bb;">find app</span><span style="color: #007700;">/</span><span style="color: #0000bb;">locale</span><span style="color: #007700;">/</span><span style="color: #0000bb;">en_US</span><span style="color: #007700;">/</span><span style="color: #0000bb;">template</span><span style="color: #007700;">/</span><span style="color: #0000bb;">email</span><span style="color: #007700;">/</span><span style="color: #0000bb;">sales </span><span style="color: #007700;">-</span><span style="color: #0000bb;">type f </span><span style="color: #007700;">-</span><span style="color: #0000bb;">exec sed </span><span style="color: #007700;">-</span><span style="color: #0000bb;">i </span><span style="color: #dd0000;">&#8216;s/dummyemail@magentocommerce.com/sales@{{var order.getStoreGroupName()}}/g&#8217; </span><span style="color: #0000bb;">{} \</span><span style="color: #007700;">;</span></p>
<p><span style="color: #0000bb;">find app</span><span style="color: #007700;">/</span><span style="color: #0000bb;">locale</span><span style="color: #007700;">/</span><span style="color: #0000bb;">en_US</span><span style="color: #007700;">/</span><span style="color: #0000bb;">template</span><span style="color: #007700;">/</span><span style="color: #0000bb;">email </span><span style="color: #007700;">-</span><span style="color: #0000bb;">type f </span><span style="color: #007700;">-</span><span style="color: #0000bb;">exec sed </span><span style="color: #007700;">-</span><span style="color: #0000bb;">i </span><span style="color: #dd0000;">&#8216;s/alt=&#8221;Magento&#8221;/alt=&#8221;{{var customer.store.name}}&#8221;/g&#8217; </span><span style="color: #0000bb;">{} \</span><span style="color: #007700;">;<br />
</span><span style="color: #0000bb;">find app</span><span style="color: #007700;">/</span><span style="color: #0000bb;">locale</span><span style="color: #007700;">/</span><span style="color: #0000bb;">en_US</span><span style="color: #007700;">/</span><span style="color: #0000bb;">template</span><span style="color: #007700;">/</span><span style="color: #0000bb;">email </span><span style="color: #007700;">-</span><span style="color: #0000bb;">type f </span><span style="color: #007700;">-</span><span style="color: #0000bb;">exec sed </span><span style="color: #007700;">-</span><span style="color: #0000bb;">i </span><span style="color: #dd0000;">&#8216;s/Magento Demo Store/{{var customer.store.name}} /g&#8217; </span><span style="color: #0000bb;">{} \</span><span style="color: #007700;">;<br />
</span><span style="color: #0000bb;">find app</span><span style="color: #007700;">/</span><span style="color: #0000bb;">locale</span><span style="color: #007700;">/</span><span style="color: #0000bb;">en_US</span><span style="color: #007700;">/</span><span style="color: #0000bb;">template</span><span style="color: #007700;">/</span><span style="color: #0000bb;">email </span><span style="color: #007700;">-</span><span style="color: #0000bb;">type f </span><span style="color: #007700;">-</span><span style="color: #0000bb;">exec sed </span><span style="color: #007700;">-</span><span style="color: #0000bb;">i </span><span style="color: #dd0000;">&#8216;s/mailto:magento@varien.com/sales@{{var customer.store.name}}/g&#8217; </span><span style="color: #0000bb;">{} \</span><span style="color: #007700;">;<br />
</span><span style="color: #0000bb;">find app</span><span style="color: #007700;">/</span><span style="color: #0000bb;">locale</span><span style="color: #007700;">/</span><span style="color: #0000bb;">en_US</span><span style="color: #007700;">/</span><span style="color: #0000bb;">template</span><span style="color: #007700;">/</span><span style="color: #0000bb;">email </span><span style="color: #007700;">-</span><span style="color: #0000bb;">type f </span><span style="color: #007700;">-</span><span style="color: #0000bb;">exec sed </span><span style="color: #007700;">-</span><span style="color: #0000bb;">i </span><span style="color: #dd0000;">&#8216;s/dummyemail@magentocommerce.com/sales@{{var customer.store.name}}/g&#8217; </span><span style="color: #0000bb;">{} \</span><span style="color: #007700;">;</span></p>
<p><span style="color: #0000bb;">find app</span><span style="color: #007700;">/</span><span style="color: #0000bb;">locale</span><span style="color: #007700;">/</span><span style="color: #0000bb;">en_US</span><span style="color: #007700;">/</span><span style="color: #0000bb;">template</span><span style="color: #007700;">/</span><span style="color: #0000bb;">email </span><span style="color: #007700;">-</span><span style="color: #0000bb;">type f </span><span style="color: #007700;">-</span><span style="color: #0000bb;">exec sed </span><span style="color: #007700;">-</span><span style="color: #0000bb;">i </span><span style="color: #dd0000;">&#8220;s/(800)DEMO-STORE/$phone/g&#8221; </span><span style="color: #0000bb;">{} \</span><span style="color: #007700;">;<br />
</span><span style="color: #0000bb;">find app</span><span style="color: #007700;">/</span><span style="color: #0000bb;">locale</span><span style="color: #007700;">/</span><span style="color: #0000bb;">en_US</span><span style="color: #007700;">/</span><span style="color: #0000bb;">template</span><span style="color: #007700;">/</span><span style="color: #0000bb;">email </span><span style="color: #007700;">-</span><span style="color: #0000bb;">type f </span><span style="color: #007700;">-</span><span style="color: #0000bb;">exec sed </span><span style="color: #007700;">-</span><span style="color: #0000bb;">i </span><span style="color: #dd0000;">&#8220;s/(800)DEMO-NUMBER/$phone/g&#8221; </span><span style="color: #0000bb;">{} \</span><span style="color: #007700;">;<br />
</span><span style="color: #0000bb;">find app</span><span style="color: #007700;">/</span><span style="color: #0000bb;">locale</span><span style="color: #007700;">/</span><span style="color: #0000bb;">en_US</span><span style="color: #007700;">/</span><span style="color: #0000bb;">template</span><span style="color: #007700;">/</span><span style="color: #0000bb;">email </span><span style="color: #007700;">-</span><span style="color: #0000bb;">type f </span><span style="color: #007700;">-</span><span style="color: #0000bb;">exec sed </span><span style="color: #007700;">-</span><span style="color: #0000bb;">i </span><span style="color: #dd0000;">&#8220;s/(800) DEMO-NUMBER/$phone/g&#8221; </span><span style="color: #0000bb;">{} \</span><span style="color: #007700;">;<br />
</span><span style="color: #0000bb;">find app</span><span style="color: #007700;">/</span><span style="color: #0000bb;">locale</span><span style="color: #007700;">/</span><span style="color: #0000bb;">en_US</span><span style="color: #007700;">/</span><span style="color: #0000bb;">template</span><span style="color: #007700;">/</span><span style="color: #0000bb;">email </span><span style="color: #007700;">-</span><span style="color: #0000bb;">type f </span><span style="color: #007700;">-</span><span style="color: #0000bb;">exec sed </span><span style="color: #007700;">-</span><span style="color: #0000bb;">i </span><span style="color: #dd0000;">&#8220;s/(800) DEMO-STORE/$phone/g&#8221; </span><span style="color: #0000bb;">{} \</span><span style="color: #007700;">;<br />
</span><span style="color: #0000bb;">find app</span><span style="color: #007700;">/</span><span style="color: #0000bb;">locale</span><span style="color: #007700;">/</span><span style="color: #0000bb;">en_US</span><span style="color: #007700;">/</span><span style="color: #0000bb;">template</span><span style="color: #007700;">/</span><span style="color: #0000bb;">email </span><span style="color: #007700;">-</span><span style="color: #0000bb;">type f </span><span style="color: #007700;">-</span><span style="color: #0000bb;">exec sed </span><span style="color: #007700;">-</span><span style="color: #0000bb;">i </span><span style="color: #dd0000;">&#8216;s/Monday - Friday, 8am - 5pm PST/24&#215;7/g&#8217; </span><span style="color: #0000bb;">{} \</span><span style="color: #007700;">;<br />
</span><span style="color: #0000bb;">find app</span><span style="color: #007700;">/</span><span style="color: #0000bb;">locale</span><span style="color: #007700;">/</span><span style="color: #0000bb;">en_US</span><span style="color: #007700;">/</span><span style="color: #0000bb;">template</span><span style="color: #007700;">/</span><span style="color: #0000bb;">email </span><span style="color: #007700;">-</span><span style="color: #0000bb;">type f </span><span style="color: #007700;">-</span><span style="color: #0000bb;">exec sed </span><span style="color: #007700;">-</span><span style="color: #0000bb;">i </span><span style="color: #dd0000;">&#8216;s/logo_email.gif/logo.gif/g&#8217; </span><span style="color: #0000bb;">{} \</span><span style="color: #007700;">;</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.osetemplates.com/11/how-to-change-the-magento-email-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setup Magento Permissions Script</title>
		<link>http://www.osetemplates.com/11/setup-magento-permissions-script/</link>
		<comments>http://www.osetemplates.com/11/setup-magento-permissions-script/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 04:11:30 +0000</pubDate>
		<dc:creator>Martijn</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[setup]]></category>

		<guid isPermaLink="false">http://www.osetemplates.com/?p=135</guid>
		<description><![CDATA[Magento permissions can be an absolute pain! Use one of the solutions below to setup Magento permissions easily. 1. SSH Script #!/bin/bash find www -name .htaccess -exec chmod 604 {} ; find www -name *.php -exec chmod 644 {} ; find www -type d -exec chmod 705 {} ; 2. SSH Command Line find ./ [...]]]></description>
			<content:encoded><![CDATA[<p>Magento permissions can be an absolute pain! Use one of the solutions below to setup Magento permissions easily.</p>
<h2>1. SSH Script</h2>
<p>#!/bin/bash<br />
find www -name .htaccess -exec chmod 604 {} ;<br />
find www -name *.php -exec chmod 644 {} ;<br />
find www -type d -exec chmod 705 {} ;</p>
<h2>2. SSH Command Line</h2>
<p>find ./ -type d -exec chmod 755 {} \; &amp;&amp; find ./ -type f -exec chmod 644 {} \;</p>
<h2>3. PHP Permissions Script</h2>
<p>&lt;?php<br />
system(&#8216;chmod -R 744 *&#8217;);<br />
system(&#8216;find . -type d -exec chmod 755 {} \;&#8217;);<br />
?&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.osetemplates.com/11/setup-magento-permissions-script/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Magento Server Migration Guide</title>
		<link>http://www.osetemplates.com/11/magento-server-migration-guide/</link>
		<comments>http://www.osetemplates.com/11/magento-server-migration-guide/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 16:13:05 +0000</pubDate>
		<dc:creator>Martijn</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[setup]]></category>

		<guid isPermaLink="false">http://www.osetemplates.com/?p=131</guid>
		<description><![CDATA[If you need to migrate Magento from one server to another here&#8217;s how to do it. BEFORE YOU BEGIN: Login to admin panel &#62; System &#62; Configuration &#62; Web and set both the secure and insecure base urls to this:  {{base_url}} Then change the base url back once migrated across. BEGIN: Upload a fresh copy [...]]]></description>
			<content:encoded><![CDATA[<p>If you need to migrate Magento from one server to another here&#8217;s how to do it.</p>
<p>BEFORE YOU BEGIN:</p>
<p>Login to admin panel &gt; System &gt; Configuration &gt; Web and set both the secure and insecure base urls to this:  {{base_url}}</p>
<p>Then change the base url back once migrated across.</p>
<p>BEGIN:</p>
<ol>
<li>Upload a fresh copy of Magento onto the new server (don’t run the installer yet)</li>
<li>Copy over your Themes/Templates, Skins, Images, and Custom Modules folders.</li>
<li>Export the old database and import it in to the new database. (phpmyadmin export/import works well)</li>
<li>Run the installer as usual.</li>
<li>Go into the Magento Connect Manager, and install this Magento extension: magento-core/Mage_All_Latest</li>
</ol>
<p>That should be all you need. If you have other ways / experiences please let us know in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.osetemplates.com/11/magento-server-migration-guide/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Magento Server Requirements Test Script</title>
		<link>http://www.osetemplates.com/11/magento-server-requirements-test/</link>
		<comments>http://www.osetemplates.com/11/magento-server-requirements-test/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 17:27:11 +0000</pubDate>
		<dc:creator>Martijn</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[setup]]></category>

		<guid isPermaLink="false">http://www.osetemplates.com/?p=124</guid>
		<description><![CDATA[If you&#8217;re wondering if your server is going to support MagentoCommerce then this utility will be of use. Simply download, extract and upload the magento-check.php file to your server and head to the URL to see if anything needs enabling, upgrading etc. You can find the full server requirements here. Download:]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re wondering if your server is going to support MagentoCommerce then this utility will be of use.</p>
<p>Simply download, extract and upload the magento-check.php file to your server and head to the URL to see if anything needs enabling, upgrading etc.</p>
<p>You can find the full server requirements <a href="http://www.magentocommerce.com/system-requirements">here.</a></p>
<p>Download: <a class="downloadlink" href="http://www.osetemplates.com/wp-content/plugins/download-monitor/download.php?id=4" title=" downloaded 987 times" >Magento Requirements Checker</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.osetemplates.com/11/magento-server-requirements-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Magento?</title>
		<link>http://www.osetemplates.com/11/what-is-magento/</link>
		<comments>http://www.osetemplates.com/11/what-is-magento/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 14:59:08 +0000</pubDate>
		<dc:creator>Martijn</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.osetemplates.com/?p=100</guid>
		<description><![CDATA[You may have landed here and ask, what is Magento and what can it do for me? Well here&#8217;s a couple of Youtube videos which give a great overview. Magento &#8211; Frontend Tour Magento &#8211; Backend Tour]]></description>
			<content:encoded><![CDATA[<p>You may have landed here and ask, what is Magento and what can it do for me? Well here&#8217;s a couple of Youtube videos which give a great overview.</p>
<h2>Magento &#8211; Frontend Tour</h2>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/bnUPr0wTbTY&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/bnUPr0wTbTY&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h2>Magento &#8211; Backend Tour</h2>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/JTqhrFTtsqQ&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/JTqhrFTtsqQ&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.osetemplates.com/11/what-is-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to enable custom Magento Templates &amp; Themes</title>
		<link>http://www.osetemplates.com/11/how-to-enable-custom-magento-templates-themes/</link>
		<comments>http://www.osetemplates.com/11/how-to-enable-custom-magento-templates-themes/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 19:13:59 +0000</pubDate>
		<dc:creator>Martijn</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.osetemplates.com/?p=74</guid>
		<description><![CDATA[Magento templates are split in to two areas: Directory 1: app/design/frontend/default/default/ — This directory contains the layout, translation (locale) and template materials. Directory 2: skin/frontend/default/default/ — This directory contains the images, CSS and block-specific Javascripts. You&#8217;ll notice the structure in our template .zip files is: /app/design/frontend/default/template_name /skin/frontend/default/template_name To use our Magento Templates you simply need [...]]]></description>
			<content:encoded><![CDATA[<p>Magento templates are split in to two areas:</p>
<ul class="disc">
<li><strong>Directory 1:</strong> <code>app/design/frontend/default/default/</code> — This directory contains the layout, translation (locale) and template materials.</li>
<li><strong>Directory 2:</strong> <code>skin/frontend/default/default/</code> — This directory contains the images, CSS and block-specific Javascripts.</li>
</ul>
<p>You&#8217;ll notice the structure in our template .zip files is:</p>
<ul>
<li>/app/design/frontend/default/<em><strong>template_name</strong></em></li>
<li>/skin/frontend/default/<em><strong>template_name</strong></em></li>
</ul>
<p>To use our Magento Templates you simply need to do the following:</p>
<ul>
<li>Unzip the downloaded archive. (<a title="WinRar" href="http://www.rarlabs.com" target="_blank">WinRar required</a>)</li>
<li>Copy extracted files in to your store directory structure.</li>
<li>Navigate to the Magento admin panel (ie.www.mydomain.com/admin), then the Design configuration tab (System » Configuration » Design tab).</li>
<li>Select the name of your website from the (Current Configuration Scope) dropdown.</li>
<li>In Default (under Themes heading), enter <strong><em>template_name </em></strong>and click <em>save config</em>.</li>
<li>Remember to disable page caching (System » Cache Management) whilst testing!</li>
</ul>
<p>If you have any questions or problems enabling your Magento templates &amp; themes, please post in the comments and we&#8217;ll do our best to help.</p>
<p>Alternatively if you require an indepth knowledge please see the <a title="Magento Designer's Guide" href="http://www.magentocommerce.com/design_guide/articles/working-with-magento-themes" target="_blank">Magento Designer&#8217;s Guide.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.osetemplates.com/11/how-to-enable-custom-magento-templates-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up a blog inside your Magento store</title>
		<link>http://www.osetemplates.com/11/setting-up-a-blog-inside-your-magento-store/</link>
		<comments>http://www.osetemplates.com/11/setting-up-a-blog-inside-your-magento-store/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 14:16:18 +0000</pubDate>
		<dc:creator>Martijn</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[affiliate marketing]]></category>
		<category><![CDATA[e business]]></category>
		<category><![CDATA[e commerce]]></category>
		<category><![CDATA[internet marketing]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[online business]]></category>
		<category><![CDATA[online marketing]]></category>

		<guid isPermaLink="false">http://www.osetemplates.com/?p=61</guid>
		<description><![CDATA[For selling products, especially online, one thing is very imporant. Listening to your clients. If you listen to your clients and know exactly what they want, you can target your ecommerce website to their needs and sell more products. A great way to do this is by using a blog inside your Magento ecommerce store. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.osetemplates.com/wp-content/uploads/2008/11/magento-wp.gif"><img class="size-medium wp-image-66 alignright" title="magento-wp" src="http://www.osetemplates.com/wp-content/uploads/2008/11/magento-wp.gif" alt="" width="222" height="76" /></a></p>
<p>For selling products, especially online, one thing is very imporant. Listening to your clients. If you listen to your clients and know exactly what they want, you can target your ecommerce website to their needs and sell more products.</p>
<p>A great way to do this is by using a blog inside your Magento ecommerce store.  Magento offers plugins that allows you to integrate a WordPress blog inside your store very easily. By doing this you can offer customers a place where they can review your products, give feedback and begin to build a community from your ecommerce store. Ofcourse blogging is also a great way to promote your products aswell as letting your clients know how to use certain products, with how-to&#8217;s, tutorials and reviews being the main areas.</p>
<p>Lazzymonks Blog Extension for Magento does this for you. All you need to do is follow a few simple steps which may be found here:</p>
<p><a title="Setup a Blog Inside Your Magento Store!" href="http://chasesagum.com/setup-a-blog-inside-your-magento-store">http://chasesagum.com/setup-a-blog-inside-your-magento-store</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.osetemplates.com/11/setting-up-a-blog-inside-your-magento-store/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

