My x-cart site has CDSEO, and each page has its own CDSEO page title.
Under certain circumstances (when a certain parameter is part of the URL), I would like to add something to the CDSEO page title.
Example:
Let's say that for page
www.mysite.com/pageurl.html I have the CDSEO page title "CDSEO page title".
For the same page but with a certain parameter (that I know how to recognize),
www.mysite.com/pageurl.html?parameter1=Parameter, I would like the page title to be changed to the same CDSEO page title, only with the parameter added, so the title will be changed to something like ""Parameter - CDSEO page title".
The problem is that no matter what I do in /customer/home.tpl inside the <title> tag, the page title displayed remains the original CDSEO title without the parameter. This is probably because of the way CDSEO works (it probably takes whatever is in the <title> tag and overrides it with its own title).
Anyone have any idea how (or at least where in the code) can I make a (temporary) change to the CDSEO page title that will actually show on the page I am displaying?