Hi Jon.
I installed this x-cart admin addon, but it doesn't do what I was expecting. It just provides CDSEO fields within the X-Cart product update page. So, I've carefully backed out through the install document.
However, the replacement of -p with _p in the url is happening again. I've installed the patch that you gave me before:
Code:
UPDATE wcm_cdseo set cdseoUrl = replace(cdseoUrl,'_p','-p');
but the _p replacement is still happening.
Suggestions please?
Thanks, Steve.