Does anyone know what is causing the following issue?
The cart is set-up to sell downloadable products using PayPal Payments Standard.
When you buy a product, PayPal completes the transaction and I am getting an e-mail confirmation to buyer and seller with correct download link. thats working fine.
However, when PayPal attempts to return the user to the site to the order confirmation and download link page, it is not rendering the correct URL.
Here is what it looks like when PayPal attemps to return:
https://www.doodlegaggle.com:443https://www.doodlegaggle.com/Images/tabid/62/ctl/Confirm/mid/384/Default.aspx?PayPal=Success
The link works if you remove the beginning of the URL "https://www.doodlegaggle.com:443".
I can't figure out why it adds the URL and number.
I've tried PayPal profile settings with auto-return enabled and disabled. Same results.
On downloadable product setup within the product settings, I have the Download URL set with secure url, Product path left blank, Generate GUID unchecked, Encrypt URL: checked.
SEO friendly URLS are checked in DNN host settings.
Specs: DNN v.5.6.3 Smith-Cart 4.45
Any help is much appreciated!