Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Currency image instead of INR

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #11  
Old 05-25-2012, 12:05 AM
  ADDISON's Avatar 
ADDISON ADDISON is offline
 

X-Man
  
Join Date: Jan 2008
Posts: 2,613
 

Default Re: Currency image instead of INR

about mini-cart module. you made changes in your template. Just giving you one, when I push Add Cart button nothing happening. But the script adds the product to cart. Original behavior with that animated gif, message Added over the button you should leave it as it was. Assume you are a customer push the button and no pop-up window, no message. You also changed the mini cart template to show information about products inside when not collapsed. As an advice all changes I make inside the script I write them in a file, with date and comments I did in file for easy finding. If something is going wrong I know how to undo the changes. Working with out of box shopping carts you must have a discipline in changes and knowing everything any moment.

totaltec (mike white) has a great video tutorial about changing templates. follow his advice not altering common_files. personally I created one without using anything from common_files, just made a clone of the whole directory and used it separately. mike explains this in his tutorial. in this way you will protect the original files, when a problem appears you will know where to search
__________________
X-Cart Next: Business 5.2 (learning and testing)
X-Cart Classic: Gold and Gold Plus 4.7
Lots of Modules and Customizations
OS in use: Red Hat Enterprise, Fedora, CentOS, Debian, Ubuntu, Linux Mint, Kali Linux
Ideas for Server configuration (basicaly): Nginx/Pound (reverse proxy), Apache/Nginx (webserver), Squid/Varnish (cache server), HHVM or (PHP-FPM + PHP 5.6 + opcache), MariaDB/Percona MySQL Server, Redis (storing sessions)

You can catch my ideas here: http://ideas.x-cart.com
Reply With Quote
  #12  
Old 05-25-2012, 12:13 AM
 
xtech xtech is offline
 

X-Adept
  
Join Date: Jun 2010
Posts: 605
 

Default Re: Currency image instead of INR

Quote:
Originally Posted by am2003
totaltec already told you how to solve this issue. you should read the manual about primary and alternative currency to understand how to set the symbols and where. cherie offered you the symbol, just use it.

"I assume you may already know about Settings > General Settings > General Parameters (third section on General Settings page) Primary currency symbol

What do you have set there?"

Hi am2003,

I have set Primary currency symbol INR

Thanks.
__________________
X-cart Platinum
4.6.1
Reboot template
Reply With Quote
  #13  
Old 05-25-2012, 01:12 AM
 
xtech xtech is offline
 

X-Adept
  
Join Date: Jun 2010
Posts: 605
 

Default Re: Currency image instead of INR

HI am2003,
I cannot get any image after adding "& #8377;" as suggested by cherie.How to get indian currency symbol in price?
__________________
X-cart Platinum
4.6.1
Reboot template
Reply With Quote
  #14  
Old 05-25-2012, 01:35 AM
  ADDISON's Avatar 
ADDISON ADDISON is offline
 

X-Man
  
Join Date: Jan 2008
Posts: 2,613
 

Default Re: Currency image instead of INR

you can edit directly inside the template using that symbol or using your own image (html tag <img />.

Quote:
Originally Posted by xtech
HI am2003,
I cannot get any image after adding "& #8377;" as suggested by cherie.How to get indian currency symbol in price?
__________________
X-Cart Next: Business 5.2 (learning and testing)
X-Cart Classic: Gold and Gold Plus 4.7
Lots of Modules and Customizations
OS in use: Red Hat Enterprise, Fedora, CentOS, Debian, Ubuntu, Linux Mint, Kali Linux
Ideas for Server configuration (basicaly): Nginx/Pound (reverse proxy), Apache/Nginx (webserver), Squid/Varnish (cache server), HHVM or (PHP-FPM + PHP 5.6 + opcache), MariaDB/Percona MySQL Server, Redis (storing sessions)

You can catch my ideas here: http://ideas.x-cart.com
Reply With Quote
  #15  
Old 05-25-2012, 01:39 AM
 
xtech xtech is offline
 

X-Adept
  
Join Date: Jun 2010
Posts: 605
 

Default Re: Currency image instead of INR

Hi am 2003,
In which tpl file and where for Artistictune business theme in 4.4.2 pro?
__________________
X-cart Platinum
4.6.1
Reboot template
Reply With Quote
  #16  
Old 05-25-2012, 02:58 AM
  ADDISON's Avatar 
ADDISON ADDISON is offline
 

X-Man
  
Join Date: Jan 2008
Posts: 2,613
 

Default Re: Currency image instead of INR

Use [Webmaster Mode] to find the right template file. This tool should become your best friend working with XC.

Normally the files should be located in skin/common_files.
__________________
X-Cart Next: Business 5.2 (learning and testing)
X-Cart Classic: Gold and Gold Plus 4.7
Lots of Modules and Customizations
OS in use: Red Hat Enterprise, Fedora, CentOS, Debian, Ubuntu, Linux Mint, Kali Linux
Ideas for Server configuration (basicaly): Nginx/Pound (reverse proxy), Apache/Nginx (webserver), Squid/Varnish (cache server), HHVM or (PHP-FPM + PHP 5.6 + opcache), MariaDB/Percona MySQL Server, Redis (storing sessions)

You can catch my ideas here: http://ideas.x-cart.com
Reply With Quote
  #17  
Old 05-25-2012, 07:49 AM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default Re: Currency image instead of INR

When I put the code in the Primary Currency Symbol box in General Settings (without spaces) it works fine.
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote
  #18  
Old 05-28-2012, 12:42 AM
 
buywink buywink is offline
 

Advanced Member
  
Join Date: Apr 2012
Posts: 93
 

Default Re: Currency image instead of INR

Hi Cherie,

After adding this code it displays this-

http://buywink.com/screenshots.jpg
__________________
x-cart Gold 4.4.5
Reply With Quote
  #19  
Old 05-28-2012, 08:35 AM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default Re: Currency image instead of INR

It displays fine on a Mac. Looks like you'll need to change the font to one that supports those unicode characters on Windows, such as Arial Unicode MS:

http://en.wikipedia.org/wiki/Unicode_and_HTML#Web_browser_support
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote
  #20  
Old 05-29-2012, 02:39 AM
 
buywink buywink is offline
 

Advanced Member
  
Join Date: Apr 2012
Posts: 93
 

Default Re: Currency image instead of INR

Hi,
I do not understand please clarify.If I want to see in windows with Mozila firefox in browser.What exactly to add in currency settings?

Thanks.
__________________
x-cart Gold 4.4.5
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 12:02 AM.

   

 
X-Cart forums © 2001-2020