I’m building a site that sells a service; the user picks their location, music, and some other related options and then saves their selection, or pays. There are no tangible products, or downloads, just a pdf of their selections will be provided, and possibly a log in so they can view their selection online.
Users can choose to pay in 12 monthly payments or a one off payment, the payment gateway cannot be restricted to paypal.
The ecommerce modules seem to offer far more than I require for this, I don’t need shipping options, or product details to be dealt with for instance. There are only 2 prices and these are dependent on postcode, so I also need to be able to feed in whether the service will take place within or outside a set of postcodes (I can do this by querying a custom table and return a simple true or false, but I need the ability to base pricing on the answer).
Perhaps a membership module is more appropriate, alternatively is there an ecommerce module that isn’t so bloated for my needs?
Advice very much appreciated.
Thanks in advance.