<!--<script language="javascript" type="text/javascript">

function popitup(url) {
	newwindow=window.open(url,'name','height=200,width=150');
	if (window.focus) {newwindow.focus()}
	return false;
}

</script>
-->


<style type="text/css">
#tweetmeme_button{
	color:#000;
	border:1px solid red;
}
</style>


     

<?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>Magestore Magento Blog</title>
	<atom:link href="http://www.magestore.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.magestore.com/blog</link>
	<description>Blog of Magento knowledge, sharing tips for Magento developers, news, updates and promotions of Magestore</description>
	<lastBuildDate>Thu, 17 May 2012 02:54:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Topic 7 – Part 1: Product Types</title>
		<link>http://www.magestore.com/blog/2012/05/16/magento-certificat-product-types/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=magento-certificat-product-types</link>
		<comments>http://www.magestore.com/blog/2012/05/16/magento-certificat-product-types/#comments</comments>
		<pubDate>Wed, 16 May 2012 10:55:19 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Catalog]]></category>
		<category><![CDATA[Bundle product]]></category>
		<category><![CDATA[catalog]]></category>
		<category><![CDATA[Configurable product]]></category>
		<category><![CDATA[Downloadable product]]></category>
		<category><![CDATA[Grouped product]]></category>
		<category><![CDATA[product types]]></category>
		<category><![CDATA[Simple product]]></category>
		<category><![CDATA[Virtual product]]></category>

		<guid isPermaLink="false">http://www.magestore.com/blog/?p=3368</guid>
		<description><![CDATA[<div class="post-content">
<p>Magento provides users with different product type profiles to select when creating a new product. Choosing the right product type is very important for accessing the appropriate set of features required to sell your items. My tutorial today is designed to help you understand the differences among product types and what they're intended to set up your Magento products.</p>
</div> ]]></description>
			<content:encoded><![CDATA[
<div class="post-content">
<div style="font-family: Arial; color: #464646; font-size: 13px; text-align: justify;">
<p>Magento provides users with different product type profiles to select when creating a new product. Choosing the right product type is very important for accessing the appropriate set of features required to sell your items. My tutorial today is designed to help you understand the differences among product types and what they&#8217;re intended to set up your Magento products.</p>
<p><strong>1. Standard Product Types</strong></p>
<p>Magento has 6 standard product types, including: Simple product, grouped product, configurable product, virtual product, bundle product and downloadable product.</p>
<p><strong><em>• Simple product</em></strong>: is an instance of physical products, having a single configuration (one-size-fits-all). For example: a cell-phone, a monitor…</p>
<p><strong><em>• Grouped product</em></strong>: is a product type that allows you to create a new product using one or more existing products, such as <strong><em>Magento Red Furniture Set</em></strong> product in Magento’s sample data. This product group has 3 separated products: <strong><em>Ottoman, Chair, Couch</em></strong> and each one is available for purchases. When buying a grouped product, customers can choose each separated product to add to cart:</p>
<p><a href="http://www.magestore.com/blog/wp-content/uploads/2012/05/tuto1.png"><img class="aligncenter size-full wp-image-3369" title="Grouped product" src="http://www.magestore.com/blog/wp-content/uploads/2012/05/tuto1.png" alt="" width="359" height="262" /></a><strong><em> </em></strong></p>
<p><strong><em>• Configurable product</em></strong>: is a product type allowing customers to select the variant that they want by choosing options. For instance: <strong><em>Zolof The Rock And Roll Destroyer: LOL Cat T-shirt </em></strong>has its <strong><em>size </em></strong>and <strong><em>color</em></strong> for customers to choose. A simple way in this case is that you can create some simple products with different colors and sizes to sell. However, configurable product type helps you create the product more convenient, faster, and easier to manage products.</p>
<p><a href="http://www.magestore.com/blog/wp-content/uploads/2012/05/tuto2.png"><img class="aligncenter size-full wp-image-3370" title="Configurable Product" src="http://www.magestore.com/blog/wp-content/uploads/2012/05/tuto2.png" alt="" width="343" height="285" /></a></p>
<p><strong><em>• Virtual product</em></strong>: is a product type used for products that don’t have a physical instance. It’s always used for service products or intellectual products (as software). Those products don’t need to be shipped.</p>
<p><strong><em>• Bundle product</em></strong>: is also known as a <strong><em>kit</em></strong>. A bundle product is one product in the customer’s shopping cart but in fact, it is made of a number of other products. Magento’s sample data has <strong><em>Computer</em></strong> product which is bundled from other products: Case, Processor, Memory…</p>
<p><a href="http://www.magestore.com/blog/wp-content/uploads/2012/05/tuto3.png"><img class="aligncenter size-full wp-image-3371" title="Bundle Product" src="http://www.magestore.com/blog/wp-content/uploads/2012/05/tuto3.png" alt="" width="492" height="440" /></a></p>
<p><strong><em>• Downloadable product</em></strong>: is similar to the virtual product (like an instance of the virtual product).  But these products have one or more digital files for download. This is great for software, digital music files and other electronic products. Otherwise, downloadable files can be used as a configuration for customers to choose when adding to cart.</p>
<p><strong>2. Product type’s modules</strong></p>
<p>Magento has 6 standard product types, but just 4 product types are implemented as the parts of the Mage_Catalog module. The bundle product and downloadable product are implemented in the separated modules (Mage_Bundle and Mage_Downloadable). A product type needs to be configurated (in global node) as same as below:</p>
<pre style="background: #EFEFEF; boder: 1px solid #EFEFEF;"><code style="color: #2a63a5;">&lt;catalog&gt;
    &lt;product&gt;
        &lt;type&gt;
            &lt;configurable translate="label" module="catalog"&gt;
                &lt;label&gt;Configurable Product&lt;/label&gt;
                &lt;model&gt;catalog/product_type_configurable&lt;/model&gt;
                &lt;price_model&gt;catalog/product_type_configurable_price&lt;/price_model&gt;
                &lt;composite&gt;1&lt;/composite&gt;
                &lt;allow_product_types&gt;
                    &lt;simple/&gt;
                    &lt;virtual/&gt;
                &lt;/allow_product_types&gt;
                &lt;index_priority&gt;30&lt;/index_priority&gt;
                &lt;price_indexer&gt;catalog/product_indexer_price_configurable&lt;/price_indexer&gt;
            &lt;/configurable&gt;
        &lt;/type&gt;
    &lt;/product&gt;
&lt;/catalog&gt;</code></pre>
<ul class="ul-listing-style" style="color: #464646; font-family: Arial;">
<li>&lt;model&gt;: a model to work with the product type</li>
<li>&lt;composite&gt;: product is simple or composite</li>
<li>&lt;price_model&gt;: a model to work with the product type’s price</li>
</ul>
<p>If you want to add a new product type, you can use these configurations to register with the system. The detail instruction for Magento themes will be available in the next tutorials. Stay tuned!</p>
<p>&nbsp;</p>
</div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.magestore.com/blog/2012/05/16/magento-certificat-product-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>News and Updates May.3</title>
		<link>http://www.magestore.com/blog/2012/05/15/news-and-updates-may-3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=news-and-updates-may-3</link>
		<comments>http://www.magestore.com/blog/2012/05/15/news-and-updates-may-3/#comments</comments>
		<pubDate>Tue, 15 May 2012 09:14:20 +0000</pubDate>
		<dc:creator>Michelle</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Banner Pro]]></category>
		<category><![CDATA[Banner Pro v3.0.0]]></category>
		<category><![CDATA[Group deal]]></category>
		<category><![CDATA[Group Deal enterprise edition]]></category>

		<guid isPermaLink="false">http://www.magestore.com/blog/?p=3326</guid>
		<description><![CDATA[<div class="post-content">
<p>We've received a lot of feedbacks and ideas from customers telling us which products they wish to update. The top requests are for two outstanding extensions: Banner Pro and Group Deal.</p>
</div>]]></description>
			<content:encoded><![CDATA[
<div class="post-content">
<div style="font-family: Arial; color: #464646; font-size: 13px;">
<p style="color: #464646; text-align: justify;">We&#8217;ve received a lot of feedbacks and ideas from customers telling us which products they wish to update. The top requests are for two outstanding extensions: Banner Pro and Group Deal. Thus our technical team is working hard in order to bring you the improvements of these modules in the shortest time.</p>
<p style="color: #464646; text-align: justify;">&nbsp;</p>
<p style="color: #464646; text-align: justify;"><a style="float: left;" href="http://www.magestore.com/magento-banner-extension.html"><img class="alignleft size-thumbnail wp-image-3330" style="float: right;" title="Banner pro v3.0.0" src="http://www.magestore.com/blog/wp-content/uploads/2012/05/Banner-pro-150x150.jpg" alt="" width="150" height="150" /></a><strong> </strong></p>
<p style="color: #464646; text-align: justify;">&nbsp;</p>
<p style="color: #464646; text-align: justify;"><strong>Banner Pro updated to v.3.0.0</strong></p>
<p style="color: #464646; text-align: justify;"><strong> </strong>Banner Pro &#8211; the extension helps you add unlimited banners as sliders in different positions on your site is about to be completely updated to v.3.0.0. This version is designed to optimize steps in creating a banner block in the back-end.</p>
<p style="color: #464646; text-align: justify;">&nbsp;</p>
<p style="color: #464646; text-align: justify;">&nbsp;</p>
<p style="color: #464646; text-align: justify;"><strong><a style="float: left;" href="http://www.magestore.com/magento-group-deal-extension.html"><img class="alignleft size-thumbnail wp-image-3331" style="float: right;" title="Group Deal for Magento Enterprise Edition" src="http://www.magestore.com/blog/wp-content/uploads/2012/05/Group-deal-150x150.jpg" alt="" width="150" height="150" /></a></strong></p>
<p style="color: #464646; text-align: justify;"><strong>Group Deal for Magento Enterprise Edition</strong></p>
<p style="color: #464646; text-align: justify;">To satisfy the demand of numerous customers, Group Deal extension is upgraded to be compatible with Magento Enterprise Edition from 1.9 to 1.12.</p>
<p style="color: #464646; text-align: justify;"><span style="color: #464646; font-family: Arial;">All of these updates will be available tomorrow. Just a little time ahead!</span></p>
<p style="color: #464646; text-align: justify;">What products do you want us to upgrade next?</p>
</div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.magestore.com/blog/2012/05/15/news-and-updates-may-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>21 Magestore&#8217;s extensions installed in www.isarfoto.de</title>
		<link>http://www.magestore.com/blog/2012/05/10/interview-with-www-isarfoto-de/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=interview-with-www-isarfoto-de</link>
		<comments>http://www.magestore.com/blog/2012/05/10/interview-with-www-isarfoto-de/#comments</comments>
		<pubDate>Thu, 10 May 2012 10:05:36 +0000</pubDate>
		<dc:creator>Alice</dc:creator>
				<category><![CDATA[Interview]]></category>
		<category><![CDATA[Customer Reward]]></category>
		<category><![CDATA[Gift Voucher]]></category>
		<category><![CDATA[Gift Wrap]]></category>
		<category><![CDATA[Group deal]]></category>
		<category><![CDATA[Product contact]]></category>
		<category><![CDATA[Product offer]]></category>
		<category><![CDATA[www.isarfoto.de]]></category>

		<guid isPermaLink="false">http://www.magestore.com/blog/?p=3269</guid>
		<description><![CDATA[<div class="post-content">
<p>21 is the number of Magestore's extensions that Klaus Bothe has installed for his website www.isarfoto.de Curious what extensions has he been using? Find out in this below Interview.</p>
</div>]]></description>
			<content:encoded><![CDATA[
<div class="post-content">
<div style="font-family: Arial; color: #464646; font-size: 13px; text-align: justify;">21 is the number of Magestore&#8217;s extensions that Klaus Bothe has installed for his website <a href="http://www.isarfoto.de " target="_blank">www.isarfoto.de</a> Curious what extensions has he been using? Find out in this below Interview.</div>
<p>&nbsp;</p>
<div style="font-size: 13px; color: #464646; font-family: Arial; text-align: right;"><a style="font-size: 13px; color: #464646; font-family: Arial;" href="https://www.isarfoto.com/shop/isar_en"><img class="aligncenter size-full wp-image-3270" title="www.isarfoto" src="http://www.magestore.com/blog/wp-content/uploads/2012/05/www.isarfoto.png" alt="" width="510" height="464" /></a>Store: <a href="http://www.isarfoto.de " target="_blank">www.isarfoto.de</a><br />
<span style="color: #464646; font-family: Arial;"><em><strong> </strong></em></span></div>
<div style="font-size: 13px; color: #464646; font-family: Arial; text-align: right;">Product: camera, photo accessories and others</div>
<div style="font-size: 13px; color: #464646; font-family: Arial; text-align: right;">Located: Germany</div>
<p>&nbsp;</p>
<div style="font-size: 13px; text-align: justify;"><strong><span style="color: #464646; font-family: Arial;">Hi Klaus, great to have a talk with you today. Our first question is, why did you choose Magento platform for your business?</span></strong></div>
<div style="font-size: 13px; text-align: justify;"><strong><span style="color: #464646; font-family: Arial;"> </span></strong><br />
<span style="color: #464646; font-family: Arial;">We cooperated with some companies providing e-commerce solutions and they all highly recommended Magento platform. Besides, it fully fits our business&#8217;s needs.</span></div>
<div style="font-size: 13px; text-align: justify;"><span style="color: #464646; font-family: Arial;"><br />
</span></div>
<div style="font-size: 13px; text-align: justify;"><strong><span style="color: #464646; font-family: Arial;">Why did you select Magestore over other Magento solution providers?</span></strong></div>
<div style="font-size: 13px; text-align: justify;"><strong><span style="color: #464646; font-family: Arial;"> </span></strong><br />
<span style="color: #464646; font-family: Arial;">The wide range of very wonderful and intelligent extensions especially designed for Magento platform is the reason we selected Magestore. We want to have the best possible solution from your company as a Partner.</span></div>
<div style="font-size: 13px; text-align: justify;"><span style="color: #464646; font-family: Arial;"><br />
</span></div>
<div style="font-size: 13px; text-align: justify;"><strong><span style="color: #464646; font-family: Arial;">How many Magestore extensions have you used so far? What are they?</span></strong></div>
<div style="font-size: 13px; text-align: justify;"><strong><span style="color: #464646; font-family: Arial;"> </span></strong><br />
<span style="color: #464646; font-family: Arial;">We have installed up to 21 extensions to our Magento system: Data transporter, FAQ, Membership, Product file viewer, Support ticket, Product Social media, Catalog permission, Auction, Social login, Banner pro, One step checkout, Store pickup, Instant search, Customer Reward, Product Offer, Image Option, Gift wrap, Group Deal, Gift Voucher, Product Contact and Shop by manufacturer</span></div>
<div style="font-size: 13px; text-align: justify;"><span style="color: #464646; font-family: Arial;">But actually now we are using 8 extensions pretty well. They are:</span></div>
<div style="font-size: 13px; text-align: justify;"><span style="color: #464646; font-family: Arial;"><a href="http://www.magestore.com/magento-customer-reward-extension.html">Customer Reward</a> </span><span style="color: #464646; font-family: Arial;">- <a href="http://www.magestore.com/magento-product-offer-extension.html">Product Offer</a></span><br />
<a href="http://www.magestore.com/magento-image-option-extension.html">Image Option</a> <span style="color: #464646; font-family: Arial;">- <a href="http://www.magestore.com/magento-gift-wrap-extension.html">Gift wrap</a><br />
<span style="color: #464646; font-family: Arial;"><a href="http://www.magestore.com/magento-group-deal-extension.html">Group Deal</a> </span><span style="color: #464646; font-family: Arial;">- <a href="http://www.magestore.com/magento-gift-voucher-extension.html">Gift Voucher</a></span><br />
<span style="color: #464646; font-family: Arial;"><a href="http://www.magestore.com/magento-product-contact-extension.html">Product Contact</a> </span><span style="color: #464646; font-family: Arial;">- <a href="http://www.magestore.com/magento-shop-by-manufacturer-extension.html">Shop by manufacturer</a></span></span></div>
<div style="font-size: 13px; text-align: justify;"><span style="color: #464646; font-family: Arial;"><span style="color: #464646; font-family: Arial;"><a href="http://www.magestore.com/magento-shop-by-manufacturer-extension.html"></a></span><br />
<strong><span style="color: #464646; font-family: Arial;">Which Magestore extensions do you like the most?</span></strong></span></div>
<div style="font-size: 13px; text-align: justify;"><span style="color: #464646; font-family: Arial;"><strong><span style="color: #464646; font-family: Arial;"> </span></strong><br />
<span style="color: #464646; font-family: Arial;">We love the </span><strong style="color: #464646; font-family: Arial;">Product Contact</strong><span style="color: #464646; font-family: Arial;"> extension the most because we have chance to interact with the customers very fast.</span></span></div>
<div style="font-size: 13px;"><span style="color: #464646; font-family: Arial;"><span style="color: #464646; font-family: Arial;"><a href="http://www.magestore.com/blog/wp-content/uploads/2012/05/Isarfoto-NiSi-DW1-PRO-C-PL-Filter-77mm-Photo-Accessories-104830.png"><img class="size-full wp-image-3305 aligncenter" title="Isarfoto NiSi DW1 PRO C-PL Filter 77mm - Photo Accessories-104830" src="http://www.magestore.com/blog/wp-content/uploads/2012/05/Isarfoto-NiSi-DW1-PRO-C-PL-Filter-77mm-Photo-Accessories-104830.png" alt="" width="400" height="535" /></a></span></span></div>
<div style="font-size: 13px;"><span style="color: #464646; font-family: Arial;">We also feel satisfied with </span><strong style="color: #464646; font-family: Arial;">Gift voucher</strong><span style="color: #464646; font-family: Arial;"> and</span><strong style="color: #464646; font-family: Arial;"> Image Option </strong><span style="color: #464646; font-family: Arial;">extensions. They have worked very well right after we installed. For Image option extension, we could make more product options for customers to choose.</span></div>
<div style="font-size: 13px; text-align: justify;"><span style="color: #464646; font-family: Arial;"><br />
<strong><span style="color: #464646; font-family: Arial;">How has Magestore products impacted on your business in terms of sales, conversion rate, and customer care?</span></strong></span></div>
<div style="font-size: 13px; text-align: justify;"><span style="color: #464646; font-family: Arial;"><strong><span style="color: #464646; font-family: Arial;"> </span></strong><br />
<span style="color: #464646; font-family: Arial;">Over all the </span><strong style="color: #464646; font-family: Arial;">Product Offer </strong><span style="color: #464646; font-family: Arial;">extension is the most powerful extension that increased our sales and customers&#8217; satisfaction. </span></span></div>
<div style="font-size: 13px; text-align: justify;"><span style="color: #464646; font-family: Arial;"><span style="color: #464646; font-family: Arial;">The extension </span><strong style="color: #464646; font-family: Arial;">Gift voucher</strong> also works very professionally. It helps us attract more customers to purchase our products and more easily fit their demands. All extensions bring comfortable moments to our customers when they visit and shop our store.</span></div>
<div style="font-size: 13px; text-align: justify;"><span style="color: #464646; font-family: Arial;"><br />
<strong><span style="color: #464646; font-family: Arial;">Have you had great experience in using Magestore&#8217;s extensions?</span></strong></span></div>
<div style="font-size: 13px; text-align: justify;"><span style="color: #464646; font-family: Arial;"><span style="color: #464646; font-family: Arial;">Absolutely yes! I believe that Magestore is the ideal provider of Magento solutions for web-store owners. Most of extensions which we purchased run pretty well.</span></span></div>
<div style="font-size: 13px; text-align: justify;"><span style="color: #464646; font-family: Arial;"><br />
<strong><span style="color: #464646; font-family: Arial;">Have you had trouble with Magestore&#8217;s extensions? What do you think of our Support (response time, knowledge and etc)?</span></strong></span></div>
<div style="font-size: 13px; text-align: justify;"><span style="color: #464646; font-family: Arial;"><strong> </strong><br />
<span style="color: #464646; font-family: Arial;">Sometimes we had some issue like how the extension should work (mainly translation options) – we experienced very professional support from Magestore. Your support team could fix all problems and solved our problems mostly overnight.</span></span></div>
<div style="font-size: 13px; text-align: justify;"><span style="color: #464646; font-family: Arial;"><br />
<strong><span style="color: #464646; font-family: Arial;">Any recommendations for people evaluating Magestore?</span></strong></span></div>
<div style="font-size: 13px; text-align: justify;"><span style="color: #464646; font-family: Arial;"><strong> </strong><br />
<span style="color: #464646; font-family: Arial;">Running extensions from multiple providers may make your Magento system very slow. Using extensions of good quality from a single partner like Magestore will let you enjoy stable code and make the systems work the best.</span></span></div>
<div style="font-size: 13px; text-align: justify;"><span style="color: #464646; font-family: Arial;"><span style="color: #464646; font-family: Arial;"> </span><br />
<strong><span style="color: #464646; font-family: Arial;"> Thanks for your detailed answers, Klaus! We wish you good luck and prosperity in your business!</span></strong></span></div>
<div style="font-size: 13px; text-align: justify;"><span style="color: #464646; font-family: Arial;"><strong><span style="color: #464646; font-family: Arial;"><br />
</span></strong></span></div>
<div style="font-size: 13px; text-align: justify;"><span style="color: #464646; font-family: Arial;"> </span><span style="color: #464646; font-family: Arial;">P/S: Want your store to be showed up in Magestore as a good example of a Magento site? Why wait? Just submit your store url in the comment or contact us at support@magestore.com!</span></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.magestore.com/blog/2012/05/10/interview-with-www-isarfoto-de/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Topic 6 – Part 5: Magento extensions</title>
		<link>http://www.magestore.com/blog/2012/05/09/magento-certificate-magento-extensions/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=magento-certificate-magento-extensions</link>
		<comments>http://www.magestore.com/blog/2012/05/09/magento-certificate-magento-extensions/#comments</comments>
		<pubDate>Wed, 09 May 2012 09:45:39 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Adminhtml]]></category>
		<category><![CDATA[Decouple extensions]]></category>
		<category><![CDATA[Magento Connect]]></category>
		<category><![CDATA[magento extensions]]></category>
		<category><![CDATA[Magento Tutorials]]></category>

		<guid isPermaLink="false">http://www.magestore.com/blog/?p=3239</guid>
		<description><![CDATA[<div class="post-content">
<p>Are you ready to continue exploring a journey through the Adminhtml with us? Today we will further discuss Magento extensions - the issue that always grabs a lot of attraction and interest of many people. Let's get started right now!</p>
</div> ]]></description>
			<content:encoded><![CDATA[
<div class="post-content">
<div style="font-family: Arial; color: #464646; font-size: 13px; text-align: justify;">
<p style="color: #464646; font-family: Arial; font-size: 13px;">Today we will continue exploring a journey through the Adminhtml by discussing Magento extensions &#8211; the issue that always grabs a lot of attraction and interest of many people. Three main following parts will be covered in this tutorial:</p>
<ul class="ul-listing-style" style="color: #464646; font-family: Arial;">
<li><span style="color: #464646; font-family: Arial;">Magento extensions</span></li>
<li><span style="color: #464646; font-family: Arial;">Decouple extensions from Magento</span></li>
<li><span style="color: #464646; font-family: Arial;">Install extensions from Magento Connect</span></li>
</ul>
<p>Are you ready? Let’s get started!</p>
<p style="color: #464646; font-family: Arial; font-size: 13px;"><span style="color: #464646; font-family: Arial; font-size: 13px;"> </span></p>
<p style="color: #464646; font-family: Arial; font-size: 13px;"><span style="color: #464646; font-family: Arial; font-size: 13px;"> </span></p>
<p style="color: #464646; font-family: Arial; font-size: 13px;"><strong>1. Magento extensions</strong></p>
<p style="color: #464646; font-family: Arial; font-size: 13px;">Magento primarily works on a base of modules. An extension is one or more modules providing new features and functionalies for a Magento site.</p>
<p style="color: #464646; font-family: Arial; font-size: 13px;">Magento extensions are divided into 3 types: community, core, commercial.</p>
<ul class="ul-listing-style" style="color: #464646; font-family: Arial;">
<li><strong><em>core</em></strong>: extensions developed by Magento core team. These extensions are located in the <em>app/code/core</em> directory. You need to keep your extensions out of the core to avoid any conflicts with core extensions or any future updates.</li>
<li><strong><em>community</em></strong>: community-distributed extensions developed by Magento community members or partners. These extensions are located in the <em>app/code/community </em>directory. You can install them through Magento Connect or download from a source.</li>
<li><strong><em>commercial</em></strong>: extensions developed by 3rd party. They are often located in the <em>app/code/local</em> directory and offered for sale. To install these extensions, you can purchase them from the seller then upload the codes to your site.</li>
</ul>
<p style="color: #464646; font-family: Arial; font-size: 13px;"><strong>2. Decouple extensions from Magento</strong></p>
<p style="color: #464646; font-family: Arial; font-size: 13px;">There are two methods for you to choose in order to decouple extensions from a Magento site.</p>
<p style="color: #464646; font-family: Arial; font-size: 13px;"><em>The first way</em>: You can copy the codes of your extension from the Magento site then paste these code files to a folder through a structured directory.</p>
<p style="color: #464646; font-family: Arial; font-size: 13px;"><em>The second way: </em>Use the <em>Package</em> function in the backend of your Magento site.</p>
<p style="color: #464646; font-family: Arial; font-size: 13px;">• Step1: Login to the backend and select the menu <strong><em>System &gt; Magento Connect &gt; Package Extensions</em></strong></p>
<p style="color: #464646; font-family: Arial; font-size: 13px;">• Step 2: Complete the form with the information:</p>
<ul class="ul-listing-style" style="color: #464646; font-family: Arial;">
<li>The package info: includes fields as name, description… for the extension package</li>
<li>Release info: releases information for the extension as a released versions, released stability and notes.</li>
<li>Author: the author’s information (name, user, email) of the extension</li>
<li>Dependencies: the extension’s dependencies</li>
<li>Contents: contains the information of extension’s folders and files that will be exported to a package from the Magento site</li>
</ul>
<p style="color: #464646; font-family: Arial; font-size: 13px;">• Step 3: Click on <strong><em>Save Data and Create Package</em></strong> button to create a packaged extension from your site.</p>
<p>You can use the extension that has been decoupled to set up it into another Magento site.</p>
<p style="color: #464646; font-family: Arial; font-size: 13px;"><strong>3. Install extensions from Magento Connect</strong></p>
<p style="color: #464646; font-family: Arial; font-size: 13px;">• Step 1: Go to <span style="text-decoration: underline;"><a href="http://www.magentocommerce.com/magento-connect/">http://www.magentocommerce.com/magento-connect/</a></span> and search for the extensions that you need. In the extension view page, you can get the extension&#8217;s key:</p>
<p style="color: #464646; font-family: Arial; font-size: 13px;">You can use the extension that has been decoupled to set up another Magento site.</p>
<p style="color: #464646; font-family: Arial; font-size: 13px;"><a href="http://www.magestore.com/blog/wp-content/uploads/2012/05/tutorial-1.png"><img class="aligncenter size-full wp-image-3241" title="Get the extension key" src="http://www.magestore.com/blog/wp-content/uploads/2012/05/tutorial-1.png" alt="" width="510" height="207" /></a></p>
<p style="color: #464646; font-family: Arial; font-size: 13px;">• Step 2: Login to the backend of your site and select the menu <strong><em>System &gt; Magento Connect &gt; Magento Connect Manager</em></strong></p>
<p style="color: #464646; font-family: Arial; font-size: 13px;">• Step 3: Paste your extension&#8217;s key to the input box then click on <strong>Install</strong> button</p>
<p style="color: #464646; font-family: Arial; font-size: 13px;"><a href="http://www.magestore.com/blog/wp-content/uploads/2012/05/tutorial3.png"><img class="aligncenter size-full wp-image-3252" title="Install extensions from Magento Connect" src="http://www.magestore.com/blog/wp-content/uploads/2012/05/tutorial3.png" alt="" width="510" height="188" /></a></p>
<p style="color: #464646; font-family: Arial; font-size: 13px;">Then just wait for the extension installed on your site.</p>
<p style="color: #464646; font-family: Arial; font-size: 13px;"><span style="color: #464646; font-family: Arial;">Why don’t you try installing some modules for your site now? It’ll really be very interesting. Hope you succeed and don’t forget to let us know the result, OK?</span></p>
</div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.magestore.com/blog/2012/05/09/magento-certificate-magento-extensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>News and Updates May.2</title>
		<link>http://www.magestore.com/blog/2012/05/08/news-and-updates-may-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=news-and-updates-may-2</link>
		<comments>http://www.magestore.com/blog/2012/05/08/news-and-updates-may-2/#comments</comments>
		<pubDate>Tue, 08 May 2012 10:23:37 +0000</pubDate>
		<dc:creator>Michelle</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Banner Pro v3.0.0]]></category>
		<category><![CDATA[Gift Voucher]]></category>
		<category><![CDATA[Social Voice v1.2]]></category>

		<guid isPermaLink="false">http://www.magestore.com/blog/?p=3191</guid>
		<description><![CDATA[<div class="post-content">
<p>Today we are so glad to notify our customers of the new promotion in this May. Besides, many other extensions are now being updated and will be released soon. Please keep reading for more details!</p>
</div>]]></description>
			<content:encoded><![CDATA[
<div class="post-content">
<div style="font-family: Arial; color: #464646; font-size: 13px;">
<p style="text-align: justify;"><strong><a style="float: right;" href="http://www.magestore.com/magento-gift-voucher-extension.html"><img class="alignright size-thumbnail wp-image-3193" style="text-align: right;" title="Gift Voucher extension" src="http://www.magestore.com/blog/wp-content/uploads/2012/05/gift-voucher-product-150x150.jpg" alt="" width="150" height="150" /></a></strong></p>
<p style="text-align: justify;"><strong>Gifterrific this May: $20 discount on <a href="http://www.magestore.com/magento-gift-voucher-extension.html">Gift Voucher</a><span style="color: #464646; font-family: Arial; font-size: 13px;"> </span></strong></p>
<p style="text-align: justify;">Your chance to discover the awesome product at the lowest cost ever is now coming! During the month of May, we offer you an exclusive discount of $20 for each purchase of our <a href="http://www.magestore.com/magento-gift-voucher-extension.html">Gift Voucher</a> extension. It means that you can grab an entire module at just $129.00 instead of $149.00. Please quickly take this advantage to save your money as it&#8217;s only valid in this May!</p>
<p style="text-align: justify;">In addition, to make our summer gift more meaningful, we decided to present you 4 more free themes. Let&#8217;s visit <a href="http://themes.magestore.com/magento-templates.html?dir=asc&amp;order=price">Our Theme Store</a> and pick a perfect one for your own site!</p>
<p style="color: #464646; font-family: Arial; font-size: 13px; text-align: justify;">&nbsp;</p>
<p style="color: #464646; font-family: Arial; font-size: 13px; text-align: justify;"><strong>Updated extensions coming soon</strong></p>
<p style="color: #464646; font-family: Arial; font-size: 13px; text-align: justify;">We are also very pleased to notify you that <a href="http://www.magestore.com/magento-social-voice-extension.html">Social Voice</a> and <a href="http://www.magestore.com/magento-banner-extension.html">Banner Pro</a> modules are about to be completely upgraded to the new versions with a lot of improvements. Just wait for a little more time and we can assure that you will be impressed by Social Voice v1.2 and Banner Pro v3.0.0.</p>
<p style="text-align: justify;">Also, which extensions do you want to be updated next? Don&#8217;t hesitate to let us know by giving comments and we&#8217;ll take priorities based on your feedback.</p>
<p style="text-align: justify;">&nbsp;</p>
<p style="text-align: justify;"><strong>Interview with Magestore</strong></p>
<p style="text-align: justify;">Last but not least, have you ever thought of expanding the reputation by letting your store and yourself appear on Magestore.com? Taking just some minutes to join our interview and share your own thoughts must be the good idea. Who wants to leave comments here to register for an interview now?</p>
</div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.magestore.com/blog/2012/05/08/news-and-updates-may-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Satisfaction &amp; Social Voice Comparison</title>
		<link>http://www.magestore.com/blog/2012/05/04/get-satisfaction-social-voice-comparison/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=get-satisfaction-social-voice-comparison</link>
		<comments>http://www.magestore.com/blog/2012/05/04/get-satisfaction-social-voice-comparison/#comments</comments>
		<pubDate>Fri, 04 May 2012 09:30:40 +0000</pubDate>
		<dc:creator>Michelle</dc:creator>
				<category><![CDATA[Ecommerce]]></category>
		<category><![CDATA[Customer Care network]]></category>
		<category><![CDATA[Feedback application]]></category>
		<category><![CDATA[Get Satisfaction]]></category>
		<category><![CDATA[Social Voice]]></category>

		<guid isPermaLink="false">http://www.magestore.com/blog/?p=3099</guid>
		<description><![CDATA[<div class="post-content">
<p>We have made the comparison in order to help you understand thoroughly about Social Voice. In this comparison guide, we will analyze Get Satisfaction – one of the most well-known customer care systems. This review aims to provide readers with clear and obvious concepts of the two products.</p>
</div> ]]></description>
			<content:encoded><![CDATA[
<div class="post-content">
<div style="font-family: Arial; color: #464646; font-size: 13px; text-align: justify;">
<p style="color: #464646; font-family: Arial; font-size: 13px;">Recently, many customers have contacted Magestore to ask about our Social Voice extension. They have asked various questions, but mainly focused on the features and benefits of Social Voice, why they should choose Social Voice for their Magento stores instead of other customer care systems.</p>
<p style="color: #464646; font-family: Arial; font-size: 13px;">Due to that high demand, we decided to release this comparison to help you understand thoroughly about Social Voice. In this comparison guide, we have analyzed Get Satisfaction – one of the most well-known customer care systems. This review aims to provide readers with clear and obvious concepts of the two products.</p>
<p style="color: #464646; font-family: Arial; font-size: 13px;">First, we should get to know about the them:</p>
<p style="color: #464646; font-family: Arial; font-size: 13px;"><a href="http://www.magestore.com/socialvoices/"><img class="aligncenter size-full wp-image-3127" title="Social Voice " src="http://www.magestore.com/blog/wp-content/uploads/2012/05/SocialVoiceNew.png" alt="" width="240" height="63" /></a></p>
<p style="color: #464646; font-family: Arial; font-size: 13px;"><span style="color: #464646; font-family: Arial;"><a href="http://www.magestore.com/socialvoices/features.html">Social Voice</a> is a Magento extension developed by Magestore.com &#8211; one of the leading magento extensions providers. Social Voice was especially developed for Magento platform. With a well-organized interface, customers can easily ask questions, report a problem, give praises or share their ideas while admin can efficiently manage customer’s feedbacks. </span></p>
<p style="color: #464646; font-family: Arial; font-size: 13px;"><a href="http://www.magestore.com/blog/wp-content/uploads/2012/05/GetSatisfaction-1.png"><img class="aligncenter size-full wp-image-3149" title="Get Satisfaction" src="http://www.magestore.com/blog/wp-content/uploads/2012/05/GetSatisfaction-1.png" alt="" width="238" height="74" /></a></p>
<p style="color: #464646; font-family: Arial; font-size: 13px;">Get satisfaction is a customer service tool which can be used to get feedbacks from the visitors of your website. They can choose to ask a question, share an idea, report a problem or give praise to you. Customers can interact with each other comfortably.</p>
<p style="color: #464646; font-family: Arial; font-size: 13px;">Now, to the main part, we will see what to be compared. In this quick review, I will just point out important features.</p>
</div>
<div style="font-family: Arial; color: #464646; font-size: 13px; text-align: justify;">
<table style="width: 100%; font-size: 13px; font-family: Arial,Helvetica,sans-serif; color: #3e3e3e; border-spacing: 0; border: 1px solid #E1E1E1" >
<tbody>
<tr style="text-align: center; height: 30px;">
<th style="background: #000; color: #fff; width: 30%; padding: 0 5px;" colspan="2">What to be compared</th>
<th style="background: #aff0f4; color: #000; width: 35%;">Get satisfaction</th>
<th style="background: #53cc36; color: #000; width: 35%;">Social Voice</th>
</tr>
<tr>
<td style="width: 30px; text-align: center; padding: 0 5px; border-bottom: 1px solid #E1E1E1;" rowspan="8"><strong>Features for users</strong></td>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">Forum</td>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">• There are highlight sections</p>
<p>&nbsp;</p>
<p>• FAQ integrated</td>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">• Feedbacks are well-classified in “View all topics” section</p>
<p>• No FAQ section</td>
</tr>
<tr>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">Interface</td>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">User-friendly</td>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px; ">User-friendly</td>
</tr>
<tr>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">API</td>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">V</td>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">X</td>
</tr>
<tr>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">File attachment</td>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">V</td>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">V</td>
</tr>
<tr>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">Posting without login</td>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">V</td>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">V</td>
</tr>
<tr>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">User following</td>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">V</td>
<td style="border-bottom: 1px solid #E1E1E1;  border-left: 1px solid #E1E1E1;padding: 0 5px;">V</td>
</tr>
<tr>
<td style="color: red;  padding: 0 5px;border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">Feedback on Product Page</td>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">V</p>
<p><span style="color: #3e3e3e; font-family: Arial, Helvetica, sans-serif;  padding: 0 5px; font-size: 13px; text-align: justify;">Available under the form of Widget</span></td>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px; ">V</p>
<p>Potential customers can directly ask product-related question on product page</td>
</tr>
<tr>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">Multiple languages support</td>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">V</td>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">V</td>
</tr>
<tr>
<td style="width: 30px;  padding: 0 5px; text-align: center;border-bottom: 1px solid #E1E1E1;padding: 0 5px;" rowspan="7"><strong>Features for admin</strong></td>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">Customizable theme</td>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">Available, must pay extra money to acquire this function</td>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">Available to all editions</td>
</tr>
<tr>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">Moderators</td>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">V</td>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">V</td>
</tr>
<tr>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">Social network integration</td>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">V</td>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px; ">V</td>
</tr>
<tr>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">Magento compatibility</td>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">A totally separate system, not a built-in extension, all configurations are made on GetSatisfaction website</td>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">Excellent, specially designed for Magento sites. Admin can configure directly in admin section, no dependence on 3<sup>rd</sup> website</td>
</tr>
<tr>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">Ban users</td>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">V</td>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">X</p>
<p>Admins &amp; Mods can only delete posts, no option for banning users</td>
</tr>
<tr>
<td style="color: red;border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">Open Source</td>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">X</td>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">V</td>
</tr>
<tr>
<td style="color: red;border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">White label customization</td>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">V</p>
<p>Only available for enterprise edition</td>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">V</p>
<p>Available to all editions</td>
</tr>
<tr>
<td style="text-align: center;border-bottom: 1px solid #E1E1E1;padding: 0 5px;" colspan="2"><strong>Price</strong></td>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">Monthly price</p>
<p>Start package: $19 month</p>
<p>Grow package: $49/month</p>
<p>Connect package: $99/month</p>
<p>Enterprise package &#8211; Order for price</td>
<td style="color: red;border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">Life time price</p>
<p>Trial edition: Free &#8211; Including most of important functions</p>
<p>Platinum edition: $199</p>
<p>Custom edition: $0 &#8211; $399</td>
</tr>
<tr>
<td style="text-align: center;border-bottom: 1px solid #E1E1E1;padding: 0 5px;" colspan="2"><strong>Advantage</strong></td>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">• Easily to use, compatible with all types of websites</p>
<p>• Powerful search system</td>
<td style="border-bottom: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1;padding: 0 5px;">• Good price compared to its functions</p>
<p>• Built-in extension for Magento site, admins can manage directly on their site</p>
<p>• Open Source</p>
<p>• Feedback on product page</td>
</tr>
<tr>
<td style="text-align: center;padding: 0 5px;" colspan="2"><strong>Disadvantage</strong></td>
<td style=" border-left: 1px solid #E1E1E1;padding: 0 5px;">• High price</p>
<p>• Feedback on Product page only as widget</td>
<td style=" border-left: 1px solid #E1E1E1;padding: 0 5px;">Only works with Magento platform</td>
</tr>
</tbody>
</table>
<p>To recap, if you are looking for a popular customer care system, Get satisfaction might be what you are looking for. In case you are looking for a Magento-specialized customer care system with a reasonable price, then Social Voice can be up your alley.</p>
<p>Just enjoy the best customer services with Social Voice:</p>
<ul class="ul-listing-style" style="color: #464646; font-family: Arial;">
<li><span style="color: #464646; font-family: Arial; font-size: 13px;">Free Lifetime Support</span></li>
<li><span style="color: #464646; font-family: Arial; font-size: 13px;">Free Updates and Bug Fixes</span></li>
<li><span style="color: #464646; font-family: Arial; font-size: 13px;">30 days money back guarantee, no questions asked</span></li>
<li><span style="color: #464646; font-family: Arial; font-size: 13px;">15 days free trial</span></li>
</ul>
<p>Also, please keep in mind that Social Voice offers a FREE VERSION including most of important features, allowing you to spend a few minutes on doing a comparison by yourself.</p>
<p>For the whole list of Social Voice features, please visit <a href="http://www.magestore.com/socialvoices/features.html">here</a>.<br />
Thanks for your following <img src='http://www.magestore.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
</div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.magestore.com/blog/2012/05/04/get-satisfaction-social-voice-comparison/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Topic 6 – Part 4: Access Control Lists (ACL) permissions</title>
		<link>http://www.magestore.com/blog/2012/05/02/magento-certificate-access-control-lists-acl-permissions/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=magento-certificate-access-control-lists-acl-permissions</link>
		<comments>http://www.magestore.com/blog/2012/05/02/magento-certificate-access-control-lists-acl-permissions/#comments</comments>
		<pubDate>Wed, 02 May 2012 10:30:18 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Adminhtml]]></category>
		<category><![CDATA[Access Control Lists (ACL)]]></category>
		<category><![CDATA[authorize backend menu]]></category>
		<category><![CDATA[Create a menu]]></category>

		<guid isPermaLink="false">http://www.magestore.com/blog/?p=3041</guid>
		<description><![CDATA[<div class="post-content">
<p>With the purpose of effectively managing the site, Magento uses an Access Control Lists (ACL) to authorize and control user access within the system. The tutorial presented today will demonstrate the ACL in details and guide you how to setup and authorize a backend menu. Please keep reading and discover!</p>
</div> ]]></description>
			<content:encoded><![CDATA[
<div class="post-content">
<div style="font-family: Arial; color: #464646; font-size: 13px; text-align: justify;">
<p>As you may concern, Magento uses an Access Control Lists (ACL) to authorize and control user access within the system with the purpose of effectively managing the site. The tutorial presented today will demonstrate the ACL in details and guide you how to setup and authorize a backend menu.</p>
<p><strong>1. Define the ACL</strong></p>
<p>According to <a href="http://www.techterms.com/">www.techterms.com</a>: <em>ACL stands for “Access Control List”. An ACL is a list of user permissions for a file, folder, or other object. It defines what users and groups can access the object and what operations they can perform. These operations typically include read, write, and execute. For example, if an ACL specifies read-only access for a specific user of a file, that user will be able open the file, but cannot write to it or run the file</em>.</p>
<p>In Magento, ACL is a list of user permissions for a resource path (link to menu entry or action), allowing users to access a resource or not. In ACL, there are some basic terms and elements as the followings:</p>
<ul class="ul-listing-style" style="color: #464646; font-family: Arial;">
<li><strong><em>User</em></strong>: the entity that has an authority to use the system. The user that we mention in Magento is the backend user.</li>
<li><strong><em>Role</em></strong>: the role of the user when logging in to the system. In Magento, a user has only a role.</li>
<li><strong><em>Rule</em></strong>: the rule set of user and role. It defines user’s permission or role’s permission to access the resource.</li>
<li><strong><em>Assert</em></strong>: the condition to active an item in ACL. It is used for a special control when checking permission by ACL.</li>
</ul>
<p><strong>2. Magento stores ACL in the database</strong></p>
<p>Magento stores the role in the table admin_role:</p>
<p><a href="http://www.magestore.com/blog/wp-content/uploads/2012/05/table-admin_role.png"><img class="aligncenter size-full wp-image-3042" title="admin_role table" src="http://www.magestore.com/blog/wp-content/uploads/2012/05/table-admin_role.png" alt="" width="509" height="81" /></a></p>
<ul class="ul-listing-style" style="color: #464646; font-family: Arial;">
<li> parent_id: the parent role of the current role</li>
<li> role_type: the user role or the group role</li>
</ul>
<p>The important table of ACL is the admin_rule table which stores the list of permissions of a user or a role with the resource:</p>
<p><a href="http://www.magestore.com/blog/wp-content/uploads/2012/05/admin_rule-table.png"><img class="aligncenter size-full wp-image-3043" title="admin_rule table" src="http://www.magestore.com/blog/wp-content/uploads/2012/05/admin_rule-table.png" alt="" width="510" height="261" /></a></p>
<ul class="ul-listing-style" style="color: #464646; font-family: Arial;">
<li>role_id: the id of the role to apply in the ACL</li>
<li>resource_id: the resource to access the system</li>
<li>permission: permission for a role to access the resource</li>
</ul>
<p><strong>3. Create a menu and setup permission for it </strong></p>
<p>In Magento, you can easily add the backend menu item and ACL resource for that menu to your extension by adding the following code into the adminhtml.xml file:</p>
<pre style="background: #EFEFEF; boder: 1px solid #EFEFEF;"><code style="color: #2a63a5;">&lt;?xml version="1.0"?&gt;
&lt;config&gt;
    &lt;menu&gt;
        &lt;socialrecommend module="socialrecommend" translate="title"&gt;
            &lt;title&gt;Recommend&lt;/title&gt;
            &lt;sort_order&gt;71&lt;/sort_order&gt;
            &lt;children&gt;
                &lt;settings module="socialrecommend" translate="title"&gt;
                    &lt;title&gt;Settings&lt;/title&gt;
                    &lt;sort_order&gt;1000&lt;/sort_order&gt;
                    &lt;action&gt;adminhtml/system_config/edit/section/socialrecommend&lt;/action&gt;
                &lt;/settings&gt;
            &lt;/children&gt;
        &lt;/socialrecommend&gt;
    &lt;/menu&gt;
    &lt;acl&gt;
        &lt;resources&gt;
            &lt;admin&gt;
                &lt;children&gt;
                    &lt;system&gt;
                        &lt;children&gt;
                            &lt;config&gt;
                                &lt;children&gt;
                                    &lt;socialrecommend module="socialrecommend" translate="title"&gt;
                                        &lt;title&gt;Social Recommend&lt;/title&gt;
                                        &lt;sort_order&gt;71&lt;/sort_order&gt;
                                    &lt;/socialrecommend&gt;
                                &lt;/children&gt;
                            &lt;/config&gt;
                        &lt;/children&gt;
                    &lt;/system&gt;
                    &lt;socialrecommend module="socialrecommend" translate="title"&gt;
                        &lt;title&gt;Recommend&lt;/title&gt;
                        &lt;sort_order&gt;71&lt;/sort_order&gt;
                        &lt;children&gt;
                            &lt;settings module="socialrecommend" translate="title"&gt;
                                &lt;title&gt;Settings&lt;/title&gt;
                                &lt;sort_order&gt;1000&lt;/sort_order&gt;
                            &lt;/settings&gt;
                        &lt;/children&gt;
                    &lt;/socialrecommend&gt;
                &lt;/children&gt;
            &lt;/admin&gt;
        &lt;/resources&gt;
    &lt;/acl&gt;
&lt;/config&gt;</code></pre>
<p>• &lt;menu&gt; tag: defines menu  entry in the backend</p>
<ul class="ul-listing-style" style="color: #464646; font-family: Arial;">
<li>&lt;title&gt;: the menu title</li>
<li>&lt;sort_order&gt;: the order to show menu</li>
<li>&lt;action&gt;: the link of the menu</li>
</ul>
<p>• &lt;acl&gt; tag: defines the ACL entry to access to backend menu above</p>
<ul class="ul-listing-style" style="color: #464646; font-family: Arial;">
<li>&lt;title&gt;: the title to show in ACL’s resource list</li>
<li>&lt;sort_order&gt;: the order to show in ACL’s resource list</li>
</ul>
<p>Now, when adding a role to your system, you can see the ACL item in the list and select the checkbox corresponding with the resource that allows the role to access:</p>
<p><a href="http://www.magestore.com/blog/wp-content/uploads/2012/05/Role-Resources.png"><img class="aligncenter size-full wp-image-3044" title="Role Resources" src="http://www.magestore.com/blog/wp-content/uploads/2012/05/Role-Resources.png" alt="" width="509" height="221" /></a></p>
<p>When the user logs in to the backend, the backend menu will be shown depending on the user’s permission. If the user runs an action request, the system will check the user’s permission before running an action by function <em>_isAllow()</em> of <strong><em>Action</em></strong> class. For example:</p>
<pre style="background: #EFEFEF; boder: 1px solid #EFEFEF;"><code style="color: #2a63a5;">/**
 * Check is allow modify system configuration
 *
 * @return bool
 */
protected function _isAllowed()
{
    return Mage::getSingleton('admin/session')-&gt;isAllowed('system/config');
}</code></pre>
<p>Hope that all information above will be helpful to you. Have fun and nice code <img src='http://www.magestore.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
</div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.magestore.com/blog/2012/05/02/magento-certificate-access-control-lists-acl-permissions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>News and Updates May.1</title>
		<link>http://www.magestore.com/blog/2012/05/02/news-and-updates-may-1/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=news-and-updates-may-1</link>
		<comments>http://www.magestore.com/blog/2012/05/02/news-and-updates-may-1/#comments</comments>
		<pubDate>Wed, 02 May 2012 10:25:55 +0000</pubDate>
		<dc:creator>Michelle</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Affiliate Plus extension]]></category>
		<category><![CDATA[Affiliate Plus extension v1.2]]></category>

		<guid isPermaLink="false">http://www.magestore.com/blog/?p=3062</guid>
		<description><![CDATA[<div class="post-content">
<p>Affiliate Plus extension v1.2 has now been released with significant enhancements. That's a big good news, right? Just read on now for more details!</p>
</div>]]></description>
			<content:encoded><![CDATA[
<div class="post-content">
<div style="font-family: Arial; color: #464646; font-size: 13px;">
<p style="text-align: justify;"><a style="float: right;" href="http://www.magestore.com/magento-affiliate-plus-extension.html"><img class="alignright size-thumbnail wp-image-3067" style="text-align: right;" title="Magento Affiliate Plus extension v1.2" src="http://www.magestore.com/blog/wp-content/uploads/2012/05/magento-affiliate-plus-extension-150x150.png" alt="" width="150" height="150" /></a>We are so happy to tell you that our Affiliate Plus extension has been updated to v1.2, incorporating considarable enhancements. You can visit the <a href="http://www.magestore.com/magento-affiliate-plus-extension.html">Product Page</a> then click on the Released Notes to find more details of the update.</p>
<p style="text-align: justify;"><span style="color: #464646; font-family: Arial; font-size: 13px;">For purchased customers, please go to your account then click on</span><strong style="font-family: Arial; font-size: 13px;"> My downloadable Products</strong><span style="color: #464646; font-family: Arial; font-size: 13px;"> to get the update for free.</span></p>
<p style="text-align: justify;"><span style="color: #464646; font-family: Arial; font-size: 13px;">Just feel free to leave comments here if you have any questions or suggestions. All of your great ideas are welcome!</span></p>
</div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.magestore.com/blog/2012/05/02/news-and-updates-may-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interview with www.avizeci.com</title>
		<link>http://www.magestore.com/blog/2012/04/27/interview-with-www-avizeci/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=interview-with-www-avizeci</link>
		<comments>http://www.magestore.com/blog/2012/04/27/interview-with-www-avizeci/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 10:30:28 +0000</pubDate>
		<dc:creator>Alice</dc:creator>
				<category><![CDATA[Interview]]></category>
		<category><![CDATA[Affiliate Plus]]></category>
		<category><![CDATA[Auction]]></category>
		<category><![CDATA[Magento store owner]]></category>
		<category><![CDATA[Magestore extensons]]></category>
		<category><![CDATA[Product offer]]></category>
		<category><![CDATA[Social Voice]]></category>

		<guid isPermaLink="false">http://www.magestore.com/blog/?p=3007</guid>
		<description><![CDATA[<div class="post-content">
<p>Hi all, Magestore always hope to listen to what merchants say about our products. Have they selected Magestore's extensions to bring customers easygoing time on their stores or not? That is the reason why we invited Aydin Buyuktafli to share something of his business on his avizeci.com to other web-store owners.</p>
</div>]]></description>
			<content:encoded><![CDATA[
<div class="post-content">
<div style="font-family: Arial; color: #464646; font-size: 13px; text-align: justify;">
<p>Hi all, Magestore always hope to listen to what merchants say about our products. Have they selected Magestore&#8217;s extensions to bring customers easygoing time on their stores or not? That is the reason why we invited Aydin Buyuktafli to share something of his business on his avizeci.com to other web-store owners. Avizeci is a home appliance store known for providing luxurious and classical chandeliers.</p>
<p><a style="color: #464646;" href="http://www.avizeci.com/"><img class="aligncenter size-full wp-image-3008" title="www.avizeci.com" src="http://www.magestore.com/blog/wp-content/uploads/2012/04/avizeci.com2_.png" alt="" width="510" height="295" /></a><br />
<em><strong>Q</strong></em>: Why did you choose Magento platform for your business?<br />
<em><strong>A</strong></em>: Through my friends and after trying to use Magento, I found that it was an open source and very nice structured software that makes our customers feel comfy when shopping on my store.<br />
<em><strong>Q</strong></em>: What made Magestore your selection over other Magento solutions providers?<br />
<em><strong>A</strong></em>: I have spent quite much time on researching all of the extension providers and I saw a lot of positive comments on your Company. And your products best suit our business with outstanding extensions like Auction, Offer product, etc.<br />
<em><strong>Q</strong></em>: What extensions of Magestore have you used so far?<br />
<em><strong>A</strong></em>:  <a href="http://www.magestore.com/magento-affiliate-plus-extension.html">Affiliate Plus</a>, <a href="http://www.magestore.com/magento-product-offer-extension.html">Product Offer</a>, <a href="http://www.magestore.com/magento-auction-extension.html">Auction</a> and I will buy <a href="http://www.magestore.com/magento-social-voice-extension.html">Social Voice</a> extension for my next project.<br />
<em><strong>Q</strong></em>: Which Magestore extensions installed do you have special impressions?<br />
<em><strong>A</strong></em>: I have special impression on Auction that fully fits online auction of our customers&#8217; needs. With smart functions, this module makes them more satisfied.<br />
<em><strong>Q</strong></em>: How have Magestore products impacted on your business in terms of sales, conversion rate, and customer care?<br />
<em><strong>A</strong></em>: Well, you know that the impact of some of these extensions is valuable. Affiliate plus for our affiliate<br />
network is big number one. We can strongly assert that thanks for this extension, we have had the professional affiliate program and got an amazing increase of customers, sales and traffic.<br />
The Auction extension brings more benefits than my expectation. We are able to create flexible and great auctions that allow our customers join and manage at their convenience. This module helps us generate a quite big amount of profit.<br />
We also hope for the same result when using Social voice extension.<br />
<a href="http://www.magestore.com/magento-auction-extension.html"><img class="alignleft size-thumbnail wp-image-3009" title="Auction" src="http://www.magestore.com/blog/wp-content/uploads/2012/04/Auction-150x150.jpg" alt="" width="150" height="150" /></a><a href="http://www.magestore.com/blog/wp-content/uploads/2012/04/magento-affiliate-plus-extension_2.png"><img class="alignleft size-thumbnail wp-image-3011" title="Affiliate Plus" src="http://www.magestore.com/blog/wp-content/uploads/2012/04/magento-affiliate-plus-extension_2-150x150.png" alt="Product Offer" width="150" height="150" /></a><a href="http://www.magestore.com/blog/wp-content/uploads/2012/04/Product-offer.jpg"><img class="alignleft size-thumbnail wp-image-3010" title="Product offer" src="http://www.magestore.com/blog/wp-content/uploads/2012/04/Product-offer-150x150.jpg" alt="" width="150" height="150" /></a><br />
<em><strong>Q</strong></em>: Could you please share your experience in using Magestore extensions?<br />
<em><strong>A</strong></em>: I believe most of Magestore extensions made are good structured software with details. It seems that Magestore will make the sale and cooperation easier and user friendly ecommerce website.<br />
<em><strong>Q</strong></em>: Did you have trouble when using Magestore extensions? Are you satisfied with our support?<br />
<em><strong>A</strong></em>: I have had some troubles when using Magestore extensions. However, the most rapid solution for me is your Support team&#8217;s assistance. No words more than AWESOME. The responses are very respectful and always in the shortest time. Thank guys!<br />
<em><strong>Q</strong></em>: Any recommendations for people evaluating Magestore?<br />
<em><strong>A</strong></em>: Magestore has granted a relief and refreshing feeling of Magento platform. I will keep developing my business of Magento store and certainly, with Magestore support! Believe that Magestore brings the best solution to your business!<br />
Good luck! Magestore.<br />
Thanks for your detailed answers, Aydin! We wish you good luck and prosperity in your business.</p>
</div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.magestore.com/blog/2012/04/27/interview-with-www-avizeci/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Topic 6 – Part 3: System configuration XML</title>
		<link>http://www.magestore.com/blog/2012/04/25/magento-certificate-system-configuration-xml/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=magento-certificate-system-configuration-xml</link>
		<comments>http://www.magestore.com/blog/2012/04/25/magento-certificate-system-configuration-xml/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 10:00:36 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Adminhtml]]></category>
		<category><![CDATA[Fetch a variable]]></category>
		<category><![CDATA[Magento Tutorials]]></category>
		<category><![CDATA[System configuration]]></category>
		<category><![CDATA[system configuration XML]]></category>

		<guid isPermaLink="false">http://www.magestore.com/blog/?p=2982</guid>
		<description><![CDATA[<div class="post-content">
<p>The information contained in this tutorial is designed to help you obtain further knowledge of System Configuration XML in Magento Adminhtml with a minimum of time and effort. For more comprehensive and detailed understanding, just read on now!</p>
</div> ]]></description>
			<content:encoded><![CDATA[
<div class="post-content">
<div style="font-family: Arial; color: #464646; font-size: 13px; text-align: justify;">
<p>The information contained in this tutorial is designed to help you obtain further knowledge of System Configuration XML in Magento Adminhtml with a minimum of time and effort. First, I will present the basic terms and elements of system configuration XML and then different methods to fetch a variable from the system configuration.</p>
<p><strong>1. Basic terms and elements of system configuration XML</strong></p>
<p>Magento provides the system configuration for you to configure your system and your modules as well. You are able to add your custom module configuration via <strong><em>system.xml</em></strong> file in the folder <strong><em>etc</em></strong> of your module folder, such as the file <strong><em>app/code/local/Magestore/Ajaxcart/etc/system.xml</em></strong></p>
<pre style="background: #EFEFEF; boder: 1px solid #EFEFEF;"><code style="color: #2a63a5;">&lt;?xml version="1.0"?&gt;
&lt;config&gt;
    &lt;tabs&gt;
        &lt;magestore translate="label"&gt;
            &lt;label&gt;Magestore Extension&lt;/label&gt;
            &lt;sort_order&gt;400&lt;/sort_order&gt;
        &lt;/magestore&gt;
    &lt;/tabs&gt;
    &lt;sections&gt;
        &lt;ajaxcart translate="label" module="ajaxcart"&gt;
            &lt;class&gt;separator-top&lt;/class&gt;
            &lt;label&gt;Ajax Cart&lt;/label&gt;
            &lt;tab&gt;magestore&lt;/tab&gt;
            &lt;frontend_type&gt;text&lt;/frontend_type&gt;
            &lt;sort_order&gt;299&lt;/sort_order&gt;
            &lt;show_in_default&gt;1&lt;/show_in_default&gt;
            &lt;show_in_website&gt;1&lt;/show_in_website&gt;
            &lt;show_in_store&gt;1&lt;/show_in_store&gt;
            &lt;groups&gt;
                &lt;general translate="label"&gt;
                    &lt;label&gt;General Configuration&lt;/label&gt;
                    &lt;frontend_type&gt;text&lt;/frontend_type&gt;
                    &lt;sort_order&gt;1&lt;/sort_order&gt;
                    &lt;show_in_default&gt;1&lt;/show_in_default&gt;
                    &lt;show_in_website&gt;1&lt;/show_in_website&gt;
                    &lt;show_in_store&gt;1&lt;/show_in_store&gt;
                    &lt;fields&gt;
                        &lt;enable translate="label"&gt;
                            &lt;label&gt;Enable Ajax Cart&lt;/label&gt;
                            &lt;frontend_type&gt;select&lt;/frontend_type&gt;
                            &lt;sort_order&gt;1&lt;/sort_order&gt;
                            &lt;source_model&gt;adminhtml/system_config_source_yesno&lt;/source_model&gt;
                            &lt;show_in_default&gt;1&lt;/show_in_default&gt;
                            &lt;show_in_website&gt;1&lt;/show_in_website&gt;
                            &lt;show_in_store&gt;1&lt;/show_in_store&gt;
                            &lt;comment&gt;Enable using Ajaxcart&lt;/comment&gt;
                        &lt;/enable&gt;
                    &lt;/fields&gt;
                &lt;/general&gt;
            &lt;/groups&gt;
        &lt;/ajaxcart&gt;
    &lt;/sections&gt;
&lt;/config&gt;
</code></pre>
<p>In this file, you can view some basic tags:<br />
• <em><strong>tabs</strong></em>: tabs of the configuration showed on the left column of the configuration form.</p>
<ul class="ul-listing-style" style="color: #464646; font-family: Arial;">
<li><span style="color: #464646; font-family: Arial; font-size: 13px;"><em><strong>magestore</strong></em>: tab’s identity</span></li>
<li><span style="color: #464646; font-family: Arial; font-size: 13px;"><em><strong>label</strong></em>: tab’s label</span></li>
<li><span style="color: #464646; font-family: Arial; font-size: 13px;"><em><strong>sort_order</strong></em>: order to show tabs</span></li>
</ul>
<p>• <em><strong>sessions</strong></em>: sessions of your configuration, each session corresponds with a configuration form</p>
<ul class="ul-listing-style" style="color: #464646; font-family: Arial;">
<li><span style="color: #464646; font-family: Arial; font-size: 13px;"><strong><em>ajaxcart</em></strong>: session’s identity</span></li>
<li><span style="color: #464646; font-family: Arial; font-size: 13px;"><em><strong>tab</strong></em>: its value is tab’s identity linking to session</span></li>
<li><span style="color: #464646; font-family: Arial; font-size: 13px;"><em><strong>show_in_default, show_in_website, show_in_store</strong></em>: the scope of this configuration</span></li>
</ul>
<p>•	<em><strong>groups</strong></em>: define groups of your configuration form. Each group corresponds with a form fieldset<br />
•<strong><em> fields</em></strong>: define fields of your configuration form</p>
<ul class="ul-listing-style" style="color: #464646; font-family: Arial;">
<li><span style="color: #464646; font-family: Arial; font-size: 13px;"><strong><em>frontend_type</em></strong>: the type of fields (similar to form field in previous chapter)</span></li>
<li><span style="color: #464646; font-family: Arial; font-size: 13px;"><strong><em>source_model</em></strong>: the source providing data for the field (only some types need sample data like select, multiselect…)</span></li>
<li><span style="color: #464646; font-family: Arial; font-size: 13px;"><em><strong>comment</strong></em>: the comment to explain the field</span></li>
</ul>
<p>Besides, you can use some tags such as <strong><em>frontend_model,backend_model,upload_dir,base_url</em></strong>…, depending on your field.<br />
Default, Magento use Mage_Adminhtml_Block_System_Config_Form Mage_Adminhtml_Block_System_Config_Form_Fieldset and Mage_Adminhtml_Block_System_Config_Form_Field blocks to render to HTML form. However, it’s possible to use your custom block to render via the configuration tag <strong><em>frontend_model</em></strong>. You are able to refer to classes above to write your custom block. If data of the form and database is not compatible, you can use tag <em><strong>backend_model</strong></em> to convert.<br />
Your configuration maybe needs the default value for working. In this case, you can add it to config.xml file. For example: the default value is added to the file <em><strong>app/code/local/Magestore/Ajaxcart/etc/config.xml</strong></em></p>
<pre style="background: #EFEFEF; boder: 1px solid #EFEFEF;"><code style="color: #2a63a5;">&lt;config&gt;
    ...
    &lt;default&gt;
        &lt;ajaxcart&gt;
            &lt;general&gt;
                &lt;enable&gt;1&lt;/enable&gt;
                &lt;timeout&gt;10&lt;/timeout&gt;
                &lt;cart&gt;1&lt;/cart&gt;
            &lt;/general&gt;
        &lt;/ajaxcart&gt;
    &lt;/default&gt;
&lt;/config&gt;
</code></pre>
<p>That configuration values will be overridden if you save your custom value by the admin form and Magento will store that values to the table <strong><em>core_config_data</em></strong> in database.</p>
<p><a href="http://www.magestore.com/blog/wp-content/uploads/2012/04/System-configuration-XML.png"><img class="aligncenter size-full wp-image-2987" title="System configuration XML" src="http://www.magestore.com/blog/wp-content/uploads/2012/04/System-configuration-XML.png" alt="" width="495" height="217" /></a></p>
<p><strong><em>• scope</em></strong>: the scope of the configuration (default,website,store)</p>
<p><strong><em>• path</em></strong>: the path of the configuration, it equals <em>&lt;session_id&gt;</em>/<em>&lt;group_id&gt;</em>/<em>&lt;field_id&gt;</em></p>
<p><strong><em>• value</em></strong>: the value of the configuration</p>
<p><strong>2. Fetch a variable from System configuration</strong></p>
<p>It’s necessary to get the configuration value of fields above. To do that, you can choose one of the following methods provided by Magento.</p>
<p><strong><em>Method 1:  Mage::getStoreConfig($path,$store)</em></strong></p>
<p>• $path: is the path to your configuration which is similar to the path stored in database, it equals <em>&lt;session_id&gt;</em>/<em>&lt;group_id&gt;</em>/<em>&lt;field_id&gt;</em></p>
<p>• $store: a store to get configuration. It can be a store object, store id or store code.</p>
<p>For instance:</p>
<pre style="background: #EFEFEF; boder: 1px solid #EFEFEF;"><code style="color: #2a63a5;">$enable = Mage::getStoreConfig('socialrecommend/general/enable','default');</code></pre>
<p><em><strong>Method 2: getConfig</strong></em><br />
You can use the method <em><strong>getConfig</strong></em> of a store/website object with the <strong><em>$path</em></strong> parameter (as same as above). For example:</p>
<pre style="background: #EFEFEF; boder: 1px solid #EFEFEF;"><code style="color: #2a63a5;">$enable = Mage::app()-&gt;getStore()-&gt; getConfig('socialrecommend/general/enable');</code></pre>
<p><strong><em>Method 3: getNode</em></strong><br />
It’s also possible to use the method getNode of the configuration model. This function has three parameters:<br />
• $path: a path to the configuration. If $scope is store or website, this path will be similar to two methods above. On the other hand, $path will be the path from  tag to your tag that you want to get configuration.<br />
• $scope: not required. It can be store or website<br />
• $scopeCode: not required. It can be store/website code.<br />
For example:</p>
<pre style="background: #EFEFEF; boder: 1px solid #EFEFEF;"><code style="color: #2a63a5;">$enable = Mage::getConfig()-&gt; getNode('socialrecommend/general/enable','store','default');</code></pre>
<p>Or getting the configuration by the path from  tag:</p>
<pre style="background: #EFEFEF; boder: 1px solid #EFEFEF;"><code style="color: #2a63a5;">$enable = Mage::getConfig()-&gt; getNode('stores/default/socialrecommend/general/enable');</code></pre>
<p>Enjoy coding!</p>
</div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.magestore.com/blog/2012/04/25/magento-certificate-system-configuration-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

