Hi,
I'm contemplating a store which would be members only, with a subscription fee to become a member, and just wondering how I might implement this in actinic.
I thinking this might work -
Add all my products, but untick the 'product visible' for the default customer group
add a single product called '12 months membership" which is visable to all
The user goes to the site, can only see the subscription product, adds it to the cart, buys in the normal way
I then use the details from that order to create a customer account, and add them to the members group
They then log in using these details and can now see all products (except the membership which I could make invisible to this group as they already purchased it.
Firstly, would this work? Or are there any obvious problems I haven't thought of?
Secondly, would any of these improvements be feasible -
All products are visible to all - but you can't actually buy unless you're logged in as a member?
Add a recurring annual fee option as well as a one off payment - not sure how I would implement this but think it is possible (I can use secure trading or protx for payments)
I'm contemplating a store which would be members only, with a subscription fee to become a member, and just wondering how I might implement this in actinic.
I thinking this might work -
Add all my products, but untick the 'product visible' for the default customer group
add a single product called '12 months membership" which is visable to all
The user goes to the site, can only see the subscription product, adds it to the cart, buys in the normal way
I then use the details from that order to create a customer account, and add them to the members group
They then log in using these details and can now see all products (except the membership which I could make invisible to this group as they already purchased it.
Firstly, would this work? Or are there any obvious problems I haven't thought of?
Secondly, would any of these improvements be feasible -
All products are visible to all - but you can't actually buy unless you're logged in as a member?
Add a recurring annual fee option as well as a one off payment - not sure how I would implement this but think it is possible (I can use secure trading or protx for payments)
Comment