I have a registration fee that is specific to a calendar year. For example, if someone registers for an event in December, they must pay this fee. If they register for another event in February, the fee must be paid again. The fee is good for one calendar year, so if the same person registers for another event in June, the fee does not need to be paid. Can this module do that? Thanks.
Comments
Comment #1
vood002 commentedYes this module can manage a recurring annual fee
Comment #2
univate commentedYes this can handle recurring annual fee. But what you are asking for is not a recurring fee as I assume it doesn't get paid at all in years when nothing is purchased. The closest module I can think of that might do what you want is uc_fee as that works on conditional actions and you may be able to write some custom php to do a lookup on previous purchases to determine if the fee should be added.
Comment #3
Bricks and Clicks MarketingIt's a bit tricky - it's basically insurance for an event that is valid for a calendar year. Maybe some conditional actions can be created that requests payment for this for the first order in a calendar year?
Comment #4
univate commentedAs I said I think you will need some custom PHP to accomplish what you want, but you may be able to do with with uc_fee and conditional actions.
This module definitely wont be able to achieve exactly what you want as you are not want a recurring payment.