uc_credits

Categories

Component ID

2343093

Component name

uc_credits

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

this is an ubercart module that gives ubercart the power to sell credits

what it does is add a selectable product feature to grant the user buying that product credits.

uc_credits:

This creates the framework in database and create a rule to grant customers credits , it also creates 2 blocks
1 called (my credits) to show users their credit balance and the other block is Credit history - to allow users to keep track of their orders and deductions

it also has some easy helper functions to help manage granting credits / deducting credits - which can be easily managed through rules and custom php actions or other modules. - See the modules help section for the functions and their use. - good for other uses for example you can create a rule when a user signs up to give them X amount of credits ect.

configure how much $ should 1 credit cost at admin/store/settings/uc-credits

Examples , enter 1 for 1 credit to cost 1$ or enter .10 for 1 credit to cost 5$ etc.

uc_credits_limit

This extends uc_credits to include a limit node buy type creation governed by the amount of credits a user has - kind of like the node_limit by type module but with "credits"

configure at admin/store/settings/uc-credits/types pick the content type , and the # of credits that is required to create that node .

Note ... it works :)