Modify small booking section
-
Hi,
I have managed to modify most instances I require through the tools within the admin panel however one specific part is still stuck as it was previously and I can not seem to find what is actually causing it.
On the homepage where you can select dates and rooms and then search I need to change "Room" to "Pitch" as im trying to use this for a campsite.
All instances of "rooms" or "room" has been changed to "pitches" or "pitch" as far as I can see. When selecting an amount of adults/children the text does indeed change to "pitches" however always when initially loading the website it says "1 adult, 1 room" this instead needs to be "1adult, 1 pitch"
Have I missed something here? All editing was done through the translation sections, not actually editing any code.
-
Hi @kerryw92,
Regarding your query about the translation:
“When initially loading the website it says '1 adult, 1 room'.”
This was a known issue, and we’re informing you that it has now been fixed.
We are sharing the pull request (PR) that includes the fix:PR Link: https://github.com/Qloapps/QloApps/pull/1406/files
You can apply the changes to the relevant file(s) as outlined in the PR.
After applying the changes, please follow these steps to update the translation:
-
Go to Localization → Translations
-
In the "Modify translations" panel, select the appropriate options (e.g., type of translation, theme, language, etc.)
-
Make any necessary adjustments, and Save the translations
Once these steps are completed, the issue should be resolved.
-
-
@Aradhana-Kumari Thank you, that has worked great!
Any way I could omit the occupancy section entirely when searching on the homepage? Noticed I can click up continuously over the maximum guest amount with returns back zero available rooms.
Did check over all the help files etc and through the code but cant locate the actual code I need to omit.
Ideally I would just want the check in & out dates and search button as im planning to purchase the add-on that allows per guest pricing.
Also just a quick one that may be worth looking into, the registration emails on the forum dont appear to be working, hence I had to create a new account to respond. Tried 3 email addresses, none have received the verification email or password reset link.
-
Hi @kerryw1992,
Regarding your query:
"Any way I could omit the occupancy section entirely when searching on the homepage?"
Yes, it’s possible to configure the website to perform searches without the occupancy section.Steps to disable occupancy-wise search:
-
Go to Admin Panel > Preferences > Room Type
Reference: Screenshot
-
Scroll to the Search Panel section.
-
Set "Front end search type" to "Search without occupancy".
-
Set "In front-end, add rooms to cart with" to "Room quantity".
Once these options are configured, the occupancy fields will be removed from the search form on the homepage.
Regarding your issue with none have received the verification email or password reset link:
We are checking and will update you. -