I've been working with Price tapestry for about 2 hours and managed to get my first feed working. Nothing to do with my skill of course, all to do with the product..
However, I've a small issue, with is probably down to my html skills.
I've installed PT into a sub dir called store. when I go to the store URL ({link saved}) all looks OK (for a first attempt anyway) But when I search on anything the search box moves over to the left page rather than being in the centre - as the search box is at first. Also the results are not central..
Just wondering if anyone else had encountered this. I've follow the instructions in http://www.pricetapestry.com/node/3619 (I have a Joomla site)
Appreciate anyone's advice..
Thanks,
Graham
Hi Graham,
Thank you for your comments and welcome to the forum!
I checked the site, and used the View > Source menu in my browser to check the HTML being included above / below the Price Tapestry generated content, and I think the stying problem is because the header ( store/html/header.php ) is actually terminating in
</body></html>
, whereas it should really be terminating with an appropriate opening<div>
which is then closed by the corresponding</div>
in your store/html/footer.php, which then goes on to render the</body></html>
after any footer content;That should be all it is; if you're not sure of course let me know and I'll take a closer look...
Cheers,
David.
--
PriceTapestry.com