Modifying viewCat_h.asp |
Post Reply | Page 12> |
Author | |
Dean
Newbie Joined: 28-October-2005 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
Posted: 01-December-2005 at 1:06am |
As you can see from the photshop'd screen capture I am trying to add
the additional page pointer to the top of the screen. The problem
with the current situation is our customers are not clicking on the
second page because they fail to see it even exists. I've
identified that veiwCat_h.asp is the file that most needs to be
changed. I've found the code and when I cut and paste it
into the most likely looking place in the table, well lets just say the
results are not what I'm looking for.
The modified page loses its nice arrangement and no amount of fiddling
with <table> <tr> <td> tags seems to fix the
problem. It looks like a simple thing to change, but I'm
stummped. For what it is worth I'm using Dreamweaver MX.
|
|
Nothing
Newbie Joined: 02-November-2005 Location: Canada Status: Offline Points: 0 |
Post Options
Thanks(0)
|
hi dean
i had the same issues. the beolw code worked for me. it's from the product support pages i believe. ---------------------------------------------------------- Yes, but you will have to modify the asp source code on the page. For example, this is the code that would be used towards the top of viewCat_h.asp. 2005-12-06_164542_Forward-Back-Buttons.txt ---------------------------------------------------------- i'm using ProductCart v2.75g12a16 and all works great here. hope it helps. nothing Edited by Nothing - 06-December-2005 at 4:46pm |
|
Dean
Newbie Joined: 28-October-2005 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
|
Thanks for the pointer. Thats just what I needed to get
started. For anyone else that wants to make the change to
viewCat_h.asp shown in my screen shot above here is detailed
instructions.
On line 226 you will find this line: next %></b></font></td></tr> Insert the code below between the </b> and the </font> tags next %></b> Put the code here </font></td></tr>
Edited by Dean - 06-December-2005 at 10:34am |
|
Nothing
Newbie Joined: 02-November-2005 Location: Canada Status: Offline Points: 0 |
Post Options
Thanks(0)
|
your code has formatting issues. the code supplied by product cart should paste into your space without errors.
nothing |
|
Dean
Newbie Joined: 28-October-2005 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
|
The code supplied by Early Imapact has formating issues as well.
I'm no expert when it comes to formating <tables> <tr> and
<td> tags. But, I do know what I see, and when I posted Early
Impacts code into that spot it put the next page pointer down one
row. I wanted it right next to the catagory.
I am up for learning though, what formatting issues do you see? |
|
Nothing
Newbie Joined: 02-November-2005 Location: Canada Status: Offline Points: 0 |
Post Options
Thanks(0)
|
Hello I haven’t actually tried your code, but from what I see at the end of line 5 “&l t;/a>“ should be “</a>” and mid way through line 12 “<%=ProdSort%& gt;” should be “<%=ProdSort%>”. I’m sure it’s just a formatting issue, but I believe the code would error if I were to copy and paste it. nothing |
|
Dean
Newbie Joined: 28-October-2005 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
|
Good eye, you're right, the code as displayed is junk.
When I cut and paste from DreamWeaver or Notepad the code gets scrambled. Heck I even cut and pasted from your post and it got scrambled. |
|
Nothing
Newbie Joined: 02-November-2005 Location: Canada Status: Offline Points: 0 |
Post Options
Thanks(0)
|
the html text editor for posting messages on this form is corrupting the code. the more i edit the code i posted the worse it gets.
oh well. nothing Edited by Nothing - 06-December-2005 at 1:43am |
|
ComputerJack
Newbie Joined: 28-October-2005 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
|
You can try wraping your code with [ CODE ] code here [ / CODE ] (without all the spaces) and the forum should display it properly.
|
|
Dean
Newbie Joined: 28-October-2005 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
|
Thanks for the [ code ] hint.
|
|
Post Reply | Page 12> |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |