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

      Thanks
      • easymathematics

      2
      0
      Votes
      2
      Posts
      439
      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/

    • P

      Reservation period
      reservation period • • protrapper

      3
      0
      Votes
      3
      Posts
      616
      Views

      P

      @shreesh thanks

    • T

      Docker installation
      docker installation • • tejastra

      5
      0
      Votes
      5
      Posts
      1294
      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
      top main image sub pages • • lozmg76

      2
      0
      Votes
      2
      Posts
      473
      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
      hotel marketplace create search hotels rooms • • lozmg76

      2
      0
      Votes
      2
      Posts
      646
      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
      change details photos room slider • • cemarne

      4
      0
      Votes
      4
      Posts
      769
      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.

    • J

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

      4
      0
      Votes
      4
      Posts
      730
      Views

      Faiz

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

    • H

      Add products/services to room
      add room • • HeartValley

      3
      0
      Votes
      3
      Posts
      5867
      Views

      H

      Thank you @Faiz! I appreciate your quick response

    • I

      What are the email templates "followup_x" for?
      are email templates followupx • • IBS

      2
      0
      Votes
      2
      Posts
      535
      Views

      S

      Hi @IBS

      We are currently not using these templates. These templates were removed from Qloapps but are generated during installaion due to some issue, we have noted this issue and will be resolved in future version of QloApps.

      If you want to use this module, you can get it from github as it is an opensource module from prestashop. Currently we do not provide support for this module but we will soon provide a module with similar features

    • E

      Is Qloapps free
      qloapps free • • ehand

      4
      0
      Votes
      4
      Posts
      721
      Views

      N

      Yes, and like this very much. thanks qloapps mcdvoice mybkexperience

    • Z

      How to change Welcome,hotel name, tagline text color
      change welcomehotel name tagline text • • zayno70

      6
      0
      Votes
      6
      Posts
      916
      Views

      S

      Hi @RPNorte

      After selecting "installed modules translations" option and selecting the language
      search for "HEADERHOTELDESCBLOCK". https://prnt.sc/u7e2r2

    • R

      How can we Select No of Guest and Child in Search Form
      select guest child search form • • riteshseth99

      4
      0
      Votes
      4
      Posts
      886
      Views

      Faiz

      Hi @nikkinemo95
      Please raise the ticket as suggested.

    • Z

      How to reposition Language and Currency selection box to top of page
      reposition language currency selection box • • zayno70

      2
      0
      Votes
      2
      Posts
      436
      Views

      S

      Hi @zayno70

      the language and currency selection blocks does not have a default template that can be displayed at top of page

      But it can be customize language and currency selection blocks according to your need .
      Please raise a ticket to discuss more: https://webkul.uvdesk.com/en/customer/create-ticket/

    • R

      Discount for number of days
      discount number days • • RobbieStevenson

      3
      0
      Votes
      3
      Posts
      562
      Views

      M

      @Faiz @RobbieStevenson

      Actually I figured out how to do it by using prioritized discounts.

      For example, a room is $50/night, $200/week, and $550/month. I setup a rule with #1 priority that if a cart total is more than $4500 (more than 90 days), then the rule "3-month discount" applies and deducts $2850 from their cart total.

      Then I setup a rule with #2 priority that if a cart total is more than $3000 (more than 60 days), then "2-month discount" applies, deducting $1900 from their cart.

      Add a rule for 30 days, 21 days, 14 days, then 7 days, in that priority, and also make sure that none of the discounts can be combined with other discounts, then you have a tiered setup for discounts that works just fine.

      you could also add higher months if you allow bookings for more than 90 days, just always make sure they are applied in order from highest to lowest.

    • E

      Visulaize hotel accoring the location text box in the seacrh panel
      visulaize hotel accoring location text • • ehand

      2
      0
      Votes
      2
      Posts
      467
      Views

      Faiz

      Hi @ehand
      Currently, in the default flow of QloApps, you will have to choose the hotel name from from the drop-down.
      But this can be customized.
      Please raise a new ticket to discuss more: https://chatwhizz.com/user/conferences

    • E

      This topic is deleted!
      • ehand

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • K

      For Credit card/Paypal Payment 2% Extra amount should be added
      credit cardpaypal payment extra amount • • krishnaprasad

      3
      0
      Votes
      3
      Posts
      779
      Views

      K

      Thank you for the information. As a temporary fix I found one method by using cart rule I can provide them 2% discount after increasing the product price.

    • Z

      How to fix a broken image
      fix broken image • • zayno70

      9
      0
      Votes
      9
      Posts
      1267
      Views

      R

      works perfect. Thank you KOPlayer Omegle Canli Mac Izle

    • G

      Book Now button does not add item to the cart issue
      book button does add item • • gomsoft

      3
      0
      Votes
      3
      Posts
      647
      Views

      G

      @shreesh Ok....

    • K

      About partially available
      partially available • • krishnaprasad

      11
      0
      Votes
      11
      Posts
      2443
      Views

      D

      Thank u so much for taking time to help.