• Resolved svw055

    (@svw055)


    Hi,

    I am trying to create a webshop that will sell vritual game accounts using WooCommerce. I would like that if a customer purchases an account, the account details will be sent in a file. Now I know this is possible by making the product a virtual product.

    The problem I run into is that I would like to sell multiple accounts of the same kind, but all the accounts have different account details (username, password). Is there a solution with WooCommerce for this problem? So I don’t have to make a unique product for each account.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Claudio Sanches

    (@claudiosanches)

    Hello @svw055,

    The problem I run into is that I would like to sell multiple accounts of the same kind, but all the accounts have different account details (username, password). Is there a solution with WooCommerce for this problem?

    It all depends on how are you planning to generate those usernames and passwords, because there’s many ways to solve it and WooCommerce is very extendable, allowing you integrate with some external system to generate those usernames and passwords using Webhooks, REST API and even WordPress hook and filters, of course those requires coding skills.

    But it’s easy to find plugins to sell software on WooCommerce, like the Software Add-On extension that allows you to generate serial keys for software and that could be adapted for what you are looking for.

    I hope it helps you.

    Thread Starter svw055

    (@svw055)

    Thanks for the in depth reply, @claudiosanches , but I am not looking to generate the passwords.

    Let’s say I have a few accounts in stock that have the same account build, I want to be able to send the account username and password in a file to the customer. But ofcourse each account has a different username and password, so currently I would still have to create seperate products for each account that has all the same specifications, besides the account username and password.

    So I kind of need stock management for a digital product but the virtual product needs to have multiple documents with account username and passwords in it (same amount of documents as stock), and on purchase of the account it needs to send 1 of the documents and then delete the document, so it will not sell the same account again.

    Is something like this possible?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Question regarding digital products’ is closed to new replies.