View Single Post
  #596  
Old 01-02-2012, 11:35 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

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

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"}"?>
__________________
xcartmods.co.uk
Reply With Quote