
Originally Posted by
monkeyjr47906
I don't know if this will be your exact fix, but instead of
Code:
http://www.h-b.com/index.php?main_page=index&cPath=1/index.php?utm_source=masonryConstructionSB&utm_medium=offline&utm_campaign=MCSourceBookJun08Jun09
In the above link, you have ..../index.php?main_page=index&cPath=1/index.php?utm_source=....
You shouldn't need the "index.php" twice, and I believe the correct way to add to a link is the "&&" (double & if you are coding it).
try:
Code:
http://www.h-b.com/index.php?main_page=index&cPath=1&&utm_source=masonryConstructionSB&utm_medium=offline&utm_campaign=MCSourceBookJun08Jun09
Because I don't use the analytics tagging (though I probably should), I have no idea if this link fix will do what you are after, but it shows the same products that were in your first link- that were omitted in your second link.
Hope this was some help
Looks like a single "&" will work too (not sure which method is better... but I tend to see the double "&" often in links).