Our store sells download items, and I want to assign newly registered users some free downloads after registering.
I'd rather they didn't have to use a coupon - I want to "credit" their user a/c with n free downloads, and then start charging them after that.
Is there a module which does this already?
--
Full details:
We sell a print publication, and owners of the print edition can also log in to download additional articles.
They get quizzed on user rego to answer a question which proves they have access to a print copy. ("What's the first word on page xxx?")
If they answer that correctly, they get some free downloads.
In the old system, I would track this value against their user, and if the current user has free downloads available, replace the "Buy now" link with "Download for free", using a PHP script which would decrement their downloads value and return the PDF file.
Now that we are moving to UC, I'd like to track these downloads as "free" purchases, which means we can use the cart system and have more useful product reporting integrated. So ... the idea of having product credits which customers can use is appealing.
--
Suggestions and module pointers welcome!
Thanks in advance
