How to reflect code changes to browser
-
Hi,
I have gone through the forum. but could not get the clear answer. Let me explain what my question,I have created folder called hotel in /var/www/html and put the source code into that folder.
Then I start the apache server and access the application via web browser.
Then I change some text in source code in,
/var/www/html/hotel/modules/hotelreservationsystem/classes/HotelHelper.php$WK_HTL_CHAIN_NAME[$lang['id_lang']] = 'Find your best hotels';
like this.
Then I restart the apache server.
Problem is , that changes not reflect to the application running in web browser. Can I know why and how do I customize some those.Thank you
-
QloApps saves the content in the database instead of the source file. Once you have completed the installation, all the dynamic data will be accessed from DB instead of the source file.
The changes you are doing in the file are for demo data during installation.To customize QloApps according to your need you will need to access the back office of QloApps.
To access and use the back office of QloApps please follow the following guides:
https://qloapps.com/install-qloapps/
https://qloapps.com/qlo-reservation-system/You can also use QloApps demo data cleaner to remove all the demo data and start with fresh QloApps.
Please follow the following thread to know about demo data cleaner
https://forums.qloapps.com/topic/150/how-to-delete-sample-orders-which-i-created-for-testing/2?_=1613710761966 -
@ehand did you get the solution ?
-
Yes, Now changes are reflect. Thank you