Hi all,
I have a very serious enquiry.
I really want to create a dropshipping site and it needs to include the following:
A monthly membership option.
Customers can only buy when signed up to the membership
Prices are viewable without membership but customers cant buy.
+ a few others
but.. i really want to create a site like this and if this is possible on opencart please help me to do so.
Regards
So to summarize.
You want guests to see your store and only be able to buy "membership" products.
After they pay, you want their customer group id to be switched to "allowed" group so that they can buy the rest of the products for sale
Yes that can be done with some modding. Basically you'd have to perform a small db update after payment is completed and update the customer to the "allowed" group. You'd also need to add a small db query to reset all members who are over 1mo old and haven't paid. You'd need a new db column on the customer table called "date_renewed" that would be the count from 1 mo. Those who pay would get an updated "date".
You want guests to see your store and only be able to buy "membership" products.
After they pay, you want their customer group id to be switched to "allowed" group so that they can buy the rest of the products for sale
Yes that can be done with some modding. Basically you'd have to perform a small db update after payment is completed and update the customer to the "allowed" group. You'd also need to add a small db query to reset all members who are over 1mo old and haven't paid. You'd need a new db column on the customer table called "date_renewed" that would be the count from 1 mo. Those who pay would get an updated "date".
hi have anyone made a mod for this i am interested in buying since i am planing to also do a dropshipQphoria wrote:So to summarize.
You want guests to see your store and only be able to buy "membership" products.
After they pay, you want their customer group id to be switched to "allowed" group so that they can buy the rest of the products for sale
Yes that can be done with some modding. Basically you'd have to perform a small db update after payment is completed and update the customer to the "allowed" group. You'd also need to add a small db query to reset all members who are over 1mo old and haven't paid. You'd need a new db column on the customer table called "date_renewed" that would be the count from 1 mo. Those who pay would get an updated "date".
Who is online
Users browsing this forum: paulfeakins and 13 guests