Qloapps / QloApps

QloApps is a Free and Open-source hotel management and reservation system to take a hotel business online. QloApps offers a Property Management System (PMS), a Booking Engine, and an attractive Hotel Website. Elevate hotel operations with QloApps to streamline processes and provide an enhanced experience for both hoteliers and guests.
https://qloapps.com
Open Software License 3.0
4.5k stars 483 forks source link

Edit homepage or general frontend #86

Open raul4740 opened 4 years ago

raul4740 commented 4 years ago

What is the best approach to edit the html / frontend of the webapp. Through the backend or by editing the tpl files?

sumitwebkul commented 4 years ago

@raul4740 There are two types of changes a user may want -

  1. User just need to change the positions of the sections on the page. And if those sections are coming from the modules then you can change the positions of the module with "Modules and Services -> Positions" tab. We recommend you to please visit http://doc.prestashop.com/display/PS16/Front+office+Positions for the detailed description of this feature.

  2. User need to change the design of the page (or page sections), Which can be changed only by changing the related files(tpl or css) of that section. So in this case you have to change the files of that section. Note: In this case section may belongs to a module or the core theme of the QloApps. So you have to change the files accordingly (the module files or theme files)

Hope you understand.

GaelKBertrand commented 3 months ago

@raul4740 There are two types of changes a user may want -

  1. User just need to change the positions of the sections on the page. And if those sections are coming from the modules then you can change the positions of the module with "Modules and Services -> Positions" tab. We recommend you to please visit http://doc.prestashop.com/display/PS16/Front+office+Positions for the detailed description of this feature.
  2. User need to change the design of the page (or page sections), Which can be changed only by changing the related files(tpl or css) of that section. So in this case you have to change the files of that section. Note: In this case section may belongs to a module or the core theme of the QloApps. So you have to change the files accordingly (the module files or theme files)

Hope you understand.

Hi @sumitwebkul , re-opening this issue since no one wants to solve it. Could you help me with understanding the general file hierarchy for qloapps to access exactly the front-end files CSS/HTML, tpl, etc,..?

sumitwebkul commented 3 months ago

@GaelKBertrand

You check the directory structure of QloApps using below link https://devdocs.qloapps.com/architecture/directory-structure.html

Also, you can explore the developer documentation for your help https://devdocs.qloapps.com/

Hope it will help.