Closed (fixed)
Project:
Commerce Credits
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Oct 2011 at 01:43 UTC
Updated:
19 Jan 2012 at 17:33 UTC
Hi there,
I've been struggling to configure commerce_credits, and I thought it best to ask if my use case is even possible before I continue further.
My use case:
Is this an appropriate use case for commerce_credits? If so, roughly how do we go about this?
Comments
Comment #1
guillaumev commentedHi,
Sorry for the late reply, but I'm really busy these days and I must admit I don't have much time to develop on the modules I created.
Anyway I think your use case is possible with commerce credits, but not out of the box: in other words, it will require some code. You will need to create a rule called for example "Assign credits" which will assign credits to a user on an event (in your case, when user adds a product in his cart).
Then, on checkout, you will need to add a custom rule again in order to add reductions based on the credit a specific user has.
Your use case is quite complex, and I don't think you will find any module on Drupal which will allow you to do it "out of the box". However, I would advise you to look at the userpoints module (http://drupal.org/project/userpoints) and decide on which one will be easier to customize for your use case...
Comment #2
guillaumev commented