Page 1 of 1

trying to find where currency is defined

Posted: Tue Feb 01, 2011 12:30 pm
by scotch33
hello,

I am trying to get CalGuy's shop to show the correct currency in an online shop. I have hard coded the correct currency symol in wherever the shop is not automatically showing it, but I have one place left that I cannot find (see the image below). can anyone point me at the file / template that is controlling this description so I can kill the {currencysymbol} and replace it with hard coding. It's where the attribute set shows any additional cost in the order confirmation product entries.

I'm using 1.92, Products 2.9.2 and Cart 1.7.4

Thanks

Image

Re: trying to find where currency is defined

Posted: Tue Feb 01, 2011 7:45 pm
by calguy1000
CGEcommerceBase has a setting for it, on the General Tab IIRC.

Re: trying to find where currency is defined

Posted: Fri Sep 09, 2011 2:49 pm
by flatcap1
I get this problem too but I have set:

Currency Symbol: £ and
Currency Code: GBP

in the Calguys Ecommerce Base General Settings Tab.

It also display a $ symbol by each attribute in the ViewCart list of products which take it's value from {$oneitem->summary} but I can't find where in the code this is setup.

Anyone?

Re: trying to find where currency is defined

Posted: Wed Sep 14, 2011 10:49 am
by flatcap1
I've resorted to using jQuery to search and replace the $ symbol for £ which works OK.