Posted - 06/02/2022 : 10:26:36
Dear Tech Support,
In the top bar of my site (www.westernstampco.com), I have "New Listings" and "All Special Offers" banners, each with hyperlinks to the relevant product categories. The hyperlinks are scripted like this:
<div class="topoffers1"><a href="products.asp?cat=New+Listings"><img src="images/New.png" width="176" height="62" alt="Banner" /></a></div> <div class="topoffers2"><a href="products.asp?cat=ALL+SPECIAL+OFFERS"><img src="images/Specials.png" width="176" height="62" alt="Banner" /></a></div>
Clicking on the banners does result in navigation to the correct page 1 of these categories. The problem is, when I click on page 2, or "Next," on the page navigation "bar," I am directed to page 2 of all products (/products.asp?pg=2) rather than to /products/All Special Offers?pg=2 or /products/New Listings?pg=2
I have links to both of these categories in my left-hand navigation bar (near the top) and on my /category/ page. The links work correctly for these (i.e., goes to page 2, 3, etc. within the selected category).
I tried many variations for these banner hyperlinks but have yet to find a solution.
Any ideas? My site version# is ASP v7.4.8 (responsive design)
Thanks you! Dan
|