![]() |
category view options |
Post Reply
|
| Author | |
macabre
Newbie
Joined: 14-September-2010 Status: Offline Points: 0 |
Post Options
Thanks(0)
Quote Reply
Topic: category view optionsPosted: 14-September-2010 at 1:00pm |
|
Hello all, quick questions -
Is there a way to rearrange my product view in each category so that when the page loads it shows the products first, then the products description. As it stands now when a category page loads it shows the page description and the products below. Thanks! |
|
![]() |
|
Greg Dinger
Certified ProductCart Developers
Joined: 23-September-2006 Location: United States Status: Offline Points: 238 |
Post Options
Thanks(0)
Quote Reply
Posted: 14-September-2010 at 1:04pm |
|
Only through custom revisions to the script. This is not a switch-selectable choice that you can alter via the admin.
|
|
![]() |
|
macabre
Newbie
Joined: 14-September-2010 Status: Offline Points: 0 |
Post Options
Thanks(0)
Quote Reply
Posted: 14-September-2010 at 1:15pm |
Ok thanks for that info. So I am assuming that i would flip flop pcPageDesc and pcShowProducts? I am a ASP newb. Thanks. |
|
![]() |
|
Greg Dinger
Certified ProductCart Developers
Joined: 23-September-2006 Location: United States Status: Offline Points: 238 |
Post Options
Thanks(0)
Quote Reply
Posted: 14-September-2010 at 1:21pm |
|
roughly speaking, yes. just make a backup copy of your files before you dig in so you have a recovery option.
|
|
![]() |
|
macabre
Newbie
Joined: 14-September-2010 Status: Offline Points: 0 |
Post Options
Thanks(0)
Quote Reply
Posted: 14-September-2010 at 1:34pm |
|
Which file dynamically controls this?
Thanks. |
|
![]() |
|
Greg Dinger
Certified ProductCart Developers
Joined: 23-September-2006 Location: United States Status: Offline Points: 238 |
Post Options
Thanks(0)
Quote Reply
Posted: 14-September-2010 at 1:45pm |
|
viewcategories.asp
|
|
![]() |
|
macabre
Newbie
Joined: 14-September-2010 Status: Offline Points: 0 |
Post Options
Thanks(0)
Quote Reply
Posted: 14-September-2010 at 3:57pm |
|
Ok thats what I figured. Navigating that file I found the pcPageDesc class inside a table. Now, is this as easy as moving this chunk of code below the products..
' Start Show long category description if (LDesc<>"") and (HideDesc<>"1") then %> <tr> <td> <div class="pcPageDesc"><%=LDesc%></div> </td> </tr> <% end if ' End Show Categories Description |
|
![]() |
|
Greg Dinger
Certified ProductCart Developers
Joined: 23-September-2006 Location: United States Status: Offline Points: 238 |
Post Options
Thanks(0)
Quote Reply
Posted: 14-September-2010 at 4:14pm |
|
Be brave. Be bold. Try it.
|
|
![]() |
|
avalight
Newbie
Joined: 21-September-2007 Status: Offline Points: 3 |
Post Options
Thanks(0)
Quote Reply
Posted: 22-September-2010 at 11:09am |
|
a while back, I moved this description code to the end of section and it worked fine for me. Just need to relocate it to the right place!
|
|
Curt
|
|
![]() |
|
Post Reply
|
|
|
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 |