Navigation

    QloApps Forums

    QloApps Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Sumit
    S
    • Profile
    • Following 2
    • Followers 2
    • Topics 0
    • Posts 77
    • Best 10
    • Groups 1

    Sumit

    @Sumit

    Global Moderator

    10
    Reputation
    274
    Profile views
    77
    Posts
    2
    Followers
    2
    Following
    Joined Last Online

    Sumit Follow
    Global Moderator

    Best posts made by Sumit

    • RE: Error during installation: Install modules: An error occurred during installation...

      Hi,
      Increase variables values ,
      max_execution_time = 500
      upload_max_filesize = 16M in your php.ini file and restart your server once.

      Please replace the attached files in the hotelcommerce folder on your server also. Path of the files are as follows-

      hotelcommerce/modules/hotelreservationsystem/classes/HotelBookingDetail.php
      hotelcommerce/modules/hotelreservationsystem/classes/HotelBranchInformation.php

      Please also visit https://qloapps.com/install-qloapps/ for installation help.
      Try installing after these changes in the fresh Qloapps.0_1529746997205_InstallFiles.zip

      posted in Knowledge Base
      S
      Sumit
    • RE: Amenities images are not displayed on mobile devices

      Please replace the attached file at the below address -
      hotelcommerce/modules/wkhotelfeaturesblock/views/templates/hook/hotelfeaturescontent.tpl
      Issue will be resolved.
      0_1544702295326_hotelfeaturescontent.tpl

      posted in Bug Report
      S
      Sumit
    • RE: Technologies used in QloApps

      As Qloapps is built on ecommerce platform Prestashop. So technogies used are in Qloapps are same as used in prestashop-

      PrestaShop is written in PHP language with HTML, CSS, Bootstrap, Sass, JavaScript, jQuery, Smarty template engine, MySQL database, XML, JSON and many more. It follows Model-View-Controller (MVC) architecture.

      posted in Technical Help
      S
      Sumit
    • RE: Pass parameters to the CategoryController

      @melamanehermanus

      User is redirected to search result page from three places (Search forms) in QloApps.

      1. From Landing page serach form https://prnt.sc/q5ep6t
      When submitting this form page is redirected (to url with parameters) by function hookDisplayHeader() from the file hotelcommerce/modules/wkroomsearchblock/wkroomsearchblock.php
      https://prnt.sc/q5eluq

      2. From Search result page serach form https://prnt.sc/q5epo9
      When submitting this form page is redirected (to url with parameters) by function hookDisplayLeftColumn() from file hotelcommerce/modules/wkhotelfiltersearchblock/wkhotelfiltersearchblock.php
      https://prnt.sc/q5em3c

      3. From Room type details serach form https://prnt.sc/q5epx9
      When submitting this form page is redirected (to url with parameters) by function init() from the file hotelcommerce/controllers/front/ProductController.php
      https://prnt.sc/q5emk3

      posted in General Discussion
      S
      Sumit
    • RE: ER diagram

      Currently, we have not created ER diagram of database tables for the public use. But we will launch it on public platform very soon.

      posted in Knowledge Base
      S
      Sumit
    • RE: Frustrating installation issues

      Hello Dear,
      Thanks for showing interest in Qloapps.
      1. There must be some sort of Settings or ini file for the settings where I can change the ports manually..

      • Port is managed by Apache or Nginx (server). Port is mentioned in Apache or Nginx configuration file. So port depents on server configuration. You can not change it from hotelcommerce folder.

      2. Access by FTP to remove the install directory - first of, FTP feels quite dated by now and there must be much..
      We have forked Prestashop and made all the required changed for convert it into Hotel Reservation System. So currently install folder does not deletes as some times developes needs it.
      We are keeping your suggestion to delete install folder after installation in our roadmap. But implementing it will depends upon community requests.
      So currently you have to delete or change the install folder name manually.

      posted in Technical Help
      S
      Sumit
    • RE: Specific-prices-for-rooms-not-working

      @cemarne

      Let me explain you how specific price rule is working on QloApps currently.

      If you set the specific price for a date range then this price rule will work for the date when you are creating the booking (If date is under the date range of the specific price rule) instead of the date range for which you are booking the room.

      Yes, this issue is under our consideration. We will try to resolve it ASAP in the coming versions.

      Thanks

      posted in Knowledge Base
      S
      Sumit
    • RE: Installation issues @56%

      This issue is occurring because value of ip_address value set in "hotelcommerce/install/fixtures/fashion/data/connections.xml" which is "int" in the Connection class is exceeding(int max value) on 32 bit platforms .

      In the attched file ip_address value is corrected. Please replace attached file at the below path -
      hotelcommerce/install/fixtures/fashion/data/connections.xml

      You will be able to install QloApps successfully.
      0_1544701981152_connections.xml

      posted in Technical Help
      S
      Sumit
    • RE: Specific-prices-for-rooms-not-working

      @cemarne

      Through QloApps’s Feature Price Rules, Admin can set different price plans for the customers depending on the date, date range and days.
      With QloApps’s Feature Price Rule function, Admin can set different price plans as per:

      1. Specific Date
      2. Weekend or Special days
      3. Date Range

      Please visit https://qloapps.com/qlo-reservation-system/#section-39 for more details about the functionality.

      Hope it will resolve your problem.

      posted in Knowledge Base
      S
      Sumit
    • RE: deleting rooms

      @sujatha

      I request you to replace the attached file at the below address -
      hotelcommerce/admin/themes/default/template/controllers/products/configuration.tpl

      Note: admin folder name may differ on your server.

      After replacing the file you will be able to delete one row in the two automatic created rows https://prnt.sc/pm4w1n.

      configuration.tpl

      posted in Technical Help
      S
      Sumit

    Latest posts made by Sumit

    • RE: SMTP DONT WORK.

      @dhiogojv

      We are not clear about your query.

      You can set up SMTP details from Advance Parameters-> Emails tab.
      https://prnt.sc/10snimf

      I request you to describe your issue with more details and screenshots.

      Thanks & regards,

      posted in Technical Help
      S
      Sumit
    • RE: Admin login page is not showing

      @nur
      I request you to once create a ticket at https://support.uvdesk.com/en/customer/create-ticket/ and explain the issue there.
      We will need some of your credentials to check the issue on your side.
      So we will continue discussion on this issue on your created ticket.

      posted in Bug Report
      S
      Sumit
    • RE: CHANGE BLACK BACKGROUND OF HEADER

      @RPNorte ,

      The css of black black background is written in the header file itself.
      You have to open /themes/hotel-reservation-theme/header.tpl and at line 87 change the background-color code as per your desire. (Current color code is #252525)

      Please visit https://github.com/webkul/hotelcommerce/blob/v1.4.1/themes/hotel-reservation-theme/header.tpl#L87mfor file link.

      posted in Technical Help
      S
      Sumit
    • RE: Not able add rooms from back office

      @bizmodecreativo

      To create booking from back office there is a different process.
      Please visit https://qloapps.com/qlo-reservation-system/#section-28 for the detailed process to create booking from back-office(on-desk).

      posted in Bug Report
      S
      Sumit
    • RE: Specific-prices-for-rooms-not-working

      @cemarne

      Through QloApps’s Feature Price Rules, Admin can set different price plans for the customers depending on the date, date range and days.
      With QloApps’s Feature Price Rule function, Admin can set different price plans as per:

      1. Specific Date
      2. Weekend or Special days
      3. Date Range

      Please visit https://qloapps.com/qlo-reservation-system/#section-39 for more details about the functionality.

      Hope it will resolve your problem.

      posted in Knowledge Base
      S
      Sumit
    • RE: Specific-prices-for-rooms-not-working

      @cemarne

      Let me explain you how specific price rule is working on QloApps currently.

      If you set the specific price for a date range then this price rule will work for the date when you are creating the booking (If date is under the date range of the specific price rule) instead of the date range for which you are booking the room.

      Yes, this issue is under our consideration. We will try to resolve it ASAP in the coming versions.

      Thanks

      posted in Knowledge Base
      S
      Sumit
    • RE: search now bar dissapeared?

      @leentje96

      Issue - Property Category->link_rewrite is empty.

      It looks like you are using accented (non-latin) characters in the city, state names while creating Hotel.
      So for this, you have to enable the "Accented URL" option from Preferences -> SEO & URLs tab https://prnt.sc/rygvjh.

      After this save the hotel again and try to search again.

      posted in Bug Report
      S
      Sumit
    • RE: missing translation

      @arlopeze

      Yes, Translations are corrected in the new version. The new version is released, Please download and installl it https://qloapps.com/download/ .

      posted in Technical Help
      S
      Sumit
    • RE: redirect added after qloapp installation

      @sujatha

      I can not tell you the exact reason for this problem. But it looks like some server related configuration issue or .htaccess file issue.
      Firstly, I recommend you to please contact your host provider regarding this.

      After this, If the issue still persists then please create a ticket at https://support.uvdesk.com/en/customer/create-ticket/ and provide us your FTP details and admin login credentials. So that we check it on your server.

      Thanks

      posted in Technical Help
      S
      Sumit
    • RE: search now bar dissapeared?

      @leentje96

      I request you to once create a ticket at https://support.uvdesk.com/en/customer/create-ticket/ and explain the issue there.
      We will need some of your credentials to check the issue on your side. So we will continue discussion on this issue on your created ticket.

      Thanks

      posted in Bug Report
      S
      Sumit