QloApps Forums
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Popular
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All Time
    • Day
    • Week
    • Month
    • V

      Invoice PDF Showing Default 12:00 AM Instead of Configured Check-in/Check-out Time
      Technical Help • • vighneshacharya

      4
      0
      Votes
      4
      Posts
      194
      Views

      A

      Hi @vighneshacharya ,

      Localization > Languages and edit your active language. Ensure that the Date format field uses a strictly date-only format. Please do not use a format that includes time parameters.

      If you would like the check-in and check-out times to be displayed in the invoice, we can provide the appropriate PR (code changes) to implement this functionality.

    • A

      What is the value of $template \themes\hotel-reservation-theme\layout.tpl
      Technical Help • • Aniekan Akai

      2
      0
      Votes
      2
      Posts
      152
      Views

      A

      Hi @Aniekan-Akai ,

      The layout.tpl file works as the main frontend layout wrapper in QloApps. The line:

      {if !empty($template)}{$template}{/if}

      is used to load the dynamic page content assigned by the controller, such as the homepage, CMS page, booking page, room page, etc.

      In simple terms:

      layout.tpl controls the overall page structure

      $template contains the actual page content

      header.tpl manages the header section of the website

      So, for UI changes:

      Use layout.tpl for overall page layout changes

      Use page-specific .tpl files for content section changes

      Use header.tpl for header-related customization

      If you face any difficulties, kindly create a ticket with detailed requirements/screenshots so our team can assist you further:

      Create Ticket - QloApps Support

    • I

      New Employee Access Denied
      Technical Help • • Ikram17896

      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied