Quote Originally Posted by Pixxi View Post
Thanks Paul - seems to work fine so far.

Just one thing - are the thumbnails supposed to show (if enabled in config)? - not seeing them.
Oops, yes I was afraid a question like that would be asked sooner or later. I corrected something that I assumed was a spelling error or typo, but I did not really think about people that would update..... The older versions had TRUMBNAIL settings, and the newer version use THUMBNAIL setting (so your sql probably still uses THRUMBNAIL and the current PHP expects THUBMNAIL). If you can remove the sql and load the latest sql I think the problem will be solved. Or edit the settings, using phpMyAdmin for example, and change all TRUMBNAILS to THUMBNAILS in your database.

(I have considered writing some sql to remove all settings, and that would make it easier, but I did not get to it yet. )

Quote Originally Posted by Pixxi View Post
1. Would it be possible to add a switch for enabling/disabling the display of price without tax? Quite a few people aren't registered for VAT and it would free up space on the screen if that could be disabled.
Yes I understand, I did not even realize I did not add a setting for it

Would it be possible (big request ) to have the mod operate from a search query?
Sounds like a very usefull addition to me too :-) I can not promise anything since it would not be something I consider very easy to do, and it would take quite some time probably as well. So much to do and so little time ....

I will try to add a remove sql file, and a prices inc on/off setting soon, and keep the search query in mind :-)