How to create a service and bill for multiple days on booking form

Discussion in 'Smartbooking-Appointment Booking WordPress Theme.' started by andyparks, Dec 23, 2014.

  1. andyparks

    andyparks New Member

    Joined:
    Nov 3, 2014
    Messages:
    2
    Likes Received:
    0
    Hello, I am close to finishing a site using the SmartBooking theme, but having trouble figuring out how to create a service and bill that service for multiple days on the booking form.

    To better explain, I want a client to be able to pay for an all day service for multiple days.
    How would I do that?

    Thank you,
    Andy
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
  3. andyparks

    andyparks New Member

    Joined:
    Nov 3, 2014
    Messages:
    2
    Likes Received:
    0
    Hi Pramod

    I was really hoping for a more thoughtful answer here :) I know what I am doing, way past the intro page and pretty much done the website.
    The page you recommended to help me is vague, and would certainly not answer my question in any way shape or form. Are you a programmer?

    I want to edit the booking module to allow a person to book a particular service for multiple days - or lets call it a range of consecutive days. Is that possible and if so, can someone help me?

    Thanks and Regards
    Andy
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Theme does not provide feature to book a particular service for multiple day in single booking.
    You have to make booking always for new slot.


    Thanks & Regards
    Pramod
     
  5. randybett

    randybett Member

    Joined:
    Jul 7, 2014
    Messages:
    31
    Likes Received:
    0
    Hi
    using smart booking , when I change form colors they ae not changing ????
     
  6. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello randybett!

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.


    Code:
    .inkappointment_wrapper {
    background: red !important;
    }
     
    .ink-container .inkappointment_form_top h2 {
    box-shadow: 0px 1px 0px 0px yellow,0px 2px 0px 0px black !important;
    }
     
    .ink-container ul.inkappform input#submit, #DOPBookingSystem_Submit1 {
    box-shadow: 0px 3px 0px yellow !important;
    }
    .ink-container ul.inkappform input.inktext[type="text"], .ink-container ul.inkappform input.inktext[type="email"], .inkappform select, .textaptmessage #aptmessage, .DOPBookingSystem_SidebarWidget .section-item textarea {
    background: pink !important;
    }
     
    .ink-container ul.inkappform input.inktext, .ink-container ul.inkappform textarea.inktext, .ink-container ul.inkappform select.inktext, .DOPBookingSystem_Sidebar .section-item input, .DOPBookingSystem_Sidebar .section-item select {
    border: 1px solid blue !important;
    }
    .ink-container ul.inkappform .inkcatchapanel, .DOPBookingSystem_Sidebar .section-item input, .DOPBookingSystem_Sidebar .section-item select {
    background-color: pink !important;
    }
    input#aptcal, #DOPBookingSystem_CheckInView1, #DOPBookingSystem_CheckOutView1 {
    background: pink url(images/cal.png) no-repeat 95% 50% !important;
    }
    Provide URL of your website If not change .

    Thanks & Regards
    Pramod
     
  7. randybett

    randybett Member

    Joined:
    Jul 7, 2014
    Messages:
    31
    Likes Received:
    0
  8. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello randybett!

    I am not getting form in your website.
    It is necessary for providing you the code for changing color.

    Thanks & Regards
    Pramod
     
  9. leonpang

    leonpang New Member

    Joined:
    Mar 13, 2015
    Messages:
    14
    Likes Received:
    0
    Hi pramo,

    I installed the smart booking theme.

    I confirgure the Captcha to off on both the 1) Appointment plug-in Setting 2) Lead capture Setting.

    it still show the error attached for your reference. Kindly assist ! How to rectify this problem

    Tks
    Leon
    Screen.jpg Screen1.jpg Screen2.jpg
     
  10. leonpang

    leonpang New Member

    Joined:
    Mar 13, 2015
    Messages:
    14
    Likes Received:
    0
  11. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello Leon!

    Please update "Ink Appointment Plugin".
    This will resolve your issue.

    Thanks,
    Praveen
     

Share This Page