<?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 code snippits</title>
	<atom:link href="http://bartman.co.uk/category/prestashop/prestashop-code-snippits/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>google site map module ignores canonical url setting</title>
		<link>http://bartman.co.uk/2010/06/google-site-map-module-ignores-canonical-url-setting/</link>
		<comments>http://bartman.co.uk/2010/06/google-site-map-module-ignores-canonical-url-setting/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 11:30:40 +0000</pubDate>
		<dc:creator>chris barton</dc:creator>
				<category><![CDATA[Prestashop code snippits]]></category>

		<guid isPermaLink="false">http://bartman.co.uk/?p=48</guid>
		<description><![CDATA[Just found out that when generating a site map with the google site map module it completely ignores the canonical url setting in presatshop so all your site map links will point to http://www. even if you have your canonical url set to just the http:// domain without the www. subdomain, attached file should fix [...]]]></description>
			<content:encoded><![CDATA[<p>Just found out that when generating a site map with the google site map module it completely ignores the canonical url setting in presatshop</p>
<p>so all your site map links will point to http://www. even if you have your canonical url set to just the http:// domain without the www. subdomain,</p>
<p>attached file should fix this problem, its a bit quick and nasty but it works</p>
<p><a href='http://bartman.co.uk/wp-content/uploads/2010/06/gsitemap.zip'>gsitemap</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bartman.co.uk/2010/06/google-site-map-module-ignores-canonical-url-setting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>

