<?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>bartman.co.uk &#187; prestashop</title>
	<atom:link href="http://bartman.co.uk/tag/prestashop/feed/" rel="self" type="application/rss+xml" />
	<link>http://bartman.co.uk</link>
	<description>Blogging eBay, prestashop and ecommerce soloutions</description>
	<lastBuildDate>Thu, 01 Sep 2011 23:30:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Hide the wishlist block from unlogged in users on prestashop</title>
		<link>http://bartman.co.uk/2010/05/29/</link>
		<comments>http://bartman.co.uk/2010/05/29/#comments</comments>
		<pubDate>Fri, 21 May 2010 07:24:03 +0000</pubDate>
		<dc:creator>chris barton</dc:creator>
				<category><![CDATA[Prestashop code snippits]]></category>
		<category><![CDATA[prestashop]]></category>
		<category><![CDATA[prestashop code]]></category>
		<category><![CDATA[preststa shop code mods]]></category>
		<category><![CDATA[wishlist block]]></category>

		<guid isPermaLink="false">http://bartman.co.uk/?p=29</guid>
		<description><![CDATA[I have always thought it is a bit pointless showing the wishlist box all the time, generally because the feature is only available to logged in users, so if you have people browsing the site it is just a empty box so to make it visible to only customers who have a account and are [...]]]></description>
			<content:encoded><![CDATA[<p>I have always thought it is a bit pointless showing the wishlist box all the time, generally because the feature is only available to logged in users, so if you have people browsing the site it is just a empty box</p>
<p>so to make it visible to only customers who have a account and are logged in edit blockwishlist.tpl in you modules/wishlist directory</p>
<p>Just wrap the whole block with the following code</p>
<pre>
<code> {if logged}

{/if}</code>
</pre>
<p>simply and then the block only appear when the user is logged in</p>
]]></content:encoded>
			<wfw:commentRss>http://bartman.co.uk/2010/05/29/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>social bookmarking for prestashop</title>
		<link>http://bartman.co.uk/2010/03/social-bookmarkinf-for-prestashop/</link>
		<comments>http://bartman.co.uk/2010/03/social-bookmarkinf-for-prestashop/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 23:19:12 +0000</pubDate>
		<dc:creator>chris barton</dc:creator>
				<category><![CDATA[Prestashop modules]]></category>
		<category><![CDATA[free prestashop modules]]></category>
		<category><![CDATA[prestashop]]></category>

		<guid isPermaLink="false">http://bartman.co.uk/?p=17</guid>
		<description><![CDATA[After looking at a few actinic shops and noticed that quite a few had started to implement the ability to add social bookmarks on the product page tabs, after searching around for a prestashop module that did the same, I could not find anything that did the job, so I came up with this simple [...]]]></description>
			<content:encoded><![CDATA[<p>After looking at a few actinic shops and noticed that quite a few had started to implement the ability to add social bookmarks on the product page tabs, after searching around for a prestashop module that did the same, I could not find anything that did the job, so I came up with this simple module. the look of the page by editing the socialbookmarks.tpl file</p>
<p>You can see it in action here. <a href="http://safety-glow.co.uk/sporks-spoon-knife-fork-/59-little-baby-spork-3-pack.html">social bookmarks</a></p>
<p>Download: <a href='http://bartman.co.uk/wp-content/uploads/2010/03/socialbookmarksforproducts1.zip'>socialbookmarks for products</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bartman.co.uk/2010/03/social-bookmarkinf-for-prestashop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

