Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
 All Forums
 Technical
 ASP (Windows server) versions
 Problem with link to category page
Author « Topic »  

collec98
Starting Member

USA
10 Posts

Pre-sales questions only
(More Details...)

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

dbdave
ECT Moderator

USA
10276 Posts

Posted - 06/02/2022 :  11:07:29  
Hi, have you tried to hover over the links (and view the URL's) in the left navigation and in the top bar to see if you notice a difference in the hyperlinks?

David

collec98
Starting Member

USA
10 Posts

Pre-sales questions only
(More Details...)

Posted - 06/02/2022 :  11:31:26  
Hi David,

I tried matching the URLs before without success, but you got me thinking. I made the change to my project.dwt (template file) as well and it appears to be working now.

Thank you for the prompt!

Dan

collec98
Starting Member

USA
10 Posts

Pre-sales questions only
(More Details...)

Posted - 06/02/2022 :  11:33:54  
I should have included the URL fixes; they are:

<div class="topoffers1"><a href="../products/NEW+LISTINGS"><img src="images/New.png" width="176" height="62" alt="Banner" /></a></div>
<div class="topoffers2"><a href="../products/ALL+SPECIAL+OFFERS"><img src="images/Specials.png" width="176" height="62" alt="Banner" /></a></div>

dbdave
ECT Moderator

USA
10276 Posts

Posted - 06/02/2022 :  14:47:24  
Hi Dan, I'm glad I could help in some way.
I see you must be using extensionless URL's and that seems to be the difference.

David
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000