Navigation

    QloApps Forums

    QloApps Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. General Discussion
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • E

      How to reflect code changes to browser
      • ehand

      4
      0
      Votes
      4
      Posts
      77
      Views

      E

      @digitalwaiter

      Yes, Now changes are reflect. Thank you

    • I

      How can I see (print) who is arriving tomorrow
      arriving print tomorrow • • IBS

      7
      0
      Votes
      7
      Posts
      59
      Views

      Faiz

      Hi @holola,
      Can you please specify what are your requirements so that we can help you.
      Are you looking for a hotel website?

    • K

      CSS editing
      editing css • • kalinprod

      9
      0
      Votes
      9
      Posts
      263
      Views

      B

      As far as adding drag and drop capabilities, that's unlikely to happen unless you develop the theme yourself as it requires a fundamental rework.

    • F

      How to add custom payment
      • feira

      2
      0
      Votes
      2
      Posts
      106
      Views

      Faiz

      @feira,
      We have answered a similar query on the following thread. Please check this link: https://forums.qloapps.com/topic/226/hdfc-payment-gateway/2

    • P

      Live edit
      • protrapper

      7
      0
      Votes
      7
      Posts
      92
      Views

      P

      @protrapper seen Thanks

    • T

      List of customers in which room
      • Tsab

      2
      0
      Votes
      2
      Posts
      60
      Views

      Faiz

      Hi @tsab
      You can check out QloApps Front desk addon, with the help of this addon you will have a calendar on the dashboard with all bookings on it.
      Please check the details here: https://store.webkul.com/QloApps-Front-Desk-System.html

    • L

      MYSQL version
      • lozmg76

      2
      0
      Votes
      2
      Posts
      57
      Views

      S

      @lozmg76

      QloApps is compatible with MySQL 5.0+ to 5.7.

      The current version of QloApps should work fine with Mysql 8. If you face any issue while using QloApp with Mysql 8, We recommend you to use the recomended version of Mysql.

    • P

      Remove error popup
      • protrapper

      2
      0
      Votes
      2
      Posts
      76
      Views

      P

      Can anyone show me where to remove this popup?

    • J

      Does Qlo work with WIFI Electronic Smart Door Locks,
      • Juan Robles

      2
      0
      Votes
      2
      Posts
      69
      Views

      Faiz

      Hi @Juan-Robles
      Yes, QloApps can work with these locks. But there is no addon already created because there can be many lock providers in the market.

      So we will have to integrate your required lock provider. Please create a ticket and share the APIs of the lock so that we can check the feasibility.

      https://webkul.uvdesk.com/en/customer/create-ticket/

    • E

      Thanks
      • easymathematics

      2
      0
      Votes
      2
      Posts
      50
      Views

      Faiz

      Hello @easymathematics
      We are glad to hear that you like QloApps.
      If it is helping you then, please give QloApps 5 stars on Capterra and Trustpilot.
      Here are the links:
      https://www.trustpilot.com/review/qloapps.com
      https://www.capterra.com/p/152712/QloApps/

    • B

      License question
      license question • • birmy

      10
      2
      Votes
      10
      Posts
      575
      Views

      O

      @oliverthom707
      hello,

      Thank you so much for sharing this helpful information, it helped me alot

      Thanks and regards.:) thanks

    • A

      Hotel's description and image
      image description hotels • • Akhmad

      2
      0
      Votes
      2
      Posts
      45
      Views

      Faiz

      Hi @Akhmad
      We collect these details on the backend but the current theme of the system does not show it anywhere on the frontend.

      We collect it in the system because the theme can change and different themes display different details. Hence, the backend has to be apt enough.

      If you want to show these details please raise a ticket at https://webkul.uvdesk.com/en/customer/create-ticket/

    • P

      Reservation period
      reservation period • • protrapper

      3
      0
      Votes
      3
      Posts
      58
      Views

      P

      @shreesh thanks

    • T

      Docker installation
      installation docker • • tejastra

      5
      0
      Votes
      5
      Posts
      74
      Views

      A

      @tejastra
      We replicate the issue at our end, got the same error you were getting while connecting cloud SQL database with qloapps :-

      Storage engine MyISAM is disabled (Table creation is disallowed).

      Here is the workaround of your problem:-

      Open the file located at :- PATH_TO_QLOAPPS_FILES/classes/db/DbMySQLi.php
      look for this funtion :-
      checkCreatePrivilege($server, $user, $pwd, $db, $prefix, $engine = null)

      under this look for -

      if ($engine === null) {
      $engine = 'MyISAM';
      }

      and patch like this:

      if ($engine === null) {
      $engine = 'InnoDB';
      }

      save the changes, and then you should be able to successfully connect your Cloud SQL database with Qloapps.

      Do let us know how it goes,
      Thanks

    • L

      Top main image in sub pages
      image pages sub main top • • lozmg76

      2
      0
      Votes
      2
      Posts
      25
      Views

      Faiz

      Hello @lozmg76
      Go to the backend, in that select “Setting” from “Hotel Reservation System” tab. Then you will be redirected to "Hotel General Configuration" page. In that page, scroll down to configuration, you will find Hotel Background Image, in that click on add file and select the image which you want to display.

    • L

      Hotel Marketplace - create search for hotels - not rooms
      rooms search hotel marketplace create hotels • • lozmg76

      2
      0
      Votes
      2
      Posts
      31
      Views

      Faiz

      Hello @lozmg76
      To make your QloApps website work as an OTA you only need to purchase and install QloApps Marketplace.
      More info here: https://qloapps.com/marketplace/
      But to modify the search in order to search on the basis of location and dates and then list hotels on the search result page, we will need to customize the system.
      Please raise a ticket to discuss further at https://webkul.uvdesk.com/en/customer/create-ticket/

    • C

      How to change photos slider in room details
      room change details photos slider • • cemarne

      4
      0
      Votes
      4
      Posts
      30
      Views

      S

      @cemarne

      Using the changes in the link will change the view, but you will need to make changes that are for image panel only, do not make changes that are not relevant to images panel.

      The upgrade module will not clean the database, all the data created such as rooms, images, pricing, facilities, etc. will be saved.
      The upgrade module will only discard the changes done in the code and add all the new features.

    • M

      Page editing
      page editing • • Mahlay

      23
      0
      Votes
      23
      Posts
      718
      Views

      Faiz

      Hello @mohit58
      Can you please share more details?

    • K

      How to edit the front end to fit in with my current website
      edit front end current fit • • Kevin

      12
      0
      Votes
      12
      Posts
      574
      Views

      S

      once you install the QloApps it creates a fontend as to provide a fully functioning hotel reservation system. To edit the frontend you can create a new theme or edit the default theme "hotel-reservation-theme"
      QloApps is based on Prestashop, please follow their doc to understand how theme works.

      If you want us to make changes for you, please raise a ticket on https://webkul.uvdesk.com/en/customer/create-ticket/

    • J

      Qloapps Marketplace license and copyrights
      qloapps marketplace license copyrights • • jsinghani023

      4
      0
      Votes
      4
      Posts
      56
      Views

      Faiz

      @jsinghani023
      Please follow the link shared by @cemarne it has all the details.
      If still you have some doubt then please share.