I am trying to add a hyperlink in the detailed description to another product page. I don't want to use the upselling links provided with xcart, just a quick little hyperlink to get you to another product.
Here is what I have in my "Detailed Description" of an example product.
Code:
<p>Adjustment range of ╠2-1/4╟</p> <p>2 washers per kit</p> <p>Order 1 kit per wheel</p> <p>For complete front end kit see <a href=''http://www.ingallseng.com/product.php?productid=16436&cat=0&page=1''>PN 87310</a> </p>
But when you are on that product page, the link just links to the page you are currently on. So it's like you've gone nowhere. What am I missing? Thanks.