Is there any function to blacklist certain days from bookings?

Discussion in 'Appointway WordPress Theme' started by zodor, Jun 5, 2013.

  1. zodor

    zodor New Member

    Joined:
    Jun 4, 2013
    Messages:
    11
    Likes Received:
    0
    Hi

    I wonder if there is any function in Appointway theme to blacklist certain days, like public holidays in advance from the booking system?

    Another question I have is how the booking data is saved. I suppose it goes into the WP database? The reason I am wondering that is that I would like to make an iPhone API that talks to the same database because I want to build an app where you can see all your bookings and also manage them.

    /Mike
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Blacklist any particular day is not possible with this theme.
    Booking database is stored in your wp database with the table name (wp_appointment_data).
    You can check it there.
     
  3. zodor

    zodor New Member

    Joined:
    Jun 4, 2013
    Messages:
    11
    Likes Received:
    0

    I found the table now but I have a question regarding that. What do the apt_data_rand do ?
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    apt_data_rand used to restrict appointment form data to save again while page refresh.
     

Share This Page