im using version 1.5
when i send a dispatched msg for an order the link is wrong.
The link is like this
https://www.mydomain.com/adminindex....order_id=99999
thanks to any1 that can help.
im using version 1.5
when i send a dispatched msg for an order the link is wrong.
The link is like this
https://www.mydomain.com/adminindex....order_id=99999
thanks to any1 that can help.
This is my Signature: w00t
It relies on the HTTP_CATALOG_SERVER, HTTPS_CATALOG_SERVER, DIR_WS_CATALOG, and DIR_WS_HTTPS_CATALOG settings. It looks like you've got your admin foldername in one of the "catalog" paths, when you should not.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Hi Doc,
Where do I check can you be a bit more specific where I should look?
Thanks!
This is my Signature: w00t
Your /renamed-admin-folder/includes/configure.php file
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Hi,
define('DIR_WS_HTTPS_CATALOG', '/admin);
this was set to admin folder. I made it: define('DIR_WS_HTTPS_CATALOG', '/');
Thank you very much Dr Byte!
This is my Signature: w00t