The items in my shop are free ($0 for price), but I charge finders fee. I would like to be able to apply coupon at the checkout, so that I can reduce the amount of fee. Is this something that can be achieved through configuration? When I tried, I get an error message that the coupon does not apply to the product class. Otherwise, new feature would be great. Thanks!
Comments
Comment #1
longwaveThe problem here is that a check was specifically added to ensure the coupon value never exceeds the price of the matching products, as other users did not want to allow this to happen. As your products are priced at $0, this check will mean that the coupon value is also always $0. I guess adding a site-wide configuration option to enable or disable this check would work here.
Additionally, the module decides whether a coupon is applicable by adding up the value of the products and checking it is above zero, which is why you get that particular error message - it would be better to check the quantity of matching products instead.
I don't have time to add this feature right now, but will add it to my todo list. Patches are also welcome!
Comment #2
jcaprio commentedHey guys... Any updated status on this. I coupd really use this feature as well.
Thanks,
JC