Just realized - one more link to fix! Ahh!
Hi Dani,
As I just mentioned, the sidebar works perfectly, but I just realized (yes, I know...) that from the main menu, clicking a category there gives the right picture, but clicking a product in the resultant product list will also need your URL treatment, as it's not assigning it a category...
Where do I go for finding that and putting your new line in?
I found this on lines 409 - 415 of Product_Results.php... it's a little different...
<?php echo(($row_WADAProducts["TopPrice"] != $row_WADAProducts["BottomPrice"])?" - $" . number_format($row_WADAProducts["TopPrice"],2):""); ?></h3>
<a href="Products_Detail.php?ProductID=<?php echo(rawurlencode($row_WADAProducts['ProductID'])); ?>"><img src="Images/btn_learnmore.png" width="111" height="22" alt="Learn More" /></a></div>
<div class="middle">
<h2><a href="Products_Detail.php?ProductID=<?php echo(rawurlencode($row_WADAProducts['ProductID'])); ?>"><?php echo $row_WADAProducts["ProductName"]; ?></a></h2>
<?php echo $row_WADAProducts["ProductShortDesc"]; ?>
<p><a href="Products_Detail.php?ProductID=<?php echo(rawurlencode($row_WADAProducts['ProductID'])); ?>">Learn More...</a></p>
Might that be it?
And mega thanks for working Sunday night!