Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors
I'm trying to change the 'company name' in page titles auto-populated by cdseo.
I used following instructions as provided in knowledgebase.
---------------------------------------------
Open modules/cdseolinks/cdseo_config.php
FIND:
?>
BEFORE ADD:
// WCM - Customization to replace company name in page title
// Be sure to change "New Title" to the text you want to appear
if ($cdseopage == 'auto-population' OR $_GET['cdseopage'] == 'auto-population')
db_query("UPDATE wcm_cdseo set cdseoTitle = replace(cdseoTitle,'- " . trim($config[Company][company_name]) . "','- New Title')");
// / WCM - Customization to replace company name in page title
---------------------------------------------
I applied auto-population again after following above instructions. However the company name did not change in page titles.
Anybody tried this? Appreciate help.
EDIT: This works with newly added products only. However does not work for existing ones.
Anybody has any clue to get this work for existing product titles?
Thank you.
__________________
X-Cart 5.3.3.4 Multivendor
X-Cart 5.3.3.4 Business (Testing)
|