unwanted character

Open to all! Ask other shopowners for help.
geeing1964
Member
Posts: 22
Joined: Sat Jun 18, 2022 8:12 am
Phoenix Version:
Has thanked: 4 times
Been thanked: 1 time

unwanted character

Post by geeing1964 »

morning everyone,

I'm seeing a strange character when emails are being sent to customers etc....

"Sub-Total:£6.00"

Can anyone tell me whereabouts I can remove this character?

Thanks
G


Join The Code Co-op to get access to your library in the Code Co-op Forum
heatherbell
Senior Contributor
Posts: 2540
Joined: Mon Oct 07, 2019 4:39 am
Phoenix Version:
Has thanked: 35 times
Been thanked: 243 times

Re: unwanted character

Post by heatherbell »

geeing1964 wrote: Thu Jul 07, 2022 9:29 am I'm seeing a strange character when emails are being sent to customers etc....
"Sub-Total:£6.00"
Can anyone tell me whereabouts I can remove this character?
Check Admin dashboard > Localisation > Currencies
Edit to remove the symbol if you see it there or remove any space before the £ in Symbol Left
geeing1964
Member
Posts: 22
Joined: Sat Jun 18, 2022 8:12 am
Phoenix Version:
Has thanked: 4 times
Been thanked: 1 time

Re: unwanted character

Post by geeing1964 »

Thanks. I removed the symbol and it worked but I still need the £ symbol.
I put it back in and it still gives the weird symbol in front of £

Anywhere else I can look?
User avatar
burt
Core Team
Posts: 4551
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: unwanted character

Post by burt »

This is usually a character set problem.

Admin > Tools > Database Tables. Check all these are UTF 8

In the source code of your site, check that this line exists;

<meta charset="utf-8">

somewhere near the top of the source code.
I am not here to build for you.
I am here to build with you. Let's help each other.
geeing1964
Member
Posts: 22
Joined: Sat Jun 18, 2022 8:12 am
Phoenix Version:
Has thanked: 4 times
Been thanked: 1 time

Re: unwanted character

Post by geeing1964 »

Afraid still the same. I run checks etc and all retired GREEN OK... not to worry, I'll replace £ with GBP.. thanks for your help.. much appreciated.
Denzel
Member
Posts: 87
Joined: Sat Oct 31, 2020 7:22 pm
Phoenix Version:
Has thanked: 9 times
Been thanked: 15 times

Re: unwanted character

Post by Denzel »

Maybe you can try &pound; instead of £ ?
geeing1964
Member
Posts: 22
Joined: Sat Jun 18, 2022 8:12 am
Phoenix Version:
Has thanked: 4 times
Been thanked: 1 time

Re: unwanted character

Post by geeing1964 »

Thanks, but didn't work... Not to worry, I'll plod along with it.
14Steve14
Senior Contributor
Posts: 923
Joined: Fri Oct 25, 2019 7:01 pm
Phoenix Version: v1.0.9.1
Has thanked: 17 times
Been thanked: 103 times

Re: unwanted character

Post by 14Steve14 »

I seem to remember having a similar problem a while back. I think in the end I removed the GBP currency from admin - Localisation - currencies. Refreshed the browser and then added the currency by clicking on the same page as where it was removed click the +New currency button and install the GDP currency from there. It installed properly the second time.
geeing1964
Member
Posts: 22
Joined: Sat Jun 18, 2022 8:12 am
Phoenix Version:
Has thanked: 4 times
Been thanked: 1 time

Re: unwanted character

Post by geeing1964 »

Thanks, done that, all my prices disappeared 😳
heatherbell
Senior Contributor
Posts: 2540
Joined: Mon Oct 07, 2019 4:39 am
Phoenix Version:
Has thanked: 35 times
Been thanked: 243 times

Re: unwanted character

Post by heatherbell »

geeing1964 wrote: Thu Jul 07, 2022 4:59 pm Thanks, done that, all my prices disappeared 😳
I see prices on your site so presumably you fixed this. What did you do to fix?


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply