906 comments found.
Hello dears, I am waiting for your reply. I just stopped working on my website till I get your response.
Hi,
Really sorry for the delay, I just answered to your previous questions. Thank you
Best regards
Presales questions please;
How hotelier can accept money incase of multi vendor? by themself directly or website owner can receive money and send to hotelier by deduct percentage for use website? Do hotelier pay monthly for use system?
Thanks
Hi,
Hotelier can get money throw his own PayPal email in his account. There si no commission rate for the website for the moment.
Best regards
Hello dear, I am customizing your script and I have the following questions and recommendations:
1.I am developing an android webview for my website but the image galleries (lazy loader) continues buffering infinitely while a website from a peer(www.sun-tour.eu) works well in the webview app. In some other countries, it continues to infinitely loading even in laptop browsers too. Screenshots and android apps for both websites are attached. Please download and try both of them and suggest what is wrong with my website.
App for my website: https://drive.google.com/file/d/1fVa-4cGGlgkb_G_qf3A7rWzPSrndbFEa/view?usp=sharing App from peer’s website: https://drive.google.com/file/d/1Qlw89-RBSuy6Wa4RZwaWbTQ8G3m4Pdnu/view?usp=sharingscreenshot from my app: https://prntscr.com/pwlkpc
screenshot from peer’s website app: https://prntscr.com/pwlkpc
2. My calendar is not available here where you suggested for me to check (https://github.com/jquery/jquery-ui/tree/master/ui/i18n). But it is in many posts like in GitHub and other websites. Example:
http://keith-wood.name/js/jquery.calendars.ethiopian-am.js and https://github.com/BekaMengistu/EthCalDatePickerHow can I implement my calendar to my website?
3. I bought an HTML template from ThemeForest
https://themeforest.net/item/bookify-html-booking-template-with-unlimited-possibilities/22040493But I do not know how to apply to my website. I have no coding skills. Shall I wait till your next update if you have a plan to make it on the way to this template? otherwise, send me the quote if you can implement this template to my website.
Hi,
1/ Really sorry, I can’t provide support for Android app, I don’t master this type of development enough.
2/ You need to replace this code (in /templates/default/common/header.php:
<?php if(LANG_TAG != "en") : ?>'//rawgit.com/jquery/jquery-ui/master/ui/i18n/datepicker-<?php echo LANG_TAG; ?>.js',<?php endif; ?>
with:
<?php
if(LANG_TAG != 'en'){
if(LANG_TAG == 'am') echo '\''.DOCBASE.'/js/plugins/datepicker/datepicker-am.js\',';
else echo '\'//rawgit.com/jquery/jquery-ui/master/ui/i18n/datepicker-'.LANG_TAG.'.js\',';
} ?>
Then simply create this fodler and file /js/plugins/datepicker/datepicker-am.js with the content found from github.
3/ I don’t inmplement external template, but I customize the existing to match your needs (which can be inspired from templates that you’ve seen). Send me an email here support@pandao.eu to get an estimate.
Best regards
I created rooms, packages, rates but still it shows “No Availability” in website. Here you can see the picture: https://ibb.co/SvxSxRz
Hi,
First of all, check these points:
- For a price per night PER room, define a price per night (field “Price / night”) and a number of people (field “Num people”) = max capacity of the room (field “Max people” of the module “Rooms”). Here “Num people” is the number of guests included in the price. You can also define a smaller value for “Num people” and use the fields “Price / extra adult / night” and/or “Price / extra child / night” to add an extra cost for additional persons.
- For a price per night PER person, define a price per adult and/or children (fields “Price / extra adult / night” and/or “Price / extra child / night”). Here the field “Price / night” = 0 If you have special prices for children according to the age, better use the field “Children’s rates” instead of “Price / extra child / night”.
Let me know
Best regards
“Num people” was 0. I changed it and it’s working now. Thanks.
Great
Glad to help
Hello dears, Here is my another question: how can remove the placeholder GIF code because they are making website slow.
Hi,
Do you mean the website preloader? Or image preview before loading?
Best regards
i wanted to run an update but am receiving this error The requested URL was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Hi,
After which update or changes please?
Best regards
recently November update kindly visit https://www.boonsegameresort.com/ click on galleries or any meu item.even servicies and other menu items are not availble am sending you login detail for server
Ok,
Make sure the file htaccess.txt has been renamed into .htaccess and the variable {DOCBASE} in this file (line 67) has been replaced with the document root.
RewriteRule ^ - [E=BASE:{DOCBASE}] [L]
Must be replaced with:
RewriteRule ^ - [E=BASE:/] [L]
If your website is installed in a subfolder (for example /test), the correct syntax will be:
RewriteRule ^ - [E=BASE:/test/] [L]
Best regards
i have sent login server details and not good in programming
the script is not in the the subfolder domain directory where it is installed is https://www.boonsegameresort.com/
ok the solution seems working
how do i add services and faicilities on the menu bar
Simply add a new page in the admin panel. Then add a new menu item. When you will add a new menu item, you will need to fill the field “Idem ID”, put the ID of the page you just added.
Best regards
Hello, Dears.
I am not good at coding and I need your usual help:
1. How can translate the word(button) “Go” on the destination filter?
2. I have renamed the file …... and created jquery.event.calendar.ti.js for my language Tigrigna. but the days and months on the date picker are not changing.
3. I have a local datepicker js file attached to the link. which file should I use from this folder to change the calendar totally to my local Calder? here is the folder:
https://drive.google.com/file/d/1EYb0_y1oui6QRr_PCcbufqYvqg0ohyDw/view?usp=sharing4. I got a new update and the instruction says: Replace the following files and execute the queries in your SQL manager to perform the updates.
FIXED ISSUES
Missing updated file
/admin/modules/booking/booking/availabilities.php
I will replace the file after downloading the fresh code of Pandao but how could I execute the queries in your SQL manager to perform the updates? Thanks for your usual help.
Best Regards,
Hi,
1/ There is no translation, so edit the file /includes/templates/default/search.php
2/ jquery.event.calendar is for the calendars displayed in the booking page, not the datepicker. The language file is automatically selected from the value that you defined in admin > modules > languages > edit > lang tag (check here available lang tags: https://github.com/jquery/jquery-ui/tree/master/ui/i18n)
3/ same point 2/
4/ No worries, there is no SQL queries for this update, otherwise you’ll see a block of code 
Best regards
Thanks for the reply as usual. I am clear with 1 and 4 but still, I am not clear with 2 and 3.
2. I where could I translate these moths and day's names? look at the screenshot: https://prnt.sc/pum4u1.
3 my calendar is different from the gregorian one. Here is my local calendar:
https://drive.google.com/file/d/1EYb0_y1oui6QRr_PCcbufqYvqg0ohyDw/view?usp=sharing
Which file from the attached .zip and how could install it so that when I use my local languages, the calendar also changed into mine?
the price for all functionality in the demo? this marketplace for hotel?
Hi,
the price for all functionality in the demo?
Yes 
this marketplace for hotel?
Yes, for several hotels. Here is the link for single hotel website: https://codecanyon.net/item/panda-resort-4-cms-for-single-hotel-booking-system/12913332
Best regards
Hi,
Where can I see what version I have installed on the site? I want to see if I managed to install the latest version.
Hi,
There is no version number, you need to refer to your purchase/installation date and check this changes log: https://items.pandao.eu/updates?item=1
Best regards
If I give you the login details to cpanel, can you tell me which version I have installed on the site? In “activities” does not work properly. When selecting the number of persons the price is not updated and the start date cannot be set.
Can i show homepage like One Single Hotel ??? just like Panda Resort 7 – CMS for Single Hotel – Booking System
Hi,
No sorry it’s not possible. Or you can cipy the code from the model /templates/default/models/hotel.php, adapt it and past in the file home.php.
Best regards
Do you have custom field for customer/user or for everything ?
Hi,
What do you mean by saying “custom field for customer/user” please?
Best regards
i mean add more custom field for user registered guest – https://multiresorts.pandao.eu/admin/modules/user/index.php?view=form&id=4
Hi,
I will fix it in the next update
Thank you for the feedback.
Best regards
Hello, dears, I have one recommendation: Recommendation: Can you add more filters like this page https://www.booking.com/searchresults.html?label=gen173nr-1FCAEoggI46AdIM1gEaKQCiAEBmAExuAEYyAEM2AEB6AEB-AECiAIBqAIEuALr5NvtBcACAQ;sid=942edbabc11e3addc4de67f7c7c9ef1c;city=-782831;from_idr=1&;dr_ps=IDR;ilp=1;d_dcp=1
Hi,
Thank you for your feedback. Yes, it was planned but I didn’t have time to add it. But I keep it in mind for the next updates.
Best regards
hola buenas; pregunta en la carpeta encuentro el título de la página para poder editar mi nombre el cms ya busque por todos los lados y no encuentro donde editar pandao. thanks
Hello; ask in the folder I find the title of the page to be able to edit my name the cms I already looked for all sides and I can’t find where to edit pandao.
Hi,
To change the company name, edit the file /admin/includes/inc_top.php and replace PANDAO CMS with your own company name.
Edit the file /admin/includes/inc_header_common.php (<title></title> tag) to change the title of the browser tab.
Best regards
I could not edit the text of pandao cms I put the lines where it is and I do not see them in the folders. support me please thank you.
<!DOCTYPE html> <html lang=”en”> <head> <meta charset=”UTF-8”>
<title>Panda Multi Resorts, web software to create and manage multi hotels platforms</title>
<meta name="description" content=" A man travels the world over in search of what he needs and returns home to find it. - George A. Moore - ">
<!- Schema.org markup for Google+ ->
<meta itemprop="name" content="Panda Multi Resorts, web software to create and manage multi hotels platforms">
<meta itemprop="description" content=" A man travels the world over in search of what he needs and returns home to find it. - George A. Moore - ">
<!- Open Graph data ->
<meta property="og:title" content="Panda Multi Resorts, web software to create and manage multi hotels platforms">
<meta property="og:type" content="article">
<meta property="og:url" content="https://mydominio.com/en">
<meta property="og:description" content=" A man travels the world over in search of what he needs and returns home to find it. - George A. Moore - ">
<meta property="og:site_name" content=" my dominio">
<meta property="article:author" content="my dominio">
<!- Twitter Card data ->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@publisher_handle">
<meta name="twitter:title" content="Panda Multi Resorts, web software to create and manage multi hotels platforms">
Hi,
This is the code from the front office, not back office. To remove the brand name from the front office, simply add your own content in the admin panel > modules > pages > home > edit > title and title tag fields > save
Best regards
Looks like your demo site is down. Can’t reach it.
Hi,
Thank you for your feedback. There was a server overload this morning. Everything is ok now.
Best regards
Presales question: Is it possible to insert the booking bar for room availability in an external site? For me this function is of fundamental importance. I searched the answers in the forum, but they are not clear. If yes, how? Thanks
Hi,
Simply use this code and customize the layout:
<form action="URL_OF_BOOKING_PAGE" method="post">
<!-- optional hotel ID -->
<input type="hidden" name="hotel_id" value="HOTEL_ID_IF_KNOWN">
Check-in
<input type="text" name="from_date" value="DD/MM/YYYY">
Check-out
<input type="text" name="to_date" value="DD/MM/YYYY">
Adults
<select name="num_adults">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
<option value="9">9</option>
<option value="10">10</option>
</select>
Children
<select name="num_children">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
<option value="9">9</option>
<option value="10">10</option>
</select>
<button type="submit" name="check_availabilities">BOOK</button>
</form>
Best regards
Ok. Thanks
when I try to add a slideshow, It says An appropriate representation of the requested resource could not be found on this server. This error was generated by Mod_Security.”
"Not Acceptable!
Could you suggest a solutions? Thank you,
Hi,
I think there is a server misconfiguration. Try to disable ModSecurity on your server.
Best regards
kindly can you send me a video tutorial on how to install it manually. because i followed the instruction very carefully but its saying access denied cant connect to database but in the actual sense all database information such as user name,password are very correct Kindly send me video tutorial both manually .
Unable to connect to the database. Please check the database connection parameters. SQLSTATE28000 Access denied for user ‘gruwijkh_boonse’@’localhost’ (using password: YES)
Hi,
I have no video tutorial, sorry. The database user must have all privilleges on the database. Otherwise, you get this error.
Best regards
Hello there, I recently bought your script and I liked it. I installed it today but why is the “destination” filter missing in my homepage? look the screenshot https://prnt.sc/pf1j10
It was a browser problem sorry just solved but reply some of my cases which sent you through the support portal.
Hi,
Can you tell me which issue did you fix and which one are still here? Thank you
Best regards
1. I was trying to install on a network with proxy, but unable to install it but installed it on a network with no proxy. I know to know why?
2.The menus are nor working. when I click on them, they display “Sorry, this page doesn’t exist. Please check the URL or go back a page. 404 Error. Page Not Found.”
3. when I enable to the foreign language” it say “Sorry, this page doesn’t exist. Please check the URL or go back a page. 404 Error. Page Not Found.”(http://medekesi.fanizon.com/en)
4. If i want to use on https doamin, which code should i amend? my demo site is here: http://medekesi.fanizon.com/en Thank you
Please, reply to the above questions. I am waiting for your help. I also sent to you my credentials through inbox. Thank you
Hi,
1/ I don’t know the configuration of your network with proxy, so I can’t help you on that part. It’s propably due to the wrong database connection (host name, port… user privilleges).
2.1/ For new pages, don’t forget to define an alias (string of characters without spaces or accents displayed in the URL of the page) for your pages or articles for each language. You can specify the alias in Admin > Modules > Pages (or Articles) > Edit/New > Alias. E.g. http://www.mywebsite.tld/mypage (mypage is the alias of the page)
2.2/ Also Make sure the file htaccess.txt has been renamed into .htaccess and the variable {DOCBASE} in this file (line 67) has been replaced with the document root.
RewriteRule ^ - [E=BASE:{DOCBASE}] [L]
Must be replaced with:
RewriteRule ^ - [E=BASE:/] [L]
If your website is installed in a subfolder (for example /test), the correct syntax will be:
RewriteRule ^ - [E=BASE:/test/] [L]
3/ Same as previous point, try to fix 2.2 before trying 3
4/ If your server is not configured to make this redirection automatically you can perform this action in the file .htaccess in the root of your website. Open this file and add the following lines after “RewriteEngine On”.
If you want to redirect all HTTP URL to the equivalent HTTPS URL, use this code:
RewriteCond %{HTTPS} !=on
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
Best regards
I have been reading all those comments and tried them one by one but I can not fix anyone of them. please look your inbox. I sent you my cpanel credentials and my demo website credentials. I need your help please.
Sorry but I have only admin panel access. Can you send me CPanel or FTP access please? Thanks
Dear, I sent you both. even I can send you now again,
I had only an email with admin access.
I fixed your issue. You haven’t renamed htaccess.txt into .htaccess and replaced line 67 as I described in the FAQ and in my previous comments.
So it works fine now
Best regards
Really this was the only case? I have tried all cases as the FAQ and as you replied to many people in comment section. Thanks it works now. but I did try it as you did many times but could not fix it. rated 5 anyway.
Thank you 
Hi, can I have one user manage one specific hotel? Each hotel being managed by their specifics owners?
Hi,
Yes, it’s already the case. The user type is “hotel” and the user is bind to one or several hotels.
Best regards
thanks, and is there a way to “embed” the calendar/booking system in a different website?
Hi,
No, it won’t be possible, it will embed all the website with header and so on.
Best regards
hi. i cant save information in settings, what could be wrong?
Hi,
Do you use the latest version? Otherwise, try to update first and let me know.
Best regards