ASP Shopping Cart Software top image
home
about VP-ASP
VP-ASP features
View VP-ASP Demo
Contact us about VP-ASP
Our development services
Download the FREE VP-ASP Demo

Q/. Can product page navigation (next/previous) be added to the top of the page like it currently is at the bottom of product pages? If so, how?

A/. Open shopdisplayproducts.asp and locate hte following around line 199:

if getconfig("xproductpagingnextprevious")="Yes" then
    PageNavBarNext SQL
else
    PageNavBar SQL
end if     
 

Copy this and paste this directly below the following line at around line 136:

response.write "<p align=center>" & smallinfofont & getlang("langCommonPage") & " " & mypage & getlang("langCommonof") & " " & maxpages & smallinfoend & vbcrlf

Save and upload your page.

printable version

 

Back to Main Page