unwanted character
-
geeing1964
- Member
- Posts: 22
- Joined: Sat Jun 18, 2022 8:12 am
- Phoenix Version:
- Has thanked: 4 times
- Been thanked: 1 time
unwanted character
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
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
-
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
Check Admin dashboard > Localisation > Currenciesgeeing1964 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?
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
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?
I put it back in and it still gives the weird symbol in front of £
Anywhere else I can look?
- burt
- Core Team
- Posts: 4551
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: unwanted character
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.
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.
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
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.
-
geeing1964
- Member
- Posts: 22
- Joined: Sat Jun 18, 2022 8:12 am
- Phoenix Version:
- Has thanked: 4 times
- Been thanked: 1 time
-
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
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
-
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
I see prices on your site so presumably you fixed this. What did you do to fix?