I have tried 4 times, and each order is in status paid and they're not showing up.
I have a downloadable product that I've set to $0 for the cost for testing, and I'm using a PO number for payment so I'm not actually hitting a payment gateway.
So the links aren't there, but the status is in paid.
Just tested it here - demo.nopCommerce.com. It works fine. Purchase this downloadable product and let me know your order id. After it's done, I'll mark it as paid and you'll see 'download' link (order details page)
I did figure it out. The link blends in and is not very obvious. Something more like "Download your product here" would be best, and in a different color.
You can easily change the text in content : management --> localisation
You can also change text style to suit your needs
I am having this same issue where the "download" link is not very noticeable. How can I change the text to "download your product here" or something similar in version 3.8?
Also, is there a way to send the download link in the order placed customer email?
You can easily change the text in content : management --> localisation
You can also change text style to suit your needs
I am having this same issue where the "download" link is not very noticeable. How can I change the text to "download your product here" or something similar in version 3.8?
Also, is there a way to send the download link in the order placed customer email?
Thanks, Dave
Also, is there a way to send the download link in the order placed customer email?==>You have to customize
MessageTokenProvider.cs
current code is ==>
//add download link if (_downloadService.IsDownloadAllowed(orderItem)) { //TODO add a method for getting URL (use routing because it handles all SEO friendly URLs) string downloadUrl = string.Format("{0}download/getdownload/{1}", GetStoreUrl(order.StoreId), orderItem.OrderItemGuid); string downloadLink = string.Format("<a class=\"link\" href=\"{0}\">{1}</a>", downloadUrl, _localizationService.GetResource("Messages.Order.Product(s).Download", languageId)); sb.AppendLine("<br />"); sb.AppendLine(downloadLink); }
I changed my download option from manual to automatic after payment and anyone who has previous purchased if not getting 'n/a', not the 'download' link? How can this be fixed?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.