Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

Currently I have files attached to each product as a 'file download' feature.

In Ubercart there is an option to set number of downloads a user can make using a file download link. in my case it is three times.

Every time when a customer purchases a product an email with one file download link is sent.

When that customer clicks on the link the file is downloaded, but if the customer wants to download the same report again and clicks on the file download link he/she will get an error saying:

The following URL is not a valid download link. Please contact the site administrator if this message has been received in error.

This is happening because, UC changes the file download link every time when an file is downloaded. In my case 3 times, so the first email sent to customer with a file download link is not valid to download for the next two times.

So is there any way to send all three unique file download links in a same email for a product? or a way to restrict ubercart to not to change the file download link.

I am trying to do this on both D6 and D7.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.