<?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><![CDATA[NoStress Blog]]></title>
	<atom:link href="http://www.nostresscommerce.com/blog/feed" rel="self" type="application/rss+xml" />
	<link><![CDATA[http://www.nostresscommerce.com/blog/]]></link>
	<description><![CDATA[Blog of NoStress Commerce s.ro. company]]></description>
	<lastBuildDate>Thu, 06 Feb 2014 17:04:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator><![CDATA[http://fishpig.co.uk/wordpress-integration/]]></generator>
			<item>
		<title><![CDATA[Introducing the Koongo Project]]></title>
		<link><![CDATA[http://www.nostresscommerce.com/blog/2013/01/21/introducing-the-koongo-project/]]></link>
		<comments><![CDATA[http://www.nostresscommerce.com/blog/2013/01/21/introducing-the-koongo-project/#respond]]></comments>
		<pubDate>Mon, 21 Jan 2013 14:22:52 +0000</pubDate>
		<dc:creator>arecuk</dc:creator>
			<guid isPermaLink="false"><![CDATA[http://blog.nostresscommerce.com/?p=31]]></guid>
			<description><![CDATA[<p>	<a class="shutterset_posts-nsc-com-2" href="http://blog.nostresscommerce.com//wp-content/blogs.dir/7/files/posts-nsc-com/koongo-logo.png">
		<img alt="Koongo Logo" src="http://blog.nostresscommerce.com//wp-content/blogs.dir/7/files/posts-nsc-com/koongo-logo.png" class="ngg-singlepic left" />
	</a>
</p>
<p>Today we are glad we can announce the launch of our spin-off project <a title="Koongo" href="http://www.koongo.local" target="_blank">Koongo</a> - The universal product export for the world of e-commerce.</p>
]]></description>
			</item>
		<item>
		<title><![CDATA[Widget showing product information is available on GitHub]]></title>
		<link><![CDATA[http://www.nostresscommerce.com/blog/2012/12/02/widget-showing-product-information-is-available-on-github/]]></link>
		<comments><![CDATA[http://www.nostresscommerce.com/blog/2012/12/02/widget-showing-product-information-is-available-on-github/#respond]]></comments>
		<pubDate>Sun, 02 Dec 2012 15:50:54 +0000</pubDate>
		<dc:creator>yaro</dc:creator>
			<guid isPermaLink="false"><![CDATA[http://blog.nostresscommerce.com/?p=19]]></guid>
			<description><![CDATA[<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tbody>
<tr>
<td valign="top">
<p>Today I created a simple <a rel="nofollow" href="http://www.magentocommerce.com/blog/introducing-magento-widgets/">Magento Widget</a> which seems to be really strong tool when you want to display any product in any static block or static page. The product reference is based on SKU. Also you're able to display product name, product image - there you can choose from base image, small image and thumbnail, you can define image width and heigh and alternative text for better usability. The last bit is a link to product detail page.</p>
<p><img src="http://docs.nostresscommerce.com:8090/download/attachments/6258805/image2012-11-30+23%3A41%3A7.png?version=1&amp;modificationDate=1354311679000&amp;effects=drop-shadow" alt="" /></p>
<p>Module is available in GitHub repository <a rel="nofollow" href="https://github.com/NoStressCommerceCZ/magento-widget-show-product">https://github.com/NoStressCommerceCZ/magento-widget-show-product</a>.</p>
<p>The most important parts are <a rel="nofollow" href="https://github.com/NoStressCommerceCZ/magento-widget-show-product/blob/master/app/code/community/Nostress/Widgetproduct/etc/widget.xml">widget.xml</a> and <a rel="nofollow" href="https://github.com/NoStressCommerceCZ/magento-widget-show-product/blob/master/app/design/frontend/base/default/template/nostress/widget/product.phtml">product.phtml</a>.</p>
<p>In sample of product.phtml template you may ge rough picture what is shown</p>
<div>
<div>
<div id="highlighter_361165">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div title="Hint: double-click to select code">
<div><code>&lt;a href=</code><code>"&lt;?php echo $product_link; ?&gt;"</code><code>&gt;</code></div>
<div><code> </code><code>&lt;img</code></div>
<div><code> </code><code>src=</code><code>"&lt;?php echo $product_image; ?&gt;"</code></div>
<div><code> </code><code>alt=</code><code>"&lt;?php echo $product_image_label; ?&gt;"</code></div>
<div><code> </code><code>width=</code><code>"&lt;?php echo $image_width; ?&gt;"</code></div>
<div><code> </code><code>height=</code><code>"&lt;?php echo $image_height; ?&gt;"</code></div>
<div><code> </code><code>/&gt;</code></div>
<div><code>&lt;/a&gt;</code></div>
<div><code>&lt;h3&gt;&lt;a href=</code><code>"&lt;?php echo $product_link; ?&gt;"</code><code>&gt;&lt;?php </code><code>echo</code> <code>$product_name</code><code>; ?&gt;&lt;/a&gt;&lt;/h3&gt;</code></div>
<div><code>&lt;?php </code><code>echo</code> <code>$product_price_block</code><code>; ?&gt;</code></div>
<div><code>&lt;?php </code><code>endif</code><code>;?&gt;</code></div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<h2 id="MagentoWidgetshowingproductinformationinanystaticblockorpageavailableonGitHub-Widgetconfigurationinbackend">Widget configuration in backend</h2>
<p><img src="http://docs.nostresscommerce.com:8090/download/attachments/6258805/image2012-11-30+23%3A41%3A37.png?version=1&amp;modificationDate=1354311709000" alt="" /></p>
<p>Any suggestion or forks in GitHub are welcome. Enjoy it in peace! Jaro.</td>
<td valign="top"></td>
</tr>
</tbody>
</table>
]]></description>
			</item>
		<item>
		<title><![CDATA[XML Feed Export module 2.0 is here!]]></title>
		<link><![CDATA[http://www.nostresscommerce.com/blog/2012/10/01/xml-csv-feed-export-2-0-for-magento-is-here/]]></link>
		<comments><![CDATA[http://www.nostresscommerce.com/blog/2012/10/01/xml-csv-feed-export-2-0-for-magento-is-here/#respond]]></comments>
		<pubDate>Mon, 01 Oct 2012 23:26:23 +0000</pubDate>
		<dc:creator>arecuk</dc:creator>
			<guid isPermaLink="false"><![CDATA[http://blog.nostresscommerce.com/?p=12]]></guid>
			<description><![CDATA[<p>For the last couple of months we have announced the upcoming new version of our XML/CSV export module and now we are glad that we can announce the immediate availability of <a title="XML Feed Export" href="https://store.nostresscommerce.com/xml-feed-export.html" target="_blank">XML Feed Export</a> module, designated as 2.0. The major highlights are as follows:</p>
<ul>
<li>module was tested with 100.000 products and 3.000 categories!</li>
<li>feed taxonomies - categories mapping</li>
<li>attributes mapping</li>
<li>and many new enhancements!</li>
</ul>
<p><em>XML Feed Export module allows you to export products form your catalog to XML or CSV files in the appropriate format for given search engine or price comparator. Actually more than 100 different engines are supported worldwide! The Module is designed to be easy for use as possible. You can create unlimited number of export profiles with specific settings. XML or CSV file can be generated automaticaly by cron or manually. Module has built-in support for full multi-website Magento setup.</em></p>
<p><strong>Module Feature List</strong></p>
<ul>
<li>more than 100 engines supported worldwide and still counting!</li>
<li>predefined feed templates for easy use</li>
<li>support for all product types</li>
<li>filters - price, stock, availability, product type, category</li>
<li>automatic generation with cron - setup time and frequency</li>
<li>support for individual feeds</li>
<li>server part for automatic and easy update of feeds layouts</li>
<li>support for feeds taxonomies - categories mapping</li>
<li>support for specific feeds attributes - attributes mapping</li>
<li>full support for multi-website/multi-store architecture</li>
<li>enhanced Google Analytics for feed tracking</li>
<li>unlimited number of export profiles</li>
<li>manually generation by clicking on Generate now button</li>
</ul>
<p><strong>Module Documentation</strong></p>
<ul>
<li>Check our the <a href="https://docs.nostresscommerce.com/display/XmlFeedExport/Home+of+XML+Feed+Export" target="_blank">NEW documentation</a>!</li>
<li>Check our 3 minutes long <a href="http://www.youtube.com/watch?v=wYCSbjExlzk" target="_blank">module presentation at Youtube</a>!</li>
</ul>
<p><strong>Try &amp; Buy Now!</strong></p>
<ul>
<li>You can order module Trial for FREE for 5 days! Just check <a title="XML Feed Export" href="https://store.nostresscommerce.com/xml-feed-export.html" target="_blank">our website</a>.</li>
</ul>
<p>Please note that <a title="XML Feed Export" href="https://store.nostresscommerce.com/xml-feed-export.html" target="_blank">XML Feed Export module</a> 2.0 is completely rewrited module version, released under new license conditions and for this module version you need new license that you can get with 50% discount! Just use the following discout code:</p>
<ul>
<li><strong>xml-2-50-off-limited</strong> - valid until 5th october and only for the first 10 customers!</li>
</ul>
]]></description>
			</item>
		<item>
		<title><![CDATA[Introducing NoStress Blog in English!]]></title>
		<link><![CDATA[http://www.nostresscommerce.com/blog/2012/04/04/introducing-nostress-blog-in-english/]]></link>
		<comments><![CDATA[http://www.nostresscommerce.com/blog/2012/04/04/introducing-nostress-blog-in-english/#respond]]></comments>
		<pubDate>Wed, 04 Apr 2012 14:58:38 +0000</pubDate>
		<dc:creator>arecuk</dc:creator>
			<guid isPermaLink="false"><![CDATA[http://blog.nostresscommerce.com/?p=4]]></guid>
			<description><![CDATA[<p>We are happy to announce our NoStress Blog in English! Finaly! First post are on the way, mainly about the new version of <a title="XML Feed Export" href="https://store.nostresscommerce.com/xml-feed-export.html" target="_blank">XML Feed Export module</a>. So stay tuned! :)</p>
]]></description>
			</item>
	</channel>
</rss>