Posts Tagged ‘prestashop’

Hide the wishlist block from unlogged in users on prestashop

May 21st, 2010

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 logged in edit blockwishlist.tpl in you modules/wishlist directory

Just wrap the whole block with the following code

 {if logged}

{/if}

simply and then the block only appear when the user is logged in

social bookmarking for prestashop

March 11th, 2010

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

You can see it in action here. social bookmarks

Download: socialbookmarks for products