Hi,
I am setting up a store using e-commerce version 4 on drupal 6. I've got a couple of questions relating to the charges module
1. One requirement I had is to be able to add discount vouchers to the cart. I see that the previous version of e-commerce had a coupons module. Is this module on it's way for version 4? Is there a workaround that I can use to make simple voucher codes. Maybe using the charges module?
I saw that the module was assigned (by Gordon) to Gordon. I was just wondering if it was still in active development.
2. I'm will not be the maintainer of the site once developed. The client wants to be able to discount individual products. I think the easiest way for them to do that would be to be able to set a discount when editing the actual product. The charges module is probably a bit complicated for a non drupal person. How would this be done making use of the charges module?
Congratulations on the charges module by the way. It looks excellent and flexible. I've just installed e-commerce for the first time and I'm trying to find my way around.
Thanks,
Andrew
Thanks,
Andrew
Comments
Comment #1
gordon commentedThe coupons module is a single use discount code. If you want simple use codes them you will need to wait for this to be upgraded. But basically what I am going to do it set it up as changes filter and calculation which will check a form field for the code, and see if they are valid and apply the discount.
However if you want to use a multiple use discount code, then there is an enhancement that I am going to be doing in the next few weeks to charge to be able to add a form field to the checkout which will the customer will be able to add the discount code to and then you can set up a charge to add a discount based upon a discount code. This field will also be able to be used by multiple charges so you will only need a simple discount code field on the checkout.
Most likely the easiest method is to add create a charge which filters based upon a taxonomy term apply discount this when a term is present.
Gordon.
Comment #2
a_lawry commentedThanks Gordon.
I think it is multiple use discount codes they were after so I'll wait for you to make that change.
I'll play around with the single product discount and see what I come up with.
Completely off topic but I know your looking for people to take on some of the modules. I'm no Drupal expert but I'm willing to try and upgrade/implement some small module for a start if you have a suggestion of something that needs to be done. I know you were talking about shipping calculations previously perhaps this is a possibility.
Let me know.
Andrew
Comment #3
gordon commented