| ||||||||||
| Shopping cart software Solutions for online shops and malls | ||||||||||
|
|
||||||||||
| X-Cart Home |
Driving me nuts: Times Roman Font in "checkout page&quo | |||
![]() |
|
||
|
|
Thread Tools | Search this Thread |
|
#1
|
|||||||
|
|||||||
|
Okay....In my css I've selected Sans-serif (arial, verdana, etc) for the fonts.
However, on the checkout page, a customer's info is on the page in times romans font instead. Its ugly, hard to read and this is where the customer *has* to add a different shipping name if they are sending it to someone other than themselves. But because of the font on this page, I think its hard to read. How can I alter the font on this particular page? Doesn't seem to be connected to css and I don't see a font call in the customer/main/checkout templates.....?
__________________
X-Cart 4.1.11 |
|||||||
|
#2
|
|||||||||
|
|||||||||
|
I think this page uses a preformatted style.
you could update the layout to use the stylesheet
__________________
Looking for a reliable X-cart host ? You wont go wrong with either of these. |
|||||||||
|
#3
|
|||||||
|
|||||||
|
Thanks Shan,
I guess I don't understand. How can it be using a pre-formatted style when the xcart has css? Can you help me? Which template needs tweaking? Is it customer details template?
__________________
X-Cart 4.1.11 |
|||||||
|
#4
|
|||||||||
|
|||||||||
|
in customer/main/checkout.tpl find ...
Code:
and replace with Code:
__________________
Looking for a reliable X-cart host ? You wont go wrong with either of these. |
|||||||||
|
#5
|
|||||||
|
|||||||
|
Removing PRE removed the
between all the lines in the customer details too. Do I remove the <pre></pre> and then in customer details add between all the lines of date? Or where can I control the <pre> input?
__________________
X-Cart 4.1.11 |
|||||||
|
#6
|
|||||||||
|
|||||||||
|
it would be better if you made a new customer_details.tpl and gave it some better formatting and include that in checkout.tpl instead.
customer_details.tpl is used in some of the email templates too i think so it may cause problems if you add tags to that file
__________________
Looking for a reliable X-cart host ? You wont go wrong with either of these. |
|||||||||
|
#7
|
|||||||
|
|||||||
|
Ahhhh, gotcha. I can copy that customer details template, rename it and change up the formating to use the font and style that I prefer. Gotcha.
Thanks, Shan!
__________________
X-Cart 4.1.11 |
|||||||
|
#8
|
|||||||
|
|||||||
|
all I did was apply a new stlye into the font tag inside the pre tags
from: <pre> <font> {include file="customer/main/customer_details.tpl"} </font> </pre> to: <pre> <font class=newstyle> {include file="customer/main/customer_details.tpl"} </font> </pre> and it worked easier then having to create a new page. |
|||||||
![]() |
|
| Thread Tools | Search this Thread |
|
|
|
|
|||
|
X-Cart forums © 2001-2020
|
|||