In WooRewards, there are many tools at your disposal to manage your data. They’re all gathered at the same location :
Import and Export
Export points from WooRewards
This will let you export your customers points into a JSON file. You can find details about the JSON format down below.
Select the desired points and rewards system and click on Export.
It will generate a JSON file containing all users and their points. You can open this file into Excel or import it to another points and rewards system in WooRewards.
Export points from other plugins
If you want to migrate from another loyalty plugin to WooRewards, it is also possible.
In the Export from other plugins group, select the Loyalty Plugin for which you want to export the points and click on Export.
It will generate a JSON file containing all users and their points. You can open this file into Excel or import it on a points and rewards system in WooRewards.
Information
Currently, the export points from other plugins supports the following plugins :
If your plugin isn’t in the list, contact us so that we can add it.
Import points
To import points in a points and rewards system, go to the Import Points group.
Select the points and rewards system for which you want to import points, the JSON file containing the points (previously exported) using the Browse button and click on Import.
Other settings are available :
- Round imported points : Select the desired round system applied. WooRewards only allows integer points.
- Multiply imported points by : By default, it counts 1 point importer = 1 WooRewards point. You can set another multiplier if needed.
- Import Mode : Select either Replace customers points or Add points to customers totals.
JSON File format
You can create your own JSON file to import points into WooRewards. The file must have the .json extension and have a content that looks like this :
[ { "email":"jd@example.com", "points":"190" }, { "email":"emma@example.com", "points":"224" } ]
If you have a CSV file, you must convert it first into a json file. You can do it by using specific services like https://www.convertcsv.com/csv-to-json.htm
Delete data
WooRewards stores a lot of data in your database and you might want to delete parts or all of it. Fortunately, there are many options at your disposal for that.
Delete points history and user data
Delete a user’s or all users points history for one or all points and rewards systems. Use this feature with care since this action is irreversible. Here are the available options :
Delete unused points reserves
Delete point reserves that do not belong to any points and reward system anymore. Use this feature with care since this action is irreversible.
Simply select the reserve you want to delete and click the Delete button.
Delete all data
Remove all points and rewards systems, user points and all WooRewards related data. Use this feature with care since this action is irreversible.