The URL to view the reciept in the order notification for both admin and customer is not appended with https. This make the link go to access forbidden page.
Everything is set to https on the site.
Please help. Thanks
The URL to view the reciept in the order notification for both admin and customer is not appended with https. This make the link go to access forbidden page.
Everything is set to https on the site.
Please help. Thanks
You can just hard-code the https directly into {root}/xmlpackages/notification.receipt.xml.config and notification.adminneworder.xml.config files. Follow this code below:
from:
to:Code:<a href="{/root/System/StoreUrl}receipt.aspx?ordernumber={/root/Runtime/ordernumber}&customerid={customerid}">
Code:<a href="https://yoursite.com/receipt.aspx?ordernumber={/root/Runtime/ordernumber}&customerid={customerid}">