Free and Premium WordPress Plugins & Themes Forums WordPress Plugins Hotel Booking Reset of some data (booking number, invoice number, etc.)
- This topic has 2 replies, 2 voices, and was last updated 2 years, 8 months ago by Fab.
- AuthorPosts
- March 31, 2022 at 1:03 am #1282710FabParticipant
PHP: 7.4
Wordpress: 5.9.2 (Installation by download via FileZilla (not by tool provided by the hosting provider))
Oceanica theme: 2.0.4
Oceanica Child theme: 1.0.0
Oceanica Engine: 0.0.1
Hotel Booking: 4.2.1
One Click Demo Import: 3.0.2 (Disabled after import)
Hotel Booking PDF Invoices: 1.2.1
Hotel Booking Notifier: 1.1.2
Hotel Booking Reviews: 1.2.6
Hotel Booking Styles: 1.0.2Others:
Getwid: 1.7.8
Jetpack: 10.7Hi,
My client’s website is ready to be launched.
I did several tests and I would like to reset some data such as booking number, invoice number, payment ID, etc.
With PHPMyAdmin I have already reset the table xx_mphb_customers (deletion of test data and AUTO_INCREMENT=1).
How do I clear all these test data and reset the counters?
I could not find this information on the forum.
Thank you in advance for any reply.
Fab
April 1, 2022 at 12:54 am #1283221J. DavisKeymasterHi Fab,
Thanks for your question. The IDs of booking and Invoices it standard post ids of WordPress. When there is added any post of any post type (pages, posts, posts of custom post types) on your WordPress site then a specific id is assigned to such a post.
You may search for a proper solution on WordPress forums. Perhaps you will need to export the post, pages, and posts of custom post types that you need, and then clear the tables wp_posts and wp_post_meta.Let us know if you have any further questions.
Best regards,
J. DavisApril 1, 2022 at 3:54 am #1283323FabParticipantThank you for your reply, Mr. Davis!
- AuthorPosts
- You must be logged in to reply to this topic.