Print Page | Close Window

BTO CSS - where is customized price?

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=2402
Printed Date: 13-May-2024 at 8:38am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: BTO CSS - where is customized price?
Posted By: cdsinc
Subject: BTO CSS - where is customized price?
Date 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



Replies:
Posted By: Hamish
Date 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


-------------
Editing ProductCart Code?

See http://wiki.earlyimpact.com/developers/editcode" rel="nofollow - WIKI Guidelines for Editing ProductCart's ASP Source Code



Posted By: cdsinc
Date Posted: 27-January-2009 at 5:42pm

that did it ! thank you !!




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