X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Option / Variant font? (https://forum.x-cart.com/showthread.php?t=34976)

davej2k 10-28-2007 07:40 AM

Option / Variant font?
 
Does anyone know how I can change the font used to show an option for a product?
E.g. on our website we have size and quantity options but the quantity shows up in bold and size doesn't.

balinor 10-28-2007 08:46 AM

Re: Option / Variant font?
 
In the drop-downs you mean? You can edit those in modules/Product_Options/customer_options.tpl

davej2k 11-04-2007 04:22 AM

Re: Option / Variant font?
 
Quote:

Originally Posted by balinor
In the drop-downs you mean? You can edit those in modules/Product_Options/customer_options.tpl

Sorry I don't think I made it too clear, we require the label that says size that we want to be bold like the quantity option.

balinor 11-04-2007 05:36 AM

Re: Option / Variant font?
 
Same template, change this:

<td valign="middle" height="25">{if $usertype eq "A"}{$v.class}{else}{$v.classtext|default:$v.class }{/if}</td>

to this:

<td valign="middle" height="25"><strong>{if $usertype eq "A"}{$v.class}{else}{$v.classtext|default:$v.class }{/if}</strong></td>

davej2k 11-04-2007 06:25 AM

Re: Option / Variant font?
 
Sorted. Thanks Balinor!


All times are GMT -8. The time now is 06:11 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.