View Single Post
  #647  
Old 03-25-2012, 02:31 PM
  MythNReality's Avatar 
MythNReality MythNReality is offline
 

X-Adept
  
Join Date: Mar 2005
Location: S. Cali
Posts: 403
 

Default Re: X-Cart Smart Template v4.4.x

Quote:
Originally Posted by PhilJ
Hi Masada, sure PM'd you.

If anyone has Torben's issue above with characters in a different language, then...

skin/smart_template/customer/home.tpl

Change...

Code:
<?xml version="1.0" encoding="{$default_charset|default:"iso-8859-1"}"?>

to...

Code:
<?xml version="1.0" encoding="{$default_charset|default:"UTF-8"}"?>

Phil:

after followed your instruction I've got the following:
Validation Output:

Error Line 1, Column 6: XML declaration allowed only at the start of the document

<?xml version="1.0" encoding="iso-8859-1"?>

Is there a fix of this issue?

TKS.
__________________
_____________
Capture Your Mini-Me Look!

- X-CART Gold (Current Version) V4.6
- Reboot
- CDSEO
Reply With Quote