<?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; wishlist block</title>
	<atom:link href="http://bartman.co.uk/tag/wishlist-block/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>
	</channel>
</rss>

