Hi David
I've been trying to combine reviews and products on one page, do you have an unmodified copy of a merged page you could email me?
Thanks
Chris
Morning David
All worked fine however in IE9 the related products (set to 3) seems to produce 3 populated related and 1 blank as can be seen here
{link saved}
Tested in Firefox and older Explorer and it works correctly.
Any ideas
Chris
Hi Chris,
Is this only since uploading the merged version? The HTML looks fine (at least as far as only containing 3 related product sections)... unfortunately I don't have IE9 available today as i'm working mobile at the moment - could you perhaps grab a screenshot showing the layout problem and I'll check it out...
Cheers,
David.
--
PriceTapestry.com
Hi David
All fixed. The line below in product.php needed a closing </a>
print "<a name='#reviews' />";require("html/ratings.php");
to
print "<a name='#reviews'></a>";require("html/ratings.php");
Chris
Thanks Chris - yes probably safest to use the separate closing tag rather than XHTML shorthand version - will update in the download.
Cheers,
David.
--
PriceTapestry.com
Hello Chris,
Sure - i've just posted a mod to the more downloads page based on the latest distribution files from 12/10A/B.
.zip contains
products.php
includes/tapestry.php
Existing links to "Review This Product" etc. now link to an on-page anchor link #reviews which is output immediately prior to require("html/ratings.php");
Cheers,
David.
--
PriceTapestry.com