Print Page | Close Window

BTO first row of each section....

Printed From: ProductCart E-Commerce Solutions
Category: ProductCart Build To Order
Forum Name: Customizing BTO
Forum Description: Interact with other users, resellers and developers about customizing BTO
URL: https://forum.productcart.com/forum_posts.asp?TID=1349
Printed Date: 27-November-2024 at 2:19am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: BTO first row of each section....
Posted By: gary_enna
Subject: BTO first row of each section....
Date Posted: 05-February-2008 at 4:29pm

So, I have been going through all the posts here in the forum and if I over looked this answer already then I apologize, but I am looking for a way to customize (change the background) of the first row of each section on the BTO Page...Or the category header for each section only.

I have been going through configurePrd.asp and configurePrdCode.asp and pcStorefront.css and have found the css for each section no problem. But as I am finding out that the category header and selections are all linked through CSS....so if i make a color change to .pcBTOfirstRow it changes the whole section and not just the header....same for .pcBTOsecondRow. But I cant seem to figure out how to change just the category header for each section of a BTO product.

Do I need to create a new css option? .pcBTOfirstRow and .pcBTOfirstRowA (category header)? Do i need to change configurePrdCode.asp to make this happen? I keep experimenting with changes but nothing ever seems to happen...or atleast not what i want to happen hahaha. I cant seem to figure out how to css just the category header...

Everyone here seems pretty knowledgable and any help would be appreciated. Thanks in advance.

 




Replies:
Posted By: gary_enna
Date Posted: 11-February-2008 at 11:45am

I guess since I have not received a reply...hahaha....what would someone charge to do what I am asking?



Posted By: Hamish
Date Posted: 18-February-2008 at 5:23pm
Hi Gary,
    Creating a new css option and pointing to that should do the trick.
One thing to be aware of - which may be why you didn't see a change, is that ConfigurePrdCode has TWO sets of very similar code - you need to apply your change to both copies.




Posted By: gary_enna
Date Posted: 18-February-2008 at 5:31pm

Originally posted by Hamish Hamish wrote:

Hi Gary,
    Creating a new css option and pointing to that should do the trick.
One thing to be aware of - which may be why you didn't see a change, is that ConfigurePrdCode has TWO sets of very similar code - you need to apply your change to both copies.


I keep trying to accomplish this, but I cannot seem to get the first row of each section...it seems to color the entire section (category section name + options below it). Do you have any experience accomplishing this? This is really getting frustrating to me haha.



Posted By: gary_enna
Date Posted: 25-February-2008 at 1:53pm

Still looking for anyone who has experience is accomplishing this to help me out if they could, I have even tried emailing a few of the licensed ProductCart developers with no response.

HAHA anyone know/done this before, or know of anyone that could help me out. Thanks again in advance.



Posted By: M Robles
Date Posted: 01-October-2009 at 2:38pm
I was able to make it work by adding a new CSS class to configurePrdCode.asp within the <td> just above the  tag "<%=CATDesc%>" for each of the types of category display sections.  (radio, drop down, check box BTO 3.5 up)
 
here is my mod     "<td colspan="4" class="pcBTOfirstRowHeader">"
 
I then added     .pcBTOfirstRowHeader to my pcStorefront.css along with the appropriate background values.
 
I tried to modify a few select locations of the pcBTOfirstRowHeader but because it is tied to "<%=strCol%>" it modified the entire category table as you have seen.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net