View Single Post
  #3  
Old 10-21-2008, 12:22 PM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default Re: Product Title and CDSEO Pro

"Company Name" comes from your configuration for your actual company name.

You can change this globally with an sql patch as follows, being sure to change "Company Name" to your current title component and "Global Keywords" to your desired title component.

Code:
UPDATE wcm_cdseo set cdseoTitle = replace(cdseoTitle,' - Company Name',' - Global Keywords');

You can run sql patches in x-cart admin -> patch/upgrade -> sql patch
Reply With Quote