category view options
Printed From: ProductCart E-Commerce Solutions
Category: ProductCart
Forum Name: Customizing ProductCart
Forum Description: Exchange messages with other users that are customizing ProductCart.
URL: https://forum.productcart.com/forum_posts.asp?TID=3998
Printed Date: 15-July-2025 at 5:55pm Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com
Topic: category view options
Posted By: macabre
Subject: category view options
Date 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!
|
Replies:
Posted By: Greg Dinger
Date 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.
------------- GreyBeard Design Group
Certified ProductCart Developer
Web Design/Development/Hosting
http://tinyurl.com/5c8t4t" rel="nofollow - Add-Ons & Custom Code |
|
Posted By: macabre
Date Posted: 14-September-2010 at 1:15pm
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.
|
Posted By: Greg Dinger
Date 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.
------------- GreyBeard Design Group
Certified ProductCart Developer
Web Design/Development/Hosting
http://tinyurl.com/5c8t4t" rel="nofollow - Add-Ons & Custom Code |
|
Posted By: macabre
Date Posted: 14-September-2010 at 1:34pm
Which file dynamically controls this?
Thanks.
|
Posted By: Greg Dinger
Date Posted: 14-September-2010 at 1:45pm
viewcategories.asp
------------- GreyBeard Design Group
Certified ProductCart Developer
Web Design/Development/Hosting
http://tinyurl.com/5c8t4t" rel="nofollow - Add-Ons & Custom Code |
|
Posted By: macabre
Date 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
|
Posted By: Greg Dinger
Date Posted: 14-September-2010 at 4:14pm
Be brave. Be bold. Try it.
------------- GreyBeard Design Group
Certified ProductCart Developer
Web Design/Development/Hosting
http://tinyurl.com/5c8t4t" rel="nofollow - Add-Ons & Custom Code |
|
Posted By: avalight
Date 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
|
|