QloApps Forums

    Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. shreesh
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 92
    • Best 4
    • Controversial 0
    • Groups 1

    shreesh

    @shreesh

    Global Moderator

    4
    Reputation
    39
    Profile views
    92
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    shreesh Unfollow Follow
    Global Moderator

    Best posts made by shreesh

    • RE: Live edit

      @protrapper

      Live edit options is the visual representation of the positions of modules on hooks

      You can manage the positions of the module from the positions tab (https://prnt.sc/xz55gn).
      You can search for a specific module or a positions and then move the module positions accordingly
      Use Transplant a module to assign a module to diffferent positions

      posted in General Discussion
      S
      shreesh
    • RE: When reallocated a room from admin panel it is still show old room number in booking details.

      @n_work

      We have resolved the issue on github.

      To resolve the issue on your QloApps, Please replace the files changed in the following PR.
      https://github.com/webkul/hotelcommerce/pull/168

      posted in Bug Report
      S
      shreesh
    • RE: Couldn't Login

      @sdo1web

      Please use the 'I forgot my password' option to regenerate your admin login credentials as the password is not saved as a regular MD5 hash.

      posted in Technical Help
      S
      shreesh
    • RE: Customize paypal commerce plugin tax

      Hi @don_kronos

      Currently this feature is not possible in QloApps.
      This feature is in our roadmap and we will release a module in the future for this feature.

      If you need this feature now then you can discuss it with our team here:
      https://webkul.uvdesk.com/en/customer/create-ticket/

      posted in Technical Help
      S
      shreesh

    Latest posts made by shreesh

    • RE: Orders / Check-in / Check-out / Refund / Cancel

      @unisport1

      [unisport]
      df54684a-3c57-49a2-8f94-0663b27fb373-image.png
      Why is it that the number here is calculated from ALL hotels, even those from Market place?
      Is there any setting to adjust the calculation to be just from hotels Admin is allowed to manage?

      This feature is in our roadmap and will be released in the next version of QloApps.

      1. This is allowed only to admin so that if he wants he can manage any past booking and generate invoice
        [uniport] It would be good to have this being managed in permissions as not all admin must be allow to do past bookings

      Thanks for the suggestion, We will discuss it amongst the team and take the necessary action.

      posted in Technical Help
      S
      shreesh
    • RE: Orders / Check-in / Check-out / Refund / Cancel

      @unisport1

      1. When a room is booked from front or by admin it becomes unavailable for booking, check-in status does not change the availability status of the room.
        It is used to track how many guests has been check-in on the dashboard (https://prnt.sc/bM7gjo4uIXlW).

      2. Once you update the status of the room to Check-out if becomes available after the checkout date. It does not have to be manual, once the booking date has been passed the rooms become available by default.

      3. Yes, if a room is refunded or canceled, it becomes available for booking.
        In QloApps marketplace commissions are managed by admin from the "Manage Seller Orders" (https://prnt.sc/Uihgqn85NwOc) tab.
        Here admin can update the settlement amount to the seller manually and add or delete the settlement amount according to the received payment from the customer or refund amount.

      4. This is allowed only to admin so that if he wants he can manage any past booking and generate invoice

      posted in Technical Help
      S
      shreesh
    • RE: Customize paypal commerce plugin tax

      Hi @don_kronos

      Currently this feature is not possible in QloApps.
      This feature is in our roadmap and we will release a module in the future for this feature.

      If you need this feature now then you can discuss it with our team here:
      https://webkul.uvdesk.com/en/customer/create-ticket/

      posted in Technical Help
      S
      shreesh
    • RE: Exception displaying Module Information (Module Menu)

      @jloper

      To make QloApps compatible with PHP 8, you can use a PHP compatibility check tool to update the deprecated and removed functions or you can cross-check PHP 8 changelog and update functions as required.

      We suggest you use a compatibility tool for easier migration to PHP 8.

      posted in Bug Report
      S
      shreesh
    • RE: Exception displaying Module Information (Module Menu)

      Hi @jloper,

      QloApps is compatible with PHP 5.6 to 7.4. Currently, it does not support PHP 8.
      We recommend you please downgrade your PHP version to a compatible version of PHP.
      You can check the complete recommended configuration here (https://qloapps.com/install-qloapps/#section-8).

      posted in Bug Report
      S
      shreesh
    • RE: CSS editing

      global.css edit the general design of theme.
      There are multiple ways you can edit the design in QloApps as provided in this reply.

      https://forums.qloapps.com/topic/157/css-editing/7

      @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: Editing

      @shager

      The index page template is named index.tpl in the themes folder.
      On index page, the view is defined by the modules attached to home page. Refer https://qloapps.com/qlo-reservation-system/#section-16 doc for info regarding homepage management

      Header and Footer are managed from header.tpl and footer.tpl for all pages.

      posted in Technical Help
      S
      shreesh
    • RE: Editing

      @shager

      Currently, there is no documentation for theme development for QloApps.

      You can get the template name from the controller you are currently working on.
      In the controller "setTemplate" function defines the template file being used. Controller are found in "/Controller/front/" directory

      You can also refer QloApps Dev Docs for additional Info.

      posted in Technical Help
      S
      shreesh
    • RE: Editing

      @shager

      QloApps is an open-source project, you can edit the files as you like.

      The pages template files are located in /themes/hotel-reservation-theme folder. to edit search and checkout page access category.tpl and order-opc.tpl. All the page files are located in this directory, feel free to edit the files.

      posted in Technical Help
      S
      shreesh
    • RE: Editing

      @shager

      Price and amenities filter and be managed by configuring layered filters and sorting block module (https://prnt.sc/26oo7vv)
      In module configuration, you can disable Price and Amenities filters (https://prnt.sc/26oo877)

      And how can I optical edit the 2nd booking screen? : can you please explain what you meant by this line.

      posted in Technical Help
      S
      shreesh