WP Plugin for UNIQUE digital downloads?

4 replies
  • WEB DESIGN
  • |
Hi there,

What I'm looking for: A WP plugin that will pull a specific code from a CSV and either send it to customer email or display it to customer after purchase. Preferably one that works with WooCommerce or WP E-commerce.

Each code can only be used once and is unique.

Any help here would be greatly appreciated! Thanks in advance.
#digital #downloads #plugin #unique
  • Profile picture of the author Bellerine
    Anyone? I'd REALLY appreciate some help; it's driving me nuts!
    {{ DiscussionBoard.errors[8385897].message }}
    • Profile picture of the author DanCoder
      If I'm honest, I'm not completely sure what you mean But I do know of Easy Digital Downloads which is as far as I know one of the most extensive digital download plugins out there. Chances are it'll have what your looking for. It's free anyway so worth a look. https://easydigitaldownloads.com/
      {{ DiscussionBoard.errors[8386441].message }}
  • Profile picture of the author UMS
    Does it have to come from a CSV file? That seems like a very awkward way of handling the download ID.
    {{ DiscussionBoard.errors[8387995].message }}
  • Profile picture of the author adenicol
    I think I see what you want to do but I do not believe there is anything out there that does it. Probably the easiest way (and you would need to do some programming for this) is to have a random code generated when the email is sent out and then have that code dropped into a database for whatever plugin you are using to handle the download.

    So if you are using easydigitaldownloads, it stores it's codes in a database table. When the email is sent to the end user the PHP Rand() function can generate a unique password and then use wordpresses database calls to place that code in the easydigitaldownloads table along with placing it in the email.

    Other than that, I don't know of any other solutions that would send a unique code to everyone.
    {{ DiscussionBoard.errors[8389163].message }}

Trending Topics