906 comments found.
It is laravel and multi hotel, car listing project?
Hi,
No, there is no framework in this script.
Best regards
I like this script but payment gateway. You can you add paystack or flutterwaves as one of the payment gateway on next release. I will be waiting for that, if only is possible. thank you
Hi,
I don’t know if it can still help, but I just released a new update with Razorpay, for your country.
Best regards
Hi,
Some other testing tools give other results, also you entered the URL of the iframe and not the real demo URL… The score is also due to the video in the slideshow.
Best regards
How can I force the site to load with https, not http?
Hi,
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
Please add 2-way (import/export) calendar/ical syncing feature with airbnb/booking.com etc
Hi,
Sorry it’s not planned for the moment unfortunately.
Best regards
what are the third parties available here?
Hi,
What do you mean by saying third parties? server/client/database?
Best regards
NICE APP, I LOVE THIS
BUT PLEASE CAN I CREATE A SUBSCRIPTION FOR THE HOTEL OWNERS TO SUBSCRIBE OR TO EVEN ADD A TRIAL DAYS FOR THEM…
THANKS
webaprod am also getting the same issue
Hi,
When you add a room in the admin panel, you also need to add rates (prices) for each room in the admin panel: Admin > Modules > Rates It will enable this room for booking. Then you can manage the booking in the module Booking and by clicking on the button “Availability” on top of this module.
Best regards
hi i have test the admin but i do not see where manage rooms Availability
Hi,
When you add a room in the admin panel, you also need to add rates (prices) for each room in the admin panel: Admin > Modules > Rates It will enable this room for booking. Then you can manage the booking in the module Booking and by clicking on the button “Availability” on top of this module.
Best regards
Hi, I have uploaded a few activities in my system but some place e.g. /activities /booking-summary
other places like Viewing another activity it works
Can you please fix this bug?
Hi,
Sorry, I don’t understand. What do you mean by saying “but some place e.g. /activities /booking-summary”?
Thank you
Bets regards
These I have set a price for all these activities except one: https://www.hotelconfortseychelles.com/activities But all of them are displaying $ 0
try booking an activity as well and you’ll see what I mean
Did you add activity sessions in the admin panel > modules > activity sessions? Like for the rooms, you need to add prices here.
Best regards
Do you know how to add Rooms into the sitemap? Currently I have several number of rooms listed but on the sitemap I am only able to see the Destination. From an SEO prospective it’s fundamental to have the rooms also listed in the sitemap. Any idea? Many thanks
Hi,
You need to edit manually the file /templates/default/models/sitemap.php and list all rooms/hotels with a PHP loop (SQL query on pm_hotel and pm_room and use a foreach to display the results). Take example on the file /templates/default/common/get_hotels.php from line 25.
Best regards
Sorry, I am unable to address this. Any help on the code?
Hello pandao team i have send the data u want to update my system and fix adding actives cause its not working , and i didn’t receive any replay back
Hi,
I sent you an email.
Best regards
okay i will send u what u need
Can you add payment gateway – razorpay.com ?
Hi,
You can send me an email to support@pandao.eu. I’ll give you an estimate to implement razorpay on your website.
Best regards
Hello,
I have checked your demo using my smart phone but the issue I have faced is that when I click on the menu, it displays for a second and disappear
Please check it
Hi,
Yes, I’m working on it. Thank you for your feedback. I will upload an update with the fix.
Best regards
Hello,
can i with Panda Multi Resorts 7 add hotels etc … from other affiliate program ?
also there is any option or API to get data from affiliate websites ?
Best regards
Hi,
No, unfortunately, there is no API to get data from another program.
Best regards
i have issue on booking, when i go to availabilities table is not loaded, like this image bellow
https://imgur.com/a/osNljJvalready sent the email, looking forward for the solution, thankyou
is there any update on mu issue?
Hi,
Did you manage to fix this issue or did you get my latest emails? Thank you
Best regards
i have issue on booking, when i go to availabilities table is not loaded, like this image bellow
https://imgur.com/a/osNljJvhello there i want have a website same : 1stquest.com this cms have this futur ?? thanks
Hi,
Which feature exactly please? Thank you
Best regards
i try to update it give me the same old errors https://ibb.co/zfh58gG
Hi,
So it’s the same fix. Edit the file .htaccess line 67:
RewriteRule ^ - [E=BASE:/] [L]
And empty your cache.
If it still doesn’t work send me your FTP access.
Best regards
so if i give u the accesss what i will do in your next update after the support time 
ftp acess sent
Hi,
It seems that your server doesn’t allow the script to get the environment variable with the PHP function “getenv()”, so you variable named BASE in .htaccess is not used. Also you have a folder named “admin” in your server path, like your admin area. I renamed your admin folder (of the CMS) with “panel”, and now it works 
Best regards
thanks but how should i fix these error every time i upgrade i get new errors
In the admin panel > settings > admin folder name, simply change the name of the folder.
wow thanks alos adding Activities not working
Glad to help 
adding Activities not working
Hi,
I can’t connect to the FTP or website anymore, can you check please? Thank you
Best regards
i did sent it sorry for delay hosting company upgrading
can you help me please i did sent all info. u want
its possible that administrator have an email notification when guest complete they booking?
Hi,
Yes, it’s already the case. If it doesn’t work for you, make sure that you define an email in admin > settings > contact > email. Also, check your email settings in the admin panel > settings > email settings. According to your email server (or provider) specification, better use SMTP and the correct port and encryption.
Use SMTP = Yes SMTP security = TLS or SSL SMTP authentication = Yes SMTP host (provided by your host, and most often the domain name) SMTP port = 465 (if SSL) or 587 (if TLS) Email username (provided by your host, and most often the email address)
Best regards
i have issue on booking, when i go to availabilities table is not loaded, like this image bellow
https://imgur.com/a/osNljJvHi,
Did you manage to fix this issue or did you get my latest emails? Thank you
Best regards
Hi,
The images are not found. For example: /medias/article/small/14/17054885570-31f133231a-b.jpg
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]
Check also if your website doesn’t have another htaccess file in a parent folder for example.
Best regards
Any other ideas? If everything is so complicated, can I ask you to install a copy of the demo on my hosting?
You write: “The images are not found. For example: /medias/article/small/14/17054885570-31f133231a-b.jpg”
Weird. My folder looks different. https://prnt.sc/q0f11l
Some time ago your colleagues sent me a dump of the database I imported in my database and this could be the reason of the appeared errors. Can be ask you send me folder with media which is you have in demo. Maybe in this case I need to have a copy of the demo is not only the folder medias and some others? I’ll probably ask you to send me an archive with all the files. Is it possible?
Ok, I undertstand, yes, it’s due to the test data. Can you send me the FTP access + admin panel access please? Thank you
Best regards
Yes, of course! Only I would not like to spread the data in an open chat. How can I do this privately? And I must say that the policy of my hosting provider provides for a ban on automatic creation of a new database. But I can contact technical support. Please tell me what I need to ask them, if it is necessary?
Yesterday sent all data through the form of communication with the author. Did you get my message?
Hi,
Yes I got it. I let you know in the next hours.
Best regards
Hi!
How’s the setup going? There were some difficulties?
When can I expect installation?
Best regards
Hi,
Sorry I can’t access to your website. The FTP works, but I don’t see any files in public_html. You need to check the FTP account permissions on your server panel.
Let me know
Thank you
Best regards
Hi!
We did not understand each other)
I asked for help with the installation and thought you have the source files.
Now I have uploaded the archive to public_html, please check.
Thank you
Best regards
Yes, but you didn’t mentionned that it was missing some images from the demo data? So we need to import them?
Hi! That would further make it clear, I’m asking now to install your script on a domain I sent in the letter. I agree, that would all photo were you, that on demos. Can you do that?” if so, please do so.