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)
-   -   Currency image instead of INR (https://forum.x-cart.com/showthread.php?t=63005)

totaltec 05-29-2012 05:29 AM

Re: Currency image instead of INR
 
I believe that Cherie is suggesting that you change the font.
Code:

table.product-properties .product-price-value {
color:
#B51A00;
font-weight: bold;
font-size: 12px;
font-family: verdana;
white-space: nowrap;
}

Try a different font like Arial.

buywink 05-31-2012 11:09 PM

Re: Currency image instead of INR
 
Hi,
Mike no luck....

xtech 06-02-2012 09:41 AM

Re: Currency image instead of INR
 
Quote:

Originally Posted by totaltec
I believe that Cherie is suggesting that you change the font.
Code:

table.product-properties .product-price-value {
color:
#B51A00;
font-weight: bold;
font-size: 12px;
font-family: verdana;
white-space: nowrap;
}

Try a different font like Arial.


Hi Mike,
Cannot get any Indian Currency Symbol.How to get?Thanks..

ADDISON 06-02-2012 12:30 PM

Re: Currency image instead of INR
 
1 Attachment(s)
@xtech - you have a custom work, for sure something happened with your DB or files.

1) Could you use Webmaster Mode and check what file is loaded for primary currency? Moving your mouse pointer in Debug window over template file names you will see a border surrounding your currency. Once you find the right file upload it here. I uploaded for you currency.tpl from original. Backup your file in [XC_Dir]/skin/common_files and replace with this one. Clear cache and reload your front-end.

2) Your currency symbol and format is stored inside the DB in [xcart_config] table: currency_symbol and currency_format fields. Check values for them. For example in my case currency_format = $x and currency_symbol = $.

3) Maybe you could have a problem with characters type like UTF-8? You are Indian, I am not sure it could be this, but who knows. Seeing your source code here is the type character you set:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />


All times are GMT -8. The time now is 12:18 PM.

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