
Originally Posted by
fairylite
I want to remove the link because it shows up as
www.domainA.com/B in order update emails only (but not order confirmation emails which shows
www.domainB.com), and I prefer to keep the two separate (
www.domainA.com and
www.domainB.com are sharing the same webspace; domainB is a subdomain of domainA, and it's just a custom URL that I purchased to redirect/mask the fact that I'm also using domainA). If I can't modify it, then I don't mind taking it out altogether.
If the link is being generated wrong, then your /admin/includes/configure.php file has incorrect settings for these:
Code:
define('HTTP_CATALOG_SERVER', 'http://URL');
define('HTTPS_CATALOG_SERVER', 'https://URL');
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');