Skip to content
  1. Home
  2. Docs
  3. WooVirtualWallet
  4. Other Features
  5. Import / Export

Import / Export

This documentation is for the WooVirtualWallet plugin

In WooVirtualWallet, you can export customers wallet history and amounts from various plugins and import them into WooVirtualWallet.

Summary

Export Customers Wallet History

If you want to export customers wallet history from WooVirtualWallet, go to WooVirtualWallet → System → Data Management in the Export Customers Wallet History section.

Set the following values :

  • Starting Date : Set the starting date of the wallet history. By default the value is set to the start of the current month.
  • Ending Date : Set the ending date. Keep empty to select till today.
  • Customer Wallet : You can select a customer from the list or keep the value [All customers] to export them all.

Export wallet amounts from other plugins

If you’re migrating from another wallet plugin, you can export the users amounts from the other plugin and import them into WooVirtualWallet.

Select the Wallet Plugin from the list inside Wallet Plugin or Meta Key field or enter the Meta Key to export, and click on the Export button.

Import customers wallet amounts

If you want to import customers wallet amounts into WooVirtualWallet, go to WooVirtualWallet → System → Data Management in the Import customers wallet amounts section.

Set the following values :

  • Import Mode : Select the import mode. You can either Replace customers wallet amounts or Add amounts customers existing wallets.
  • Browse : Click the button to select your JSON file.

And click the Import button to proceed.

JSON File format

You can create your own JSON file to import amounts into WooVirtualWallet. The file must have the .json extension and have a content that looks like this :

[
    {
        "email":"jd@example.com",
        "amount":"190"
    },
    {
        "email":"emma@example.com",
        "amount":"224"
    }
]

 

Scroll To Top