<?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>Datafeed Studio Blog &#187; Tips</title>
	<atom:link href="http://blog.datafeedstudio.com/category/tips/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.datafeedstudio.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 20 Jul 2010 18:24:53 +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>V2.7.1 Released &#8211; Custom Fields, Sexy Searching and Flexible Imports</title>
		<link>http://blog.datafeedstudio.com/v2-7-1-released-custom-fields-sexy-searching-and-flexible-imports</link>
		<comments>http://blog.datafeedstudio.com/v2-7-1-released-custom-fields-sexy-searching-and-flexible-imports#comments</comments>
		<pubDate>Fri, 11 Dec 2009 09:46:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://blog.datafeedstudio.com/?p=44</guid>
		<description><![CDATA[
Datafeed Studio V2.7.1 is now ready to download.
New in this release is support for custom fields, more flexibility around the import process &#8211; and some sexy new options for the Wordpress plugin (and searching in general).
Custom Fields
Custom fields allow you to associate &#8216;key value&#8217; pairs against the products in your database, e.g. you might want [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.datafeedstudio.com/wp-content/uploads/2009/12/brobee.jpg" alt="brobee.jpg" border="0" width="160" height="260" align="right" /></p>
<p>Datafeed Studio V2.7.1 is now ready to <a href="http://datafeedstudio.com/download.html">download</a>.</p>
<p>New in this release is support for custom fields, more flexibility around the import process &#8211; and some sexy new options for the Wordpress plugin (and searching in general).</p>
<h2>Custom Fields</h2>
<p>Custom fields allow you to associate &#8216;key value&#8217; pairs against the products in your database, e.g. you might want to create a custom field named &#8216;Colour&#8217; and then manually tag certain products with this field and the desired value.</p>
<p>You can then create custom searches to only include products that match one or more of these custom field values (along with the usual search criteria).</p>
<p>There&#8217;s no limit to the number of custom fields you can create in the system, and custom fields can be combined so if you had a custom field of &#8216;Colour&#8217; and &#8216;Size&#8217; you could perform a search for blue widgets that weigh 10kg.</p>
<h2>New Price Compare Syntax</h2>
<p>The next major feature is vastly more powerful searching for the Wordpress plugin &#8211; which has also been incorporated into the main admin site search, PHP get_products() API call and the &#8216;Price Compare this Product&#8217; option when you edit a product.</p>
<p>With the quick search syntax you can combine multiple search options in just one line of text, e.g. </p>
<p><code>+xbox +360 -elite | min_price=50 max_price=100 exclude_merchants=1,2,3</code></p>
<p>Would search your product database for products that contain the words &#8220;xbox&#8221; and &#8220;360&#8243; but would omit entries that contain the word &#8220;elite&#8221;. It would also only include products that cost between 50-100 and wouldn&#8217;t include products from merchants 1,2 or 3.</p>
<p>The new separator bar (pipe character &#8216;|&#8217;) after the search term indicates that extra options follow. You can omit the bar and extra options if you don&#8217;t need them for the search you want to perform.</p>
<p>Extra options have the syntax name=value (note that spaces aren&#8217;t allowed). Separate multiple extra options with a space.</p>
<h3>Glossary of Available Extra Options</h3>
<dl>
<dt>cf</dt>
<dd>Indicates a custom field, e.g. if you have created a custom field in your database named &#8220;colour&#8221;, the option cf=colour:red would include products that have this custom field with the value of &#8216;red&#8217;. Note the special custom field syntax of &#8220;cf=field name:field value&#8221;. Multiple &#8220;cf&#8221; options can be included in one search, e.g. &#8220;+notebook | cf=colour:black cf=hdsize:60GB&#8221;</dd>
<dt>description</dt>
<dd>Only return products that contain the value (anywhere) in their description field, e.g. description=&#8217;bass guitar&#8217;</dd>
<dt>exclude_merchants</dt>
<dd>Comma separated list of datafeed IDs to exclude from the search results, e.g. exclude_merchants=1,2,3. Handy for excluding Argos :-p</dd>
<dt>include_custom</dt>
<dd>If set to &#8216;on&#8217;, custom products will also be included in the search results, e.g. include_custom=on</dd>
<dt>max_price</dt>
<dd>Maximum price of products to include, e.g. max_price=100</dd>
<dt>max_results</dt>
<dd>Maximum number of results to return, e.g. max_results=25</dd>
<dt>min_price</dt>
<dd>Minimum price of products to include, e.g. min_price=50</dd>
<dt>model_number</dt>
<dd>Only return products that contain this value (anywhere) in their model_number field, e.g. model_number=S900</dd>
<dt>mykey_query</dt>
<dd>Only return the product with this key, e.g. &#8220;mykey_query=123_12345678&#8243;</dd>
<dt>only_merchants</dt>
<dd>Comma separated list of datafeed IDs to restrict the search to, e.g. only_merchants=59,92</dd>
<dt>order_direction</dt>
<dd>Direction of sorted results, one of &#8220;asc&#8221; or &#8220;desc&#8221; depending on preferred order, e.g. order_direction=desc.</dd>
<dt>order_field</dt>
<dd>Field which to sort results by, e.g. order_field=p.display_price to sort by price, or order_field=d.merchant_name to sort by the name of the merchant.</dd>
</dl>
<h2>Import Process changes</h2>
<p>You can now import more than one feed at a time on the admin interface (previously the only options were a single feed or &#8216;Import ALL&#8217;) by selecting the checkbox next to each feed you want to import.</p>
<p>The backend import process (admin/bin/import.php) which you can use to automate importing has also been extended. You can now specify a comma-separated list of feed IDs to import, e.h.</p>
<p>$ php import.php 1,2,3</p>
<p>or even specify a range of merchants, e.g.</p>
<p>$ php import.php a-f</p>
<p>will only import feeds for merchants that begin with the letters A through to F.</p>
<p>(The existing import options of &#8220;all&#8221; or a single feed ID are still there.)</p>
<h2>Other Changes</h2>
<p>There&#8217;s a new config option named &#8216;Include Product Name on Click References?&#8217;, which if enabled, will automatically append the product name to click references  (previously only the product ID (key) was passed to the merchant). </p>
<p>This will help you read your affiliate network statistics and see what products are doing the business.</p>
<p>There&#8217;s also a few small non-critical bug fixes</p>
<h2>Upgrading</h2>
<p>See the README.txt file for details on upgrading from an earlier version. Note that if you are upgrading from V2.7.0 then only a single database change (see patch.sql) is needed for this release so you might just prefer executing that in phpMyAdmin (or a similar tool) instead of running the patch.php command to save time.</p>
<p>To download the latest version click <a href="http://datafeedstudio.com/download.html">here</a>.</p>
<p><em>ps. if any users are interested in potentially Beta trialling voucher code integration in the New Year <a href="mailto:support@datafeedstudio.com">give me a shout</a>. Merry Xmas :-p</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.datafeedstudio.com/v2-7-1-released-custom-fields-sexy-searching-and-flexible-imports/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>V2.5 Released &#8211; CJ, Create-A-Feed and Wordpress Shortcode Support</title>
		<link>http://blog.datafeedstudio.com/v25-released-cj-create-a-feed-and-wordpress-shortcode-support</link>
		<comments>http://blog.datafeedstudio.com/v25-released-cj-create-a-feed-and-wordpress-shortcode-support#comments</comments>
		<pubDate>Wed, 29 Apr 2009 08:38:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://blog.datafeedstudio.com/?p=36</guid>
		<description><![CDATA[
I am pleased relieved (!) to announce the release of Datafeed Studio v2.5.
Wordpress Shortcode Support
Lots of new goodies in this new version, but my favourite has to be Wordpress shortcode support.
Huh?
Well, you may remember the last release included the debut of a Wordpress datafeed plugin, allowing you to display the products stored within your Datafeed [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.datafeedstudio.com/wp-content/uploads/2009/04/aa9d4b86-3ea8-40d1-bc56-0500339703e0.jpg" alt="Toy Shopping Cart" border="0" width="240" height="212" align="right" /></p>
<p>I am <strike>pleased</strike> relieved (!) to announce the release of Datafeed Studio v2.5.</p>
<h2>Wordpress Shortcode Support</h2>
<p>Lots of new goodies in this new version, but my favourite has to be <a target="_blank" href="http://faq.wordpress.com/2008/06/18/what-are-the-wordpress-shortcodes/" target="_blank">Wordpress shortcode</a> support.</p>
<p>Huh?</p>
<p>Well, you may remember the last release included the debut of a <a href="http://blog.datafeedstudio.com/new-update-wordpress-plugin-affiliate-future-support-and-click-reference-tracking">Wordpress datafeed plugin</a>, allowing you to display the products stored within your Datafeed Studio database inside your Wordpress page, i.e. for a displaying a price comparison box (<a rel="nofollow" href="http://gameoffer.co.uk/super-smash-bros-brawl">example</a>).</p>
<p>All well and good, but a bit clunky as you had to edit your Wordpress theme to include one line (to include the box) and then add two Wordpress custom fields to each post to actually display the box.</p>
<p>Well, it&#8217;s got even easier, by using the power of Wordpress shortcodes, you can now alternatively include Datafeed Studio powered price compare boxes anywhere within your Wordpress post or page, just by using the following syntax when writing your content within Wordpress :</p>
<p>[ds query='+pleo']</p>
<p>The above example would search your database for products matching the word &#8216;pleo&#8217; (now sadly <a target="_blank" href="http://gadgets.boingboing.net/2009/04/21/pleo-extinct.html">extinct</a>, sob!) and display them within a price comparison content unit on your page.</p>
<p>There&#8217;s a few other options available, check out the Wordpress plugin documentation inside the <strong>extra/wordpress/dstudio</strong> for more detail. Note that by using the shortcode approach you can also display <em>multiple price compare boxes</em> on one page.</p>
<h2>New Parsers</h2>
<p>V2.5 also sees the introduction of two new parsers. First up, Datafeed Studio now supports the new <strong>Create-A-Feed</strong> type feeds that <strong>Affiliate Window</strong> is pushing heavily (against most affiliates will!).</p>
<p>This was trickier than anticipated as Affiliate Window don&#8217;t offer an option to download the new Create-A-Feed files in uncompressed format, just gzip or Zip.</p>
<p>Rather than code custom parser behaviour just for Create-A-Feed files, I&#8217;ve added a new &#8220;<strong>Post Download Script</strong>&#8221; option to parsers, where you can specify a script to run against a file after it has been downloaded.</p>
<p>99% of users wont need to go near this, but be aware this this option is there if you need it, and for the new Create-A-Feed parser it will call a script that will gunzip the downloaded file prior to import.</p>
<p>Also, a new parser is now built-in for <strong>Commission Junction</strong> datafeed files (CSV format, tab separated). Unfortunately CJ do not offer direct download URLs for their feeds so you will have to use manual (i.e. uploaded yourself) feeds with this parser. Watch this blog for a tip / script for getting around this in the near future.</p>
<h2>Affiliate Store Changes</h2>
<p>There&#8217;s a few new settings for the <strong>&#8217;store/modern&#8217; theme</strong>, including the ability to enter a contact e-mail address for your site, override the &#8216;Today&#8217;s Hot Deal&#8217; text and change the footer HTML without hacking the templates.</p>
<p>Note that the store/modern theme, and the updated Wordpress plugin now include the <strong>product image</strong> when displaying the price compare content units. If this isn&#8217;t to your taste then you can change the default template as appropriate (or better copy the default theme to a custom theme so you don&#8217;t have to make the change if you upgrade again).</p>
<p>Also included is a new &#8216;Share Code&#8217; option allowing you to include your own <strong>social sharing widget</strong> from the likes of <a href="http://addthis.com">AddThis</a> or <a href="http://sharethis.com">Share This</a> on your affiliate product pages.</p>
<h2>Download / Upgrading Instructions</h2>
<p>For a full list of changes (over 25) for V2.5 check out the full CHANGELOG.txt within the distribution, which is available to download from <a href="http://datafeedstudio.com/download.html">here</a>.</p>
<p>If you are upgrading from a previous version, see the (updated) upgrade instructions within the README.txt file.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.datafeedstudio.com/v25-released-cj-create-a-feed-and-wordpress-shortcode-support/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Integrating Datafeed Studio with WordPress</title>
		<link>http://blog.datafeedstudio.com/integrating-datafeed-studio-with-wordpress</link>
		<comments>http://blog.datafeedstudio.com/integrating-datafeed-studio-with-wordpress#comments</comments>
		<pubDate>Thu, 10 Jul 2008 13:00:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.datafeedstudio.com/?p=15</guid>
		<description><![CDATA[Update : This post is really old now &#8211; and even though the information below will still work, the far easier way is to use the WordPress plugin that Datafeed Studio now comes with, which allows you add a price compare box to your Wordpress posts or pages as simply as writing :
[ds query='pleo']
anywhere within [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #ff0000;"><strong>Update</strong> : This post is </span><em><span style="color: #ff0000;">really</span></em><span style="color: #ff0000;"> old now &#8211; and even though the information below will still work, the <em>far</em> easier way is to use the WordPress plugin that Datafeed Studio now comes with, which allows you add a price compare box to your Wordpress posts or pages as simply as writing :</span></p>
<p><span style="color: #ff0000;">[ds query='pleo']</span></p>
<p><span style="color: #ff0000;">anywhere within the page/post content.</span></p>
<p>Sometimes you may want to access product information contained within your affiliate datafeeds outside of a <a href="http://datafeedstudio.com">Datafeed Studio</a> created site, e.g. inside a WordPress blog.</p>
<p>This post will show you how to easily achieve this if your WordPress site (or similar) resides on the same physical server as your Datafeed Studio installation. To illustrate what is possible I&#8217;ve quickly created a new WordPress site for the <a href="http://pleoplanet.co.uk">Pleo Toy</a>. This WordPress theme has three columns.</p>
<p>The middle column is the one we are interested in &#8211; it shows all the current prices and retailers of the Pleo according to the data held in our Datafeed Studio installation.</p>
<p><img src="http://blog.datafeedstudio.com/wp-content/uploads/2008/07/pleoprices.gif" border="0" alt="pleoprices.gif" width="276" height="293" align="none" /></p>
<p>How does this work?</p>
<p>Well, as our site is on the same server as Datafeed Studio we just hook into the datafeed functions with the following few lines of code :</p>
<div style="width: 80%; background-color: #eeeeee; border-style: solid; border-width: 1px; padding: 5px; line-height: 1em;">&lt;?php</p>
<p>$DS_LIB= &#8216;/home/martinwood/src/php/datafeed_studio/lib&#8217;;</p>
<p>$PUBLIC_URL = &#8216;http://dealdrop.co.uk&#8217;;</p>
<p>require &#8220;$DS_LIB/database.inc&#8221;;</p>
<p>require &#8220;$DS_LIB/functions.inc&#8221;;</p>
<p>$products = get_products($db, &#8220;select * from products where (match(name) against (&#8217;+pleo&#8217; in boolean m<br />
ode)) order by merchant_name limit 50&#8243;);</p>
<p>foreach ($products as $product) {</p>
<p>echo &lt;&lt;&lt;EOHTML</p>
<p>&lt;li&gt;&lt;a target=&#8221;_blank&#8221; href=&#8221;{$PUBLIC_URL}/{$product['deep_link']}&#8221;&gt;£{$product['display_price']}<br />
@ {$product['merchant_name']}&lt;/a&gt;&lt;/li&gt;</p>
<p>EOHTML;</p>
<p>}</p>
<p>?&gt;</p></div>
<p>Just paste these into the appropriate file of your WordPress theme and you can get a similar list of product prices, such as these <a href="http://pleoplanet.co.uk">Pleo Prices</a> embedded in your blog or web site.</p>
<p>Neat, huh?</p>
<p>All you need to change above is :</p>
<p><strong>$DS_LIB</strong> &#8211; the path to the Datafeed Studio installation &#8220;lib&#8221; folder on your server</p>
<p><strong>$PUBLIC_URL</strong> &#8211; the main URL of your public Datafeed Studio site</p>
<p>and, of course, you want to change the product name to be something other than &#8216;pleo&#8217; in the line containing the &#8220;get_products&#8221; function call <img src='http://blog.datafeedstudio.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>That&#8217;s it.</p>
<p>A future article will show a similar method integrating with WordPress custom fields to dynamically do a product price compare within WordPress.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.datafeedstudio.com/integrating-datafeed-studio-with-wordpress/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Two New Built-In Parsers</title>
		<link>http://blog.datafeedstudio.com/two-new-built-in-parsers</link>
		<comments>http://blog.datafeedstudio.com/two-new-built-in-parsers#comments</comments>
		<pubDate>Thu, 10 Jul 2008 12:19:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://blog.datafeedstudio.com/?p=13</guid>
		<description><![CDATA[Quick Update &#8211; the latest version (V1.6.2) of Datafeed Studio now comes with built-in datafeed parsers for the Paid On Results and ShareASale affiliate networks.
This now means that Datafeed Studio supports feeds from five different affiliate networks. Full list :

Affiliate Window
BuyAt
Paid on Results
Share A Sale
Trade Doubler

If you have any feedback on these parsers, or have [...]]]></description>
			<content:encoded><![CDATA[<p>Quick Update &#8211; the latest version (V1.6.2) of <a href="http://datafeedstudio.com">Datafeed Studio</a> now comes with built-in datafeed parsers for the <a href="http://paidonresults.net">Paid On Results</a> and <a href="http://shareasale.com">ShareASale</a> affiliate networks.</p>
<p>This now means that Datafeed Studio supports feeds from five different affiliate networks. Full list :</p>
<ul>
<li>Affiliate Window</li>
<li>BuyAt</li>
<li>Paid on Results</li>
<li>Share A Sale</li>
<li>Trade Doubler</li>
</ul>
<p>If you have any feedback on these parsers, or have a suggestion for a new one, please don&#8217;t hesitate to <a href="mailto:support@datafeedstudio.com">contact me</a>.</p>
<p>Don&#8217;t forget you are not limited to this list, you can easily create your own within the application by specifying the mapping of internal database fields to that of the CSV file you want to parse.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.datafeedstudio.com/two-new-built-in-parsers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Invasion of the SEO Friendly Slugs</title>
		<link>http://blog.datafeedstudio.com/invasion-of-the-seo-friendly-slugs</link>
		<comments>http://blog.datafeedstudio.com/invasion-of-the-seo-friendly-slugs#comments</comments>
		<pubDate>Wed, 11 Jun 2008 13:24:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Example Sites]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://blog.datafeedstudio.com/?p=12</guid>
		<description><![CDATA[
Datafeed Studio now supports SEO friendly URLs for your product categories and products.
Previously, Datafeed Studio URLs were pretty ugly :
http://example.com/display_product.php?mykey=123_123456789

Now, if you enable the SEO_FRIENDLY_URLS option in the configuration (enabled by default) you will get product URLs in the form :
http://example.com/123_123456789.html

Hmm&#8230;I suppose that is a slight improvement I hear you say, but wouldn&#8217;t it be [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.datafeedstudio.com/wp-content/uploads/2008/06/316818-hungry-slug.jpg" alt="316818_hungry_slug.jpg" border="0" width="165" height="124" align="right" /></p>
<p><a href="http://datafeedstudio.com">Datafeed Studio</a> now supports SEO friendly URLs for your product categories and products.</p>
<p>Previously, Datafeed Studio URLs were pretty ugly :</p>
<p><code>http://example.com/display_product.php?mykey=123_123456789<br />
</code></p>
<p>Now, if you enable the <strong>SEO_FRIENDLY_URLS</strong> option in the configuration (enabled by default) you will get product URLs in the form :</p>
<p><code>http://example.com/123_123456789.html<br />
</code></p>
<p>Hmm&#8230;I suppose that is a <em>slight</em> improvement I hear you say, but wouldn&#8217;t it be great if I could choose the value of the URL myself.</p>
<p>Well, now you can!</p>
<p>The latest Datafeed Studio release has &#8220;slug&#8221; support. Every product in your database can now have an unique slug (or path or permalink, call it what you will), so you can finally have URLs of your choosing, e.g.</p>
<p><code>http://example.com/my-cool-product.html</code></p>
<p>What&#8217;s more, slug support has been added to categories, so instead of :</p>
<p><code>http://example.com/show_category.php?catid=24</code></p>
<p>You now get :</p>
<p><code>http://example.com/category-bouncy-castles</code></p>
<p>To demonstrate the new URL structure I&#8217;ve created a new <a href="http://bestcarseat.co.uk" target="_blank">baby car seat</a> site, check it out to see the new SEO friendly URLs in action.</p>
<p>If you still prefer the non-SEO friendly URLs just set the SEO_FRIENDLY_URLS option to zero (this option can also be set in the site specific configuration files so you can enable/disable it on a per site basis).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.datafeedstudio.com/invasion-of-the-seo-friendly-slugs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Local Site Styles Now Supported</title>
		<link>http://blog.datafeedstudio.com/local-site-styles-now-supported</link>
		<comments>http://blog.datafeedstudio.com/local-site-styles-now-supported#comments</comments>
		<pubDate>Fri, 06 Jun 2008 09:02:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Example Sites]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://blog.datafeedstudio.com/?p=10</guid>
		<description><![CDATA[The current release of Datafeed Studio now supports &#8220;local site styles&#8221;.
Previously a site would get all of its look and feel based on the theme it was associated with, e.g. Indiana Jones Toys is associated with the store theme known as &#8220;modern&#8221;.



However, if you then wanted to make a new store site with a different [...]]]></description>
			<content:encoded><![CDATA[<p>The current release of <a href="http://datafeedstudio.com">Datafeed Studio</a> now supports &#8220;local site styles&#8221;.</p>
<p>Previously a site would get all of its look and feel based on the theme it was associated with, e.g. <a href="http://indianajonestoys.co.uk" target="_blank">Indiana Jones Toys</a> is associated with the store theme known as &#8220;modern&#8221;.<br />
<a target="_blank" href="http://indianajonestoys.co.uk"><br />
<img src="http://blog.datafeedstudio.com/wp-content/uploads/2008/06/ijtoys.png" alt="ijtoys.png" border="0" width="191" height="157" align="left" style="margin-right: 10px" border="0"/><br />
</a><br />
However, if you then wanted to make a new store site with a different look you would have to make a complete copy of the theme, e.g. &#8220;modern2&#8243; and use that for the new site. This method still works, but is a bit tedious if all you want to do is change the font colour and a few other minor presentation changes on your new site.</p>
<p>So the latest release of Datafeed Studio supports local styles. When you register a new site a copy of the main CSS file (style.css)  of the theme you have chosen for the new site is automatically created and placed in the <b>site_configs</b> folder. Now instead of using the <b>style.css</b> file in the theme, your site will use the new  copy in the <b>site_configs</b> folder, this allows you to do local customisations without changing the main theme.<br />
<a target="_blank" href="http://buggypushchair.co.uk"><br />
<img src="http://blog.datafeedstudio.com/wp-content/uploads/2008/06/bp.png" alt="bp.png" border="0" width="191" height="157" border="0" align="right" style="margin-left: 10px"/><br />
</a><br />
As an example I have created a new <a href="http://buggypushchair.co.uk">Baby Pushchair</a> site, like the Indiana Jones site mentioned above, this uses the &#8220;modern&#8221; theme and I didn&#8217;t have to create a &#8220;modern2&#8243; theme to accommodate the presentation changes I wanted to make, they are all controlled by the local CSS file, which can be edited via the new <b>Style</b> link which is now present for store and price compare sites on the admin home screen.</p>
<p>So in summary, if you want to make a new affiliate site with a radically different look, then by all means create a new theme as usual, but if your new site is just a few cosmetic changes to an existing theme, simply  make your changes via the <b>Style</b> link.</p>
<p>I hope you all like this new feature &#8211; I&#8217;m sure it will help you create affiliate sites quicker and easier than the previous solution.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.datafeedstudio.com/local-site-styles-now-supported/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Product Support</title>
		<link>http://blog.datafeedstudio.com/custom-product-support</link>
		<comments>http://blog.datafeedstudio.com/custom-product-support#comments</comments>
		<pubDate>Fri, 30 May 2008 13:30:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://blog.datafeedstudio.com/?p=7</guid>
		<description><![CDATA[Datafeed Studio now supports the addition of custom products for situations when you wish to add products to a database that for one reason or another don&#8217;t exist in a merchants datafeed.
One great alternate use for custom products is for creating affiliate sites with completely unique content.
Instead of using the information that comes from a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://datafeedstudio.com">Datafeed Studio</a> now supports the addition of custom products for situations when you wish to add products to a database that for one reason or another don&#8217;t exist in a merchants datafeed.</p>
<p>One great alternate use for custom products is for creating affiliate sites with completely unique content.</p>
<p>Instead of using the information that comes from a merchant&#8217;s datafeed (which might be used for hundreds of different sites on the Internet) you may prefer for some sites to create your products<br />
from scratch, with your own custom content and images and then leveraging the <a href="http://blog.datafeedstudio.com/price-comparing-a-product">product price comparison</a> capability of Datafeed Studio to produce a price compare table like the one below when displaying your custom product :</p>
<p><img src="http://blog.datafeedstudio.com/wp-content/uploads/2008/05/prod1.jpg" alt="prod.jpg" border="0" width="431" height="357" /></p>
<p>This approach gives you the best of both worlds &#8211; unique content coupled with dynamic price comparison of products that match the criteria you supply.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.datafeedstudio.com/custom-product-support/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Price Comparing a Product</title>
		<link>http://blog.datafeedstudio.com/price-comparing-a-product</link>
		<comments>http://blog.datafeedstudio.com/price-comparing-a-product#comments</comments>
		<pubDate>Thu, 29 May 2008 09:34:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://blog.datafeedstudio.com/?p=4</guid>
		<description><![CDATA[Certain Datafeed Studio niche online store themes take advantage of the &#8220;Price Compare this Product?&#8221; input field that is available when you edit a product.
Normally, when you build a niche online store using Datafeed Studio it is in traditional &#8220;one product, one merchant&#8221; mode, i.e. the application displays the product information directly as it comes [...]]]></description>
			<content:encoded><![CDATA[<p>Certain <a href="http://datafeedstudio.com">Datafeed Studio</a> <strong>niche online store themes</strong> take advantage of the <strong>&#8220;Price Compare this Product?&#8221;</strong> input field that is available when you edit a product.</p>
<p>Normally, when you <strong>build a niche online store</strong> using Datafeed Studio it is in traditional &#8220;one product, one merchant&#8221; mode, i.e. the application displays the product information directly as it comes the datafeed, with a single price, that of the merchant the product belongs to.</p>
<p>However, <strong>price comparison</strong> is a very effective method to increase your sales, and adds real value to your site, steering it away from that of a mere thin affiliate. The Datafeed Studio <a href="http://datafeedstudio.com/manual/index.html#editproduct" target="_blank">product editor</a> allows you take advantage of this and as an advanced option allows you to provide the SQL to use to generate a dynamic price comparison of the product being viewed.</p>
<p>For example, let&#8217;s take a look at the rather nifty <a target="_blank" href="http://indianajonestoys.co.uk/display_product.php?mykey=116_25959545">Cargo Truck</a> product on the example <a href="http://indianajonestoys.co.uk" target="_blank">Indiana Jones Toys</a> website.</p>
<p>This product is taken from a Play.com datafeed and without editing the page would display just the once price from that merchant. Instead, we would prefer to display prices of this product from other retailers. By filling in the <strong>Price Compare this Product?</strong> on the backend administration interface of Datafeed Studio with the following SQL :</p>
<p><code>select * from products (match(name) against ('+indiana +jones +cargo +truck' in boolean mode)) order by merchant_name</code></p>
<p>the page instead displays all products from merchants that match the criteria specified.</p>
<p><b>Intimidated by the hairy SQL?</b> No need to be &#8211; this SQL can be automatically generated from Datafeed Studio&#8217;s search facility. If you did a search for &#8220;indiana jones cargo truck&#8221; the software shows you the SQL query generated to do the search &#8211; all you have to do is copy&#8217;n'paste it into your product and ta-da &#8211; instant price comparison and improved conversion rates for you!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.datafeedstudio.com/price-comparing-a-product/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
