My first attempt at installing PT and whilst most things have worked, so so easily, some things haven't.
1. Thumbnail images don't show but images do show on product page.
2. Whilst most prices are pulled through, some show as 0.00, despite them being available in the original feed.
3. How do I add the currency symbol? Prices are shown as 9.99 rather than £9.99
4. The 'visit store' link produces a 404 error on my site rather than going through to the merchants site.
FYI.
I've called the directory 'shop' - does that make any difference?
Hi,
The main thing to check given that you have installed the script into a sub-directory is that you have set $config_baseHREF correctly in config.php. In your case, this should be:
$config_baseHREF = "/shop/";
This should correct the 404 problem when going through to the merchant site (your site would have been looking for jump.php in the wrong place). Whilst still in config.php, to display the £ sign in-front of prices, set $config_currencyHTML as follows:
$config_currencyHTML = "£";
With regards to the thumbnail images, these are normally just the same images shown on both the search results and product pages so they should display correctly in both places. If you could perhaps email me a link to your site i'll take a look at this for you and I'll also look at the prices importing problem for me if you let me know which feed is causing this problem...
Cheers,
David.