View Single Post
  #5  
Old 10-23-2008, 01:58 PM
 
timbrrr timbrrr is offline
 

eXpert
  
Join Date: Feb 2006
Posts: 277
 

Default Re: Product Title and CDSEO Pro

Could you give the exact syntac to switch the cdseoTitle and the company name around?

The end result would be Company name then the cdseo

I tried doing this with the example but wasnt gettting something right... kept getting a mysql error

Thanks


Quote:
Originally Posted by Jon
"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
__________________
X-Cart Gold 4.6.3
Codero dedicated server
Reply With Quote