Where in the database can I find the remaining number of listing credits a user has? I can’t find this information anywhere. Or how can I, as an administrator, interact with the credits of a regular user:
- add
- subtract
- delete
- and so on.
Thanks
Where in the database can I find the remaining number of listing credits a user has? I can’t find this information anywhere. Or how can I, as an administrator, interact with the credits of a regular user:
Hi,
If you mean packages limit, then user packages are stored in the wp_comments
table of the database, where the comment type is hp_user_listing_package
. Also, please note that if you are not familiar with coding or do not have a developer, then unfortunately there is no UI to edit this, but as a workaround, you can change the status of the package order to Canceled, and then change it to Completed, then the limit will be updated.