Navigation

    QloApps Forums

    QloApps Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. shreesh
    3. Posts
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 61
    • Best 1
    • Groups 1

    Posts made by shreesh

    • RE: how to show hotel name in invoice

      @bdulharis

      We have resolved the issue on github.

      To resolve the issue on your QloApps, Please make the changes done in the following PR.
      https://github.com/webkul/hotelcommerce/pull/170

      posted in Technical Help
      S
      shreesh
    • RE: how-to-set up google-analytics

      @MMar

      You only need to provide the Tracking id in the module, no need to configure anything in the Google API console.

      do note that you need to add the complete tracking id (i.e UA-123456789-1) as displayed on the google analytics console.

      If you still face the issue, please raise a ticket at https://webkul.uvdesk.com/en/customer/create-ticket/
      And on the ticket please share your QloApps Credentials and FTP details so that we can look into the issue.

      posted in Technical Help
      S
      shreesh
    • RE: Running install for first time returns fatal error

      In Amazon AWS the php-libxml package does not come as default.

      You will need to add xml library on your server
      If running PHP 7.0 use

      apt-get install php7.0-xml
      

      Restart your apache server

      service apache2 restart
      
      posted in Technical Help
      S
      shreesh
    • RE: eror API KEY google map

      @diosads

      This issue might occur if billing is not enable on you API key. Please check billing is enable on you API key. You can check it through your browser console (https://prnt.sc/voai14).

      Please check and let us know if there are any warning in your browser console regarding google maps.

      posted in Technical Help
      S
      shreesh
    • RE: Mobile home page search does not work

      Hi,

      We have resolved the issue on QloApps demo.

      To resolve the issue, Please make the changes done in the following PR.
      https://github.com/webkul/hotelcommerce/pull/158

      posted in Bug Report
      S
      shreesh
    • RE: CustomizeInvoice

      @protrapper

      We can print receipt to epson printer, but for that we will need to make some changes in QloApps, also depending on what type of printer you want to print the receipt

      So it will be a paid service, if you want to proceed with the
      paid customization,
      Please raise a ticket and we can discuss it further: https://webkul.uvdesk.com/en/customer/create-ticket/

      posted in Technical Help
      S
      shreesh
    • RE: My app returns 500 server error

      Hi @Robin891229

      Please turn on the dev mode then reload.
      Then give us the screenshot of the error that is shown.
      To enable the dev mode to go to your QloApps folder --- > config --> open define.inc.php file.
      Then on line 29 change define('PS_MODE_DEV', false);
      to define('PS_MODE_DEV', true);

      posted in Technical Help
      S
      shreesh
    • RE: unable to see images preview

      @Rahul

      This issue might be occurring due to sufficient file permissions. Please contact your host provider and ask him to provide sufficient permissions to file and folders. So that images can be visible.

      posted in Technical Help
      S
      shreesh
    • RE: Reservation period

      @protrapper

      In order to add a reservation period for orders, you will need to create a cron task.
      In the cron task, the script should compare all the pending order's date from the current date.
      Once an order is found which exceeds the reservation period you only need to change its status to canceled.

      You can customize this feature yourself,
      And if you want us to do it for you, then please raise a ticket: https://webkul.uvdesk.com/en/customer/create-ticket/

      posted in General Discussion
      S
      shreesh
    • RE: How to change photos slider in room details

      @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.

      posted in General Discussion
      S
      shreesh
    • RE: How to change photos slider in room details

      @cemarne

      The image slider view is updated to left side in QloApps 1.5.0. This view is not available in older versions. in older version the default view is at the bottom only.

      In order to change the view in older version, you will need to manually compare and update the changes in the following file from 1.5.0 into your own QloApps.
      https://github.com/webkul/hotelcommerce/blob/v1.5.0/themes/hotel-reservation-theme/product.tpl
      https://github.com/webkul/hotelcommerce/blob/v1.5.0/themes/hotel-reservation-theme/css/product.css
      https://github.com/webkul/hotelcommerce/blob/v1.5.0/themes/hotel-reservation-theme/js/product.js

      We are also in process of releasing upgrade module for QloApps using which you can update QloApps to the latest version. Note: Using Upgrade module will remove any customization done on your website

      The recommended image size is 800 x 800px

      posted in General Discussion
      S
      shreesh
    • RE: How to edit the front end to fit in with my current website

      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/

      posted in General Discussion
      S
      shreesh
    • RE: Input Field Value not Updating in Database

      @vamshi

      In order to save data the input type field name must be same in Db, object definition and input field.
      change select field name to

      &ltselect class="form-control room_stay" name="minStay"&gt 
      

      If data is still not updated, cross check if override is working by dumping product object. If not then please backup and remove /cache/class_index.php

      posted in Technical Help
      S
      shreesh
    • RE: Installation error at 12%

      @AnteeStenc

      We have never faced this issue in Qloapps. For this, we have to check this on your server.

      Please raise a ticket at https://webkul.uvdesk.com/en/customer/create-ticket/
      And on the ticket please share your QloApps Credentials and FTP details so that we can look into the issue.

      posted in Technical Help
      S
      shreesh
    • RE: Source Code not Coming into Browser

      @vamshi
      Great, but you might also need to do changes in the following lines for product page

      https://github.com/webkul/hotelcommerce/blob/0946ab9de8d1a7ecaede65bee524aa263bba0402/themes/hotel-reservation-theme/js/product.js#L1101
      https://github.com/webkul/hotelcommerce/blob/0946ab9de8d1a7ecaede65bee524aa263bba0402/themes/hotel-reservation-theme/js/product.js#L1218
      https://github.com/webkul/hotelcommerce/blob/0946ab9de8d1a7ecaede65bee524aa263bba0402/themes/hotel-reservation-theme/js/product.js#L1223

      posted in Technical Help
      S
      shreesh
    • RE: how-to-set up google-analytics

      Hi @cemarne

      The module you are using is not compatible with QloApps, please disable the installed module and download the attached module (https://prnt.sc/p0lm75)

      PFA : ganalytics.zip

      To configure the module you will need tracking id from you analytics account and use it https://prnt.sc/p0ll0k.

      Screenshot.png Screenshot 2.png

      posted in Technical Help
      S
      shreesh
    • RE: Import customers not working properly

      Hi @zayno70

      The exported csv of customer's is the representation of current customers on your website. That csv is not intended to be used to import customers. For that you need to create a csv similar to sample customer csv in import panel (https://prnt.sc/uhgq84).

      The exported csv does not contain the password field for security purposes, to prevent password from being stolen.
      The password is blank when editing customer for the same reason.

      posted in Technical Help
      S
      shreesh
    • RE: CSS editing

      @roundcubethree

      There are mutiple ways you can use external css.

      • Edit global.css file /themes/hotel-reservation-theme/css/global.css
      • Include custom css cdn link in /classes/controller/FrontController.php Line:956
      • Create a custom.css file in /themes/hotel-reservation-theme/css/ directory and include it from /classes/controller/FrontController.php, setMedia() function
      posted in General Discussion
      S
      shreesh
    • RE: What are the email templates "followup_x" for?

      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

      posted in General Discussion
      S
      shreesh
    • RE: How to change Welcome,hotel name, tagline text color

      Hi @RPNorte

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

      posted in General Discussion
      S
      shreesh