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.
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 :
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 :
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" } ]