<?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>ecommerceinstall.com &#187; PrestaShop</title>
	<atom:link href="http://www.ecommerceinstall.com/tag/prestashop/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ecommerceinstall.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 14 Apr 2010 08:33:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PrestaShop Currencies Options</title>
		<link>http://www.ecommerceinstall.com/prestashop-currencies-options.html</link>
		<comments>http://www.ecommerceinstall.com/prestashop-currencies-options.html#comments</comments>
		<pubDate>Fri, 11 Dec 2009 12:20:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[PrestaShop]]></category>
		<category><![CDATA[currencies]]></category>
		<category><![CDATA[options]]></category>

		<guid isPermaLink="false">http://www.ecommerceinstall.com/?p=97</guid>
		<description><![CDATA[With PrestaShop, you can add an unlimited number of currencies to be used on your Front Office.
Adding a new currency

Go to Back Office &#62;&#62; Payment &#62;&#62; Currencies
Click Add New.
Fill in the fields and select a currency formatting from the drop-down list.
Note: In the Conversion rate field, type only numerical values, e.g., 1.38. Do not include [...]]]></description>
			<content:encoded><![CDATA[<p>With PrestaShop, you can add an unlimited number of currencies to be used on your Front Office.</p>
<h1 id="Adding_a_new_currency">Adding a new currency</h1>
<ol>
<li>Go to Back Office &gt;&gt; Payment &gt;&gt; Currencies</li>
<li>Click <strong>Add New</strong>.</li>
<li>Fill in the fields and select a currency formatting from the drop-down list.<br />
<em>Note</em>: In the Conversion rate field, type <ins>only</ins> numerical values, e.g., <code>1.38</code>. Do not include any currency symbols.</li>
<li>Click <strong>Save</strong>.</li>
</ol>
<h1 id="Changing_the_default_currency">Changing the default currency</h1>
<p>The default currency is the currency PrestaShop will display by default when a customer visits your online store.</p>
<p>To change the default currency:</p>
<ol>
<li>Go to Back Office &gt;&gt; Payment &gt;&gt; Currencies</li>
<li>In the Currencies options section, select a new default currency from the drop-down list.</li>
</ol>
<h1 id="Changing_how_a_currency_is_displayed">Changing how a currency is displayed</h1>
<ol>
<li>Go to Back Office &gt;&gt; Payment &gt;&gt; Currencies</li>
<li>In the list of currencies, click on the currency of which you want to change the format.</li>
<li>On the currency’s detail page, select a new formatting from the drop-down list.</li>
<li>Click <strong>Save</strong>.</li>
</ol>
<p>If you require a different formatting than the choices offered, you can manually change the formatting:</p>
<ol>
<li>In <code>../classes/Tools.php</code>, search for: <code>function displayPrice</code></li>
<li>Change:</li>
</ol>
<blockquote><p>/* Currencies like ¤ -&gt; 1200 ¤ */<br />
case 2:<br />
default:<br />
$ret = number_format($price, 2, ‘,’, ‘ ‘).’ ‘.$c_sign;</p></blockquote>
<h1 id="Updating_currency_rates_in_real_time">Updating currency rates in real time</h1>
<ol>
<li>Go to Back Office &gt;&gt; Payment &gt;&gt; Currencies</li>
<li>In the Currencies options section, click <strong>Update currencies rates</strong>.</li>
</ol>
<h3>Related Posts:</h3>
<ul class="related_post">
<li><a href="http://www.ecommerceinstall.com/prestashop-price-options.html" title="PrestaShop price options">PrestaShop price options</a></li>
<li><a href="http://www.ecommerceinstall.com/prestashop-product-descriptions-tags-and-accessories-cross-selling.html" title="PrestaShop Product descriptions, tags, and accessories (cross-selling)">PrestaShop Product descriptions, tags, and accessories (cross-selling)</a></li>
<li><a href="http://www.ecommerceinstall.com/prestashop-product-search-engine-optimization-seo.html" title="PrestaShop Product Search-Engine Optimization (SEO)">PrestaShop Product Search-Engine Optimization (SEO)</a></li>
<li><a href="http://www.ecommerceinstall.com/prestashop-assign-a-product-to-a-category.html" title="PrestaShop Assign a product to a category">PrestaShop Assign a product to a category</a></li>
<li><a href="http://www.ecommerceinstall.com/prestashop-quantity-and-back-ordering.html" title="PrestaShop Quantity and Back-Ordering">PrestaShop Quantity and Back-Ordering</a></li>
<li><a href="http://www.ecommerceinstall.com/prestashop-add-a-new-product.html" title="PrestaShop add a new product">PrestaShop add a new product</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.ecommerceinstall.com/prestashop-currencies-options.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PrestaShop Product descriptions, tags, and accessories (cross-selling)</title>
		<link>http://www.ecommerceinstall.com/prestashop-product-descriptions-tags-and-accessories-cross-selling.html</link>
		<comments>http://www.ecommerceinstall.com/prestashop-product-descriptions-tags-and-accessories-cross-selling.html#comments</comments>
		<pubDate>Fri, 11 Dec 2009 12:18:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[Plans & Pricing]]></category>
		<category><![CDATA[accessories]]></category>
		<category><![CDATA[and]]></category>
		<category><![CDATA[crossselling]]></category>
		<category><![CDATA[descriptions]]></category>
		<category><![CDATA[PrestaShop]]></category>
		<category><![CDATA[product]]></category>
		<category><![CDATA[tags]]></category>

		<guid isPermaLink="false">http://www.ecommerceinstall.com/?p=95</guid>
		<description><![CDATA[

The exact text in the Short Description will appear in search-engine results.
The language flag icon next to a text field indicates that the entered text will only appear when that language is selected by a customer on the Front Office. To enter text for another language, click the flag icon and select the appropriate language [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.prestashop.com/wiki/46f98e20df811108674ac8b1f3a84dd5/" alt="46f98e20df811108674ac8b1f3a84dd5" /></p>
<ul>
<li>The exact text in the Short Description will appear in search-engine results.</li>
<li>The language flag icon next to a text field indicates that the entered text will only appear when that language is selected by a customer on the Front Office. To enter text for another language, click the flag icon and select the appropriate language flag.</li>
<li>Tags are tags unique to your Website. To enter meta-tags, see <a title="SEO" href="http://www.prestashop.com/wiki/Products/#Product_Search-Engine_Optimization_span_classcapsSEOspan">Product Search-Engine Optimization</a></li>
</ul>
<h3>Related Posts:</h3>
<ul class="related_post">
<li><a href="http://www.ecommerceinstall.com/prestashop-product-search-engine-optimization-seo.html" title="PrestaShop Product Search-Engine Optimization (SEO)">PrestaShop Product Search-Engine Optimization (SEO)</a></li>
<li><a href="http://www.ecommerceinstall.com/prestashop-assign-a-product-to-a-category.html" title="PrestaShop Assign a product to a category">PrestaShop Assign a product to a category</a></li>
<li><a href="http://www.ecommerceinstall.com/prestashop-quantity-and-back-ordering.html" title="PrestaShop Quantity and Back-Ordering">PrestaShop Quantity and Back-Ordering</a></li>
<li><a href="http://www.ecommerceinstall.com/prestashop-add-a-new-product.html" title="PrestaShop add a new product">PrestaShop add a new product</a></li>
<li><a href="http://www.ecommerceinstall.com/prestashop-currencies-options.html" title="PrestaShop Currencies Options">PrestaShop Currencies Options</a></li>
<li><a href="http://www.ecommerceinstall.com/prestashop-price-options.html" title="PrestaShop price options">PrestaShop price options</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.ecommerceinstall.com/prestashop-product-descriptions-tags-and-accessories-cross-selling.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PrestaShop Product Search-Engine Optimization (SEO)</title>
		<link>http://www.ecommerceinstall.com/prestashop-product-search-engine-optimization-seo.html</link>
		<comments>http://www.ecommerceinstall.com/prestashop-product-search-engine-optimization-seo.html#comments</comments>
		<pubDate>Fri, 11 Dec 2009 12:17:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[PrestaShop]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[product]]></category>
		<category><![CDATA[searchengine]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.ecommerceinstall.com/?p=93</guid>
		<description><![CDATA[

To display Friendly URLs on your Front Office, they must first be activated in Back Office &#62;&#62; Preferences &#62;&#62; General (default page) &#62;&#62; Friendly URL option.

Related Posts:

PrestaShop Product descriptions, tags, and accessories (cross-selling)
PrestaShop Assign a product to a category
PrestaShop add a new product
PrestaShop Currencies Options
PrestaShop Quantity and Back-Ordering
PrestaShop price options
CS-Cart Features
Why Presta is Seo Friendly?

]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.prestashop.com/wiki/aa110248252152a3ba65020b4b0ab6e5/" alt="aa110248252152a3ba65020b4b0ab6e5" /></p>
<ul>
<li>To display Friendly <span>URL</span>s on your Front Office, they must first be activated in Back Office &gt;&gt; Preferences &gt;&gt; General (default page) &gt;&gt; Friendly <span>URL</span> option.</li>
</ul>
<h3>Related Posts:</h3>
<ul class="related_post">
<li><a href="http://www.ecommerceinstall.com/prestashop-product-descriptions-tags-and-accessories-cross-selling.html" title="PrestaShop Product descriptions, tags, and accessories (cross-selling)">PrestaShop Product descriptions, tags, and accessories (cross-selling)</a></li>
<li><a href="http://www.ecommerceinstall.com/prestashop-assign-a-product-to-a-category.html" title="PrestaShop Assign a product to a category">PrestaShop Assign a product to a category</a></li>
<li><a href="http://www.ecommerceinstall.com/prestashop-add-a-new-product.html" title="PrestaShop add a new product">PrestaShop add a new product</a></li>
<li><a href="http://www.ecommerceinstall.com/prestashop-currencies-options.html" title="PrestaShop Currencies Options">PrestaShop Currencies Options</a></li>
<li><a href="http://www.ecommerceinstall.com/prestashop-quantity-and-back-ordering.html" title="PrestaShop Quantity and Back-Ordering">PrestaShop Quantity and Back-Ordering</a></li>
<li><a href="http://www.ecommerceinstall.com/prestashop-price-options.html" title="PrestaShop price options">PrestaShop price options</a></li>
<li><a href="http://www.ecommerceinstall.com/79.html" title="CS-Cart Features">CS-Cart Features</a></li>
<li><a href="http://www.ecommerceinstall.com/why-presta-is-seo-friendly.html" title="Why Presta is Seo Friendly?">Why Presta is Seo Friendly?</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.ecommerceinstall.com/prestashop-product-search-engine-optimization-seo.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PrestaShop Assign a product to a category</title>
		<link>http://www.ecommerceinstall.com/prestashop-assign-a-product-to-a-category.html</link>
		<comments>http://www.ecommerceinstall.com/prestashop-assign-a-product-to-a-category.html#comments</comments>
		<pubDate>Fri, 11 Dec 2009 12:17:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[PrestaShop]]></category>
		<category><![CDATA[a]]></category>
		<category><![CDATA[assign]]></category>
		<category><![CDATA[category]]></category>
		<category><![CDATA[product]]></category>
		<category><![CDATA[to]]></category>

		<guid isPermaLink="false">http://www.ecommerceinstall.com/?p=91</guid>
		<description><![CDATA[

You can have the product display in as many categories as you like.
In the drop-down list, select the category in which the product by default.
Selecting the “Home” category automatically inserts the product on the Front Office homepage in the Featured Products section.

Related Posts:

PrestaShop add a new product
PrestaShop Product descriptions, tags, and accessories (cross-selling)
PrestaShop Product Search-Engine [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.prestashop.com/wiki/78ca6d5d21cc88630885534e3379cdd4/" alt="78ca6d5d21cc88630885534e3379cdd4" /></p>
<ul>
<li>You can have the product display in as many categories as you like.</li>
<li>In the drop-down list, select the category in which the product by default.</li>
<li>Selecting the “Home” category automatically inserts the product on the Front Office homepage in the <a title="Featured_Products" href="http://www.prestashop.com/wiki/Featured_Products/">Featured Products</a> section.</li>
</ul>
<h3>Related Posts:</h3>
<ul class="related_post">
<li><a href="http://www.ecommerceinstall.com/prestashop-add-a-new-product.html" title="PrestaShop add a new product">PrestaShop add a new product</a></li>
<li><a href="http://www.ecommerceinstall.com/prestashop-product-descriptions-tags-and-accessories-cross-selling.html" title="PrestaShop Product descriptions, tags, and accessories (cross-selling)">PrestaShop Product descriptions, tags, and accessories (cross-selling)</a></li>
<li><a href="http://www.ecommerceinstall.com/prestashop-product-search-engine-optimization-seo.html" title="PrestaShop Product Search-Engine Optimization (SEO)">PrestaShop Product Search-Engine Optimization (SEO)</a></li>
<li><a href="http://www.ecommerceinstall.com/prestashop-currencies-options.html" title="PrestaShop Currencies Options">PrestaShop Currencies Options</a></li>
<li><a href="http://www.ecommerceinstall.com/prestashop-quantity-and-back-ordering.html" title="PrestaShop Quantity and Back-Ordering">PrestaShop Quantity and Back-Ordering</a></li>
<li><a href="http://www.ecommerceinstall.com/prestashop-price-options.html" title="PrestaShop price options">PrestaShop price options</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.ecommerceinstall.com/prestashop-assign-a-product-to-a-category.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PrestaShop Quantity and Back-Ordering</title>
		<link>http://www.ecommerceinstall.com/prestashop-quantity-and-back-ordering.html</link>
		<comments>http://www.ecommerceinstall.com/prestashop-quantity-and-back-ordering.html#comments</comments>
		<pubDate>Fri, 11 Dec 2009 12:16:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[PrestaShop]]></category>
		<category><![CDATA[and]]></category>
		<category><![CDATA[backordering]]></category>
		<category><![CDATA[quantity]]></category>

		<guid isPermaLink="false">http://www.ecommerceinstall.com/?p=89</guid>
		<description><![CDATA[

In the Quantity field, leave the number at 1 if you will be creating models of this product using Attributes. You will be adding quantity of each model at that time.
You can change whether or not to allow back-ordering by going to Back Office &#62;&#62; Preferences &#62;&#62; Products.

Related Posts:

PrestaShop Product descriptions, tags, and accessories (cross-selling)
PrestaShop [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.prestashop.com/wiki/adb37998238258d8f16a300953d27fda/" alt="adb37998238258d8f16a300953d27fda" /></p>
<ul>
<li>In the Quantity field, leave the number at 1 if you will be creating models of this product using Attributes. You will be adding quantity of each model at that time.</li>
<li>You can change whether or not to allow back-ordering by going to Back Office &gt;&gt; Preferences &gt;&gt; Products.</li>
</ul>
<h3>Related Posts:</h3>
<ul class="related_post">
<li><a href="http://www.ecommerceinstall.com/prestashop-product-descriptions-tags-and-accessories-cross-selling.html" title="PrestaShop Product descriptions, tags, and accessories (cross-selling)">PrestaShop Product descriptions, tags, and accessories (cross-selling)</a></li>
<li><a href="http://www.ecommerceinstall.com/prestashop-currencies-options.html" title="PrestaShop Currencies Options">PrestaShop Currencies Options</a></li>
<li><a href="http://www.ecommerceinstall.com/prestashop-product-search-engine-optimization-seo.html" title="PrestaShop Product Search-Engine Optimization (SEO)">PrestaShop Product Search-Engine Optimization (SEO)</a></li>
<li><a href="http://www.ecommerceinstall.com/prestashop-assign-a-product-to-a-category.html" title="PrestaShop Assign a product to a category">PrestaShop Assign a product to a category</a></li>
<li><a href="http://www.ecommerceinstall.com/prestashop-price-options.html" title="PrestaShop price options">PrestaShop price options</a></li>
<li><a href="http://www.ecommerceinstall.com/prestashop-add-a-new-product.html" title="PrestaShop add a new product">PrestaShop add a new product</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.ecommerceinstall.com/prestashop-quantity-and-back-ordering.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PrestaShop price options</title>
		<link>http://www.ecommerceinstall.com/prestashop-price-options.html</link>
		<comments>http://www.ecommerceinstall.com/prestashop-price-options.html#comments</comments>
		<pubDate>Fri, 11 Dec 2009 12:16:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[PrestaShop]]></category>
		<category><![CDATA[options]]></category>
		<category><![CDATA[price]]></category>

		<guid isPermaLink="false">http://www.ecommerceinstall.com/?p=87</guid>
		<description><![CDATA[

If you only know the retail price, but not the pre-tax price, simply fill in the Retail price with tax field and the Pre-tax retail price will be calculated automatically using the tax displayed in the Tax drop-down list.
You can plan a reduced price for a specific period of time, e.g., -15% for a one-week [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.prestashop.com/wiki/5b05610c8feb87130d057c4d2dbcfd85/" alt="5b05610c8feb87130d057c4d2dbcfd85" /></p>
<ul>
<li>If you only know the retail price, but not the pre-tax price, simply fill in the Retail price with tax field and the Pre-tax retail price will be calculated automatically using the tax displayed in the Tax drop-down list.</li>
<li>You can plan a reduced price for a specific period of time, e.g., -15% for a one-week period.</li>
</ul>
<h3>Related Posts:</h3>
<ul class="related_post">
<li><a href="http://www.ecommerceinstall.com/prestashop-currencies-options.html" title="PrestaShop Currencies Options">PrestaShop Currencies Options</a></li>
<li><a href="http://www.ecommerceinstall.com/prestashop-product-descriptions-tags-and-accessories-cross-selling.html" title="PrestaShop Product descriptions, tags, and accessories (cross-selling)">PrestaShop Product descriptions, tags, and accessories (cross-selling)</a></li>
<li><a href="http://www.ecommerceinstall.com/prestashop-product-search-engine-optimization-seo.html" title="PrestaShop Product Search-Engine Optimization (SEO)">PrestaShop Product Search-Engine Optimization (SEO)</a></li>
<li><a href="http://www.ecommerceinstall.com/prestashop-assign-a-product-to-a-category.html" title="PrestaShop Assign a product to a category">PrestaShop Assign a product to a category</a></li>
<li><a href="http://www.ecommerceinstall.com/prestashop-quantity-and-back-ordering.html" title="PrestaShop Quantity and Back-Ordering">PrestaShop Quantity and Back-Ordering</a></li>
<li><a href="http://www.ecommerceinstall.com/prestashop-add-a-new-product.html" title="PrestaShop add a new product">PrestaShop add a new product</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.ecommerceinstall.com/prestashop-price-options.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PrestaShop add a new product</title>
		<link>http://www.ecommerceinstall.com/prestashop-add-a-new-product.html</link>
		<comments>http://www.ecommerceinstall.com/prestashop-add-a-new-product.html#comments</comments>
		<pubDate>Fri, 11 Dec 2009 12:14:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[PrestaShop]]></category>
		<category><![CDATA[a]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[product]]></category>

		<guid isPermaLink="false">http://www.ecommerceinstall.com/?p=83</guid>
		<description><![CDATA[For the purposes of these instructions, as an example let us say that we have already created a category called “iPods” to which we want to create a product called “iPod Nano”. We have previously created a Manufacturer, “Apple”, and a Supplier, “AppleStore”, and configured a value-added tax (VAT) of 19.6%. We also have on [...]]]></description>
			<content:encoded><![CDATA[<p>For the purposes of these instructions, as an example let us say that we have already created a category called “iPods” to which we want to create a product called “iPod Nano”. We have previously created a Manufacturer, “Apple”, and a Supplier, “AppleStore”, and configured a value-added tax (<span>VAT</span>) of 19.6%. We also have on hand the images of the product we want to display on the Front Office’s product page.</p>
<ol>
<li>Go to Back Office &gt;&gt; Catalog.</li>
<li>Click “Add a new product.”</li>
</ol>
<p><img src="http://www.prestashop.com/wiki/d59bc4a7250fc7cd808c6cfb21ca4e87/" alt="d59bc4a7250fc7cd808c6cfb21ca4e87" /></p>
<ul>
<li>On the product page, you must at least fill in the required fields, as marked with a <span style="color: red;">*</span>, starting with the product Name.</li>
</ul>
<p><img src="http://www.prestashop.com/wiki/db9c9435816feeaf0ea2acc411d9eddb/" alt="db9c9435816feeaf0ea2acc411d9eddb" /></p>
<ul>
<li>Click <strong>Disabled</strong> if you wish to prevent this product from being displayed in your Front Office.</li>
<li>If you have already created the product’s Manufacturer and Supplier, select them in their respective drop-down lists.</li>
<li>If the product is a downloadable product (for example, a .PDF file, a music file, a video file, etc.), mark the “Is this a downloadable product?” checkbox and follow these instructions on how to configure a downloadable product.</li>
</ul>
<h3>Related Posts:</h3>
<ul class="related_post">
<li><a href="http://www.ecommerceinstall.com/prestashop-assign-a-product-to-a-category.html" title="PrestaShop Assign a product to a category">PrestaShop Assign a product to a category</a></li>
<li><a href="http://www.ecommerceinstall.com/prestashop-product-descriptions-tags-and-accessories-cross-selling.html" title="PrestaShop Product descriptions, tags, and accessories (cross-selling)">PrestaShop Product descriptions, tags, and accessories (cross-selling)</a></li>
<li><a href="http://www.ecommerceinstall.com/prestashop-product-search-engine-optimization-seo.html" title="PrestaShop Product Search-Engine Optimization (SEO)">PrestaShop Product Search-Engine Optimization (SEO)</a></li>
<li><a href="http://www.ecommerceinstall.com/prestashop-currencies-options.html" title="PrestaShop Currencies Options">PrestaShop Currencies Options</a></li>
<li><a href="http://www.ecommerceinstall.com/prestashop-quantity-and-back-ordering.html" title="PrestaShop Quantity and Back-Ordering">PrestaShop Quantity and Back-Ordering</a></li>
<li><a href="http://www.ecommerceinstall.com/prestashop-price-options.html" title="PrestaShop price options">PrestaShop price options</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.ecommerceinstall.com/prestashop-add-a-new-product.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
