ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart Build To Order > Customizing BTO
  New Posts New Posts RSS Feed - BTO CSS - where is customized price?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

BTO CSS - where is customized price?

 Post Reply Post Reply
Author
Message
cdsinc View Drop Down
Groupie
Groupie
Avatar

Joined: 23-February-2006
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote cdsinc Quote  Post ReplyReply Direct Link To This Post Topic: BTO CSS - where is customized price?
    Posted: 27-January-2009 at 4:44pm
Howdy - this is my 4th store, first using BTO.
 
Im just digging into what CSS affects what output.
 
On the very top of the BTO product config page (configurePrd.asp) you see the product base price, and the dynamic base price.
 
To change the CSS for the words Base Price and Customized Price was easy: the CSS is pcShowProductPrice, so the words Base Price can be whatever font/size - but I do not see how to change the actual prices? 
 
<div class="pcShowProductPrice">
     Base Price:
        <input name="TLdefaultprice" type="text" value="$734.00" readonly size="14" class="transparentField">
        <br>Customized Price:
      <input name="GrandTotal2" type="hidden" value="$734.00">
      <input name="TLGrandTotal2" type="hidden" value="$734.00">
      <input name="TLGrandTotal2QD" type="Text" value="$734.00" readonly size="14" class="transparentField">
      
     
     </div>
 
Help is greatly appreciated!  ThanksSmile
Back to Top
Hamish View Drop Down
Admin Group
Admin Group


Joined: 12-October-2006
Location: United Kingdom
Status: Offline
Points: 56
Post Options Post Options   Thanks (0) Thanks(0)   Quote Hamish Quote  Post ReplyReply Direct Link To This Post Posted: 27-January-2009 at 5:21pm
Hi Cdsinc,
  In pc/pcStorefront.css

Look for :
    /* Style the transparent fields used by ProductCart Build To Order and Apparel Add-on */
    #pcMain .transparentField {

and add a :-
font-size:

HTH
Back to Top
cdsinc View Drop Down
Groupie
Groupie
Avatar

Joined: 23-February-2006
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote cdsinc Quote  Post ReplyReply Direct Link To This Post Posted: 27-January-2009 at 5:42pm

that did it ! thank you !!

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.047 seconds.