Reset of some data (booking number, invoice number, etc.)

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 ago by Fab.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1282710
    Fab
    Participant

    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.2

    Others:
    Getwid: 1.7.8
    Jetpack: 10.7

    Hi,

    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

    #1283221
    J. Davis
    Keymaster

    Hi 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. Davis

    #1283323
    Fab
    Participant

    Thank you for your reply, Mr. Davis!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.