ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - category view options
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

category view options

 Post Reply Post Reply
Author
Message
macabre View Drop Down
Newbie
Newbie
Avatar

Joined: 14-September-2010
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote macabre Quote  Post ReplyReply Direct Link To This Post Topic: category view options
    Posted: 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!
Back to Top
Greg Dinger View Drop Down
Certified ProductCart Developers
Certified ProductCart Developers
Avatar

Joined: 23-September-2006
Location: United States
Status: Offline
Points: 238
Post Options Post Options   Thanks (0) Thanks(0)   Quote Greg Dinger Quote  Post ReplyReply Direct Link To This Post 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.
Back to Top
macabre View Drop Down
Newbie
Newbie
Avatar

Joined: 14-September-2010
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote macabre Quote  Post ReplyReply Direct Link To This Post Posted: 14-September-2010 at 1:15pm
Originally posted by Greg Dinger Greg Dinger wrote:

Only through custom revisions to the script.  This is not a switch-selectable choice that you can alter via the admin.


Ok thanks for that info. So I am assuming that i would flip flop pcPageDesc and pcShowProducts?

I am a ASP newb.

Thanks.
Back to Top
Greg Dinger View Drop Down
Certified ProductCart Developers
Certified ProductCart Developers
Avatar

Joined: 23-September-2006
Location: United States
Status: Offline
Points: 238
Post Options Post Options   Thanks (0) Thanks(0)   Quote Greg Dinger Quote  Post ReplyReply Direct Link To This Post 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.
Back to Top
macabre View Drop Down
Newbie
Newbie
Avatar

Joined: 14-September-2010
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote macabre Quote  Post ReplyReply Direct Link To This Post Posted: 14-September-2010 at 1:34pm
Which file dynamically controls this?

Thanks.
Back to Top
Greg Dinger View Drop Down
Certified ProductCart Developers
Certified ProductCart Developers
Avatar

Joined: 23-September-2006
Location: United States
Status: Offline
Points: 238
Post Options Post Options   Thanks (0) Thanks(0)   Quote Greg Dinger Quote  Post ReplyReply Direct Link To This Post Posted: 14-September-2010 at 1:45pm
viewcategories.asp
Back to Top
macabre View Drop Down
Newbie
Newbie
Avatar

Joined: 14-September-2010
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote macabre Quote  Post ReplyReply Direct Link To This Post 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
          
Back to Top
Greg Dinger View Drop Down
Certified ProductCart Developers
Certified ProductCart Developers
Avatar

Joined: 23-September-2006
Location: United States
Status: Offline
Points: 238
Post Options Post Options   Thanks (0) Thanks(0)   Quote Greg Dinger Quote  Post ReplyReply Direct Link To This Post Posted: 14-September-2010 at 4:14pm
Be brave.  Be bold.  Try it.
Back to Top
avalight View Drop Down
Newbie
Newbie


Joined: 21-September-2007
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote avalight Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.063 seconds.