Do someone know Woo commerce plugin that I can sell accounts

shimi

Senior Member
Joined
Mar 1, 2009
Messages
910
Reaction score
261
I am having difficulty finding a solution for this – perhaps someone knows. I am searching for a WooCommerce plugin that allows me to sell accounts. I have purchased some reseller accounts, and instead of manually creating one account at a time for buyers, I would like to prepare a list in CSV format with email, login, and password information. I want to upload this list to the store, and every time a user purchases an account, the system will automatically take one line of email + password and send it to the buyer."

Thank you
 
The best way to turn Wordpress into a virtual store, is to create the site from scratch, WooComerce has many Plugins, but many things are missing, maybe you can solve using a Plugin that allows that when the customer makes the purchase a download link is automatically sent to his email, or that he can download it directly from a section of the site
 
I would create a page or a flask web app and associate each account with a udid 4, given the udid4 like website.com/account?id=<udid-4 associated with account> you give your customer the account. You can generate tons of pages with account or create a responsive page that given that account query a database (sanitize data my friend) and gives the credentials.
Although I don't use wp, this is what woocommerce do when generates a download link (in php).

I use flask and bootstrap so my approach is a bit different. Note this is an idea I got right now, might not be the best solution :P
 
  1. WooCommerce Account Funds: This plugin allows you to sell store credits which can be used to purchase accounts. You can create a CSV file with email, login, and password information, and manually assign store credits to each account. When a user purchases an account, they can use their store credits to complete the transaction.
  2. Smart Coupons: This plugin allows you to sell coupon codes, which can be used to access the purchased accounts. You can create a CSV file with email, login, and password information, and assign each account a unique coupon code. When a user purchases an account, they will receive a coupon code that they can use to access the account.
  3. WooCommerce Membership: This plugin allows you to sell memberships, which can be used to access the purchased accounts. You can create a CSV file with email, login, and password information, and assign each account a unique membership. When a user purchases an account, they will receive a membership that grants them access to the account.
 
Back
Top