Nordic_GingerJames Posted April 18, 2004 Posted April 18, 2004 Hi Guys, Thanks inadvance for taking the time to read this posting. I tried General Support but had no joy there. I have a problem when updating the Orders, the email is sent however the URL is wrong. Order Process URL (status pending - and correct URL). Detailed Invoice: https://secure.someplace.com/a_name/accoun....php?order_id=7 Order Update URL (status processing). Detailed Invoice: https://secure.someplace.com/account_histor....php?order_id=7 Order Update URL (status Delivered). Detailed Invoice: https://secure.someplace.com/account_histor....php?order_id=7 the /a_name/ part of the URL is missing, but i find it strange that it works fine in the order pending email and not the other 2 emails...... Any ideas and pointers are more than welcome. version 2.2ms2 downlaoded 29.03.2004 Thanks GJ
Nordic_GingerJames Posted April 18, 2004 Author Posted April 18, 2004 OK I have sorted this one out :D Solution was to edit the Admin configure.php this line: define('HTTPS_CATALOG_SERVER', 'https://secure.someplace.com/); changed to this: define('HTTPS_CATALOG_SERVER', 'https://secure.someplace.com/a_name); And now all seems to be V.Fine GJ
Recommended Posts
Archived
This topic is now archived and is closed to further replies.