About SP Booking - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

About SP Booking

G

George

Extension 1 year ago

Hi, I am working with template LuxeVista. I will use it for a single Hotel. How can I use the SP Booking as a simple Reservation/Booking Request form?

Thank you

0
13 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #161173

Hi

Thanks for contacing us. You can use the SP Booking as a Booking Request from here

https://prnt.sc/STSEQei3AE7X -->. https://prnt.sc/fnzGdS_shvuM

For more help you can follow the documentation below:

https://www.joomshaper.com/documentation/joomla-extensions/sp-booking/sp-booking-introduction

-Regards.

0
L
Lambrev
Accepted Answer
1 year ago #161242

Hello I am also working on this theme LuxeVista with only one place, but I have a problem. After I translated the template to Bulgarian, the final completion of saving a room/villa disappeared. Who do I contact for assistance?

0
G
George
Accepted Answer
1 year ago #161246

Hi, better start a new question with your issue so other people with the same problem can find an answer easy.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #161327

Hi Lambrev,

Please create a new forum post about your issue.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #161328

Hi George,

Is this solved now? If yes, you can then close this post by accepting the answer.

0
G
George
Accepted Answer
1 year ago #161372

Hi , no is not. * I need to have a form in frontend without Package/Daily Tours/Transports. Just a simple reservation request form with Name, Dates, email. How can I modify this?

* I also tried to work with the Form Builder in the contact page and allthough I added the fields I need I get back this: From:{{first-name}} {{last-name}} Email:[email protected] Subject:{{subject}} Message:

So can someone help me? I need solution for both issues

Thank you

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #161458

Please create a new forum post about your SPPB issue.

For SP Booking issue give me your site URL, I mean that specific page link and also screensot. I need to check is this possible or not.

0
G
George
Accepted Answer
1 year ago #161476

This is a new forum post about SPPB, and I already posted in Hidden Content my page link an have created a user acount for you to check.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #161576

I said about page builder issue create new forum post.

And about Sp Booking issue give me that specific page link.

0
G
George
Accepted Answer
1 year ago #161756

There is not a specific page link: I just want to have the module as it is in Hompage of LuxeVista theme whitout the tabs: Package/Daily Tours/Transport. Just a simple Reservation Request or Booking Form for just one Hotel. How can I disable these Tabs (Package/Daily Tours/Transport)

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #161816

Use this CSS in your custom.css file

.spbooking.spbooking-search #search-bar-header-parent button:nth-child(2) {
  display: none;
}

  .spbooking.spbooking-search #search-bar-header-parent button:nth-child(3) {
  display: none;
}
.spbooking.spbooking-search #search-bar-header-parent button:nth-child(4) {
  display: none;
}
0
G
George
Accepted Answer
1 year ago #161857

Thank you, also I would like to hide Search Your Dest Tab.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #161924

Use this CSS

.topbar-search-wrapper{
  display: none;
}
0