View Single Post
  #4  
Old 02-10-2009, 05:37 AM
  JWait's Avatar 
JWait JWait is offline
 

X-Man
  
Join Date: Nov 2005
Location: California
Posts: 2,440
 

Default Re: category special charactor create error

I'm no expert at Smarty but I think what is not changing the title is in skin1/customer/home.tpl...
Code:
{$location[position].0|strip_tags|escape} maybe change to {$location[position].0|escape} or {$smarty.capture.title|replace:" ":" "|truncate:$config.SEO.page_title_limit|replace:" ":" "} maybe change to {$smarty.capture.title|replace:" ":" "|replace:"&":"&"|truncate:$config.SEO.page_title_limit|replace:" ":" "|replace:"&":"&"}
Good luck!
__________________
Two Separate X-Cart Stores
Version 4.4.4 Gold - X-AOM - Vivid Dreams Aquamarine (modified) - Linux
Mods - Newest Products - View All -, and a few others. Numerous upgrades from 4.0.x series.
Integrated with Stone Edge Order Manager + POS

Version 4.1.12 Gold (fresh install) - X-AOM - Linux
Mods - XCSEO free
Reply With Quote