1117 comments found.
hii Author i love your item but can you please add Nigeria payment gateway (paystack)
Hi,
Sorry it’s not planned, but I can add it for you. Let me know if you need an estimate: support@pandao.eu
Best regards
Eventually is it possible integrate it with am existent wordpress site?
Hi,
No, unfortunately it’s not possible, sorry. Panda Resort is a complete and independant CMS like Wordpress with a control panel to manage the content.
Best regards
hi, is it possible integrate/sync with marketplace like as booking/airbnb/etc..
Hi,
For the moment it’s not planned because I didn’t find the best way to synchronize, maybe with iCal, I will see.
Best regards
hi, can you tell us why the images are not loading as i see a lot of buyers have the same problem but no posted solution so far
Hi,
Which images and where please? The CMS uses javascript to preload images. So if there is a javascript error, even with another plugin like Google maps API key missing, javascript crashes and the images are not loaded.
Best regards
we have not added any API keys as yet. the images that are continuously loading are on the home page here https://www.bushmediatt.com/demo/resort/
Hi,
I just tested and it works fine. I send you a screenshot by email.
Best regards
Hi pandao, I am using V.6 but want to update to current V.7 but bit confused with your update instructions. So, can you please provide me with a HOW and WHAT steps do i need to take to successfully update the software. Thanks in advance.
Hi,
Go to this link, https://items.pandao.eu/updates?item=2, and make the updates from the oldest to the latest.
You need to replace all files mentionned from the archive that you downloaded.
When you see a query code, copy and past in your phpMyAdmin, and execute the code.
About the particular file (e.g 6.1.0) config.php (don’t take care of the -tmp), you need to add the constants manually, otherwise it will overwrite your settings (open your file /common/config.php and add a new line with the new constant name).
Best regards
Hi, Can someone help me pls, I must be blind as I can not see where to change out of the Demo Mode to Live Mode. Regards Ron
Hi,
Remove the line 39 in /common/config.php and retry.
Best regards
I had turned off the GeoLocate which also sorted of one of the issues, I have now also removed line 39.
Two other issues that I found were: 1) The AutoInstaller does not work as described until you make the database connection in admin/setup.php. It would be good if this was mentioned in the Installation Instructions.
2) You have the currency code for Australia as AU in the db.sql file, the PayPal Currency code for Australia is AUD there until it is changed PayPal will not work.
I have emailed you with some screen shots on the Bookings / Availabilities format issues, I will be grateful if you can assist in resolving the problem.
Cheers Ron
Hi,
1/ With some server configuration, the script cannont write directly in the database, that’s why you need sometimes to execute manually the query which is given. http://resort.pandao.eu/doc/#installation
2/ I just check in the original file and the currency code for Australia is AUD:
line 823: (5, 'AUD', 'A$', 0, 5),
I will have a look at your screenshots
Best regards
I can not send you a screen shot through the messaging system, take a look at line 847 in db.sql (null, ‘Australia’, ‘AU’),
Cheers Ron
This is not the currency code. It’s in the table pm_country. AU is the ISO code of the country, not the currency code.
Do you have any plan to change theme of this product?
Hi,
It’s not planned. But you can use other templates (HTML5, CSS3 and compatible with Bootstrap 3).
1/ Replicate the default template (folder /templates/default/) and rename it.
2/ Next, edit the file custom.css (empty css file) or layout.css (main css file) with your own styles (from an HTML template on Themeforest for example).
3/ Change also the HTML structure (if needed) in the folders: – /templates/default/models/ (pages and articles models) – /templates/default/common/ (common files like header and footer) - /templates/default/widgets/
4/ Define the new template as main in the Admin panel > Settings section > General tab
Best regards
Hi, Thank you and this is great.
Any updates
?
the availabilities section on the Booking Overview theres a lot of bugs,
1. when clicking the specific room then it cant be changed it will add the other room if you select another.
Hi,
Sorry, I don’t understand. When you select a room, it will add another? Only for overbooking, it’s a “virtual” room.
Best regards
ill send you a video via email
Hi,
I’m working on it and will publish the update as soon as possible. Thank you for your feedback.
Best regards
Hello Pandao, do you do custom works on your script if purchased? Secondly no logo and favicon editing option in the demo admin panel will it be available in the live when purchased? thirdly i can’t see the roles menu in the demo admin panel so as to know what every role given on site will have access to, thanks hoping to see a reply on this from you shortly.
Hi,
The logo and icon are not editable from the admin panel, simply replace the files from the location /templates/default/images/
Yes, I can send you quotes if needed for some customizations.
To edit the roles, you need to change the permissions in each config file of the modules > /admin/modules/module_name/config.xml > roles
Best regards
Is it possible to add custom code without overwrite core file? Many scripts, frameworks, typo3, magneto, wordpress have architecutre like code/theme child folder.
What about your script? Otherwise we will have a lot of problems by running an update on customized Panda Resort. 
And your changelog did not show much details about the update: which line is new, which line is removed, which code/line is changed…. So an child function will be fine to solve all massive problems.
best wishes to you.
Hi,
You can replicate the default template (folder /templates/default/) and rename it. Then, keep only the folder structure and the files that you edited. The system will use only the customized files or native files in the default folder if the file doesn’t exist in your template.
http://resort.pandao.eu/doc/#templatesBest regards
I would like to know about the customization of billing integration, SMS integration, auto mail statement, and restaurant menu. What is the cost of the customization of the above requirement? You can mail to yahraa@gmail.com before I purchase the product.
Hello, it is compatible to change the admin backend/front end to this Template?
https://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469Hi,
The admin panel is splited into different files. So you need to copy the layout of the template and paste into admin php files (it’s a long work). But the bootstrap version and jquery seems to be compatible.
Best regards
Please i send you an email with booking problem price. I wait for you reply
Fixed
Thanks a lot. You are very quickly and very kind. excellent script and excellent assistance
Thank you
Glad to help
Best regards
Hello why my inquiries via email are not answered?
After I set up the rooms I changed the standard currency now is everywhere on the website 0 as a price?
Hi,
Which currency did you define as main please? And from which one to which other one do you convert?
Best regards
I do not know but it works now my question is there are several currencies but these currencies can not be adjusted with the current currency exchange 2. I have a room with a bed of six beds and rent per bed how can I solve this in the system I open a room for each bed?
The exchange rate used comes from an external API, so the rate is up-to-date.
Yes, unfrortunately, the only way is to add a new room per bed or define the number of rooms of this type of room => 6
Best regards
i’m sorry i have overlooked this api thanks for the note another question is it possible to create a google api to display prices and availability directly in the search engine? google hotel api
HI,
I think so, but you need to add your own custom code to implement this API. You will need to bind rooms with an ID.
Best regards
Can you do that ?
I just checked the demo. Can i generate a report and export?
Hi,
No, it’s not possible, sorry.
Best regards
Sorry but issue still not resolved. You can try the update page and photos which is not working. I recently test that and you didn’t replied from last 9 days. Please check your mail for other issue.
I am not here to test your script and let you know that please fix that issue and this issue. Tell me how many issued I have raised in my email chain and how many days you have taken to resolve even in last email when I asked you provide the updated build so all other issue may be resolved. Did you replied to that email?
Hi,
Really sorry for the delay.
Can you send me your FTP details and admin login please? Thank you
Best regards
I have the admin login, sorry.
Your server removes “index.php” from the URL when you save from the admin panel, but this is required by the script for security reasons, so please check your server configuration and fix it before retrying. Thank you.
Best regards
This Admin Link and User Name And Password Send mail check
FTP Account Send On your mail
Index.php File Path And how to add and send me index.php file on mail
No Remove Any Index.php File webpage working but changes not update
No, not the “file” index.php”. In your URL, the path ”/index.php?” is removed, it remains only ”?view=...”. You server removed the word index.php from the URL in the address bar.
Best regards
How to Update …....
check this URL – http://www.royaldestinations.in/ its Working but changes not update
how to update index.php please send me this file on mail
Make sure that there is no other .htaccess file than Pandao file (like a Wordpress for example or a .htaccess file in a parent folder of the website). Otherwise you need to edit your server configuration (which would be misconfigured in this case, but I can’t tell you where because I don’t know your configuration)
No, you don’t understand. The problem is not in the FILE index.php. The problem is in your SERVER configuration which removed the WORD “index.php” from the URL/ADDRESS BAR in your BROWSER.
Not Found 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.
Here do you get this error?
Yes
Sorry, WHere do you get this error?
Don’t remove the .htaccess in the root of your website. Only OTHER .htaccess files which could be in a PARENT FOLDER.
Send me your CMS .htaccess
I have a doubt, check in the file.htaccess line 74 and replace:
RewriteCond %{REQUEST_URI} /admin/
with:
RewriteCond %{REQUEST_URI} /royal/
sent
How To Add GST in CMS
Go to the admin panel > Taxes > New > GST and define rate, then save. Go to your price in the module Rates > edit > Added taxes (add GST) > save.
Best regards
how to set slider times
Hi,
You need to edit the file /js/custom.js line 587, replace the value with the number of miliseconds you want (empty your browser cache before refresh to see the changes).
Best regards
How to change logo on slider left to right position
Hi,
What do you mean by saying “logo on slider left to right position” please?
Best regards
how to change logo size , Logo positions i mean logo setting
To change the logo, simply replace the file /templates/default/images/logo.png with yours. And edi tthe file /templates/default/css/main.css from line 55
booking not working show No availability error
When you add a room in the admin panel, you define a default price, but this price is not used to check availabilities. You need to add rates (prices) for each room in the admin panel: Admin > Modules > Rates
Make sure you’ve defined a “Number of people” and a “Price / night” (if the price is per room) OR a “Price / extra adult or child / night” (if the price is per person) when you add you rates.
https://items.pandao.eu/faqBest regards
done but not working
and how to remove logo on slider
You added a package named 1 night, but there is already a package named “night”.
And in the package named 1 night, you defined a check-in day Monday and a check-out day on Sunday… So it’s impossible to stay 1 night between Monday and Sunday…
I bind the package “night” on your price and it works.
Best regards
About the logo, edit the file /templates/default/common/header.php (search logo.png) or add a css rule in the css files to hide the logo with CSS..
http://resort.pandao.eu/doc/#templatesBest regards
how to set room booking invoice
Hi,
There is no invoice for the moment, only booking confirmation by email.
Best regards
can j add new laguages? can j make max 30/40 persono bookin or group can j block bookin specific date? can j have payment stipe paypal? can j change laguages in admin area? j have visul editor
Tanks support
Hi,
1/ You can add new languages: http://resort.pandao.eu/doc/#translation
2/ You can define a max number of guests in each room and you can block specific dates in the closing dates in each room.
3/ Only PayPal, not Stripe, but I can add it for you: support@pandao.eu to get a quote.
4/ Same as point 1/
Best regards
i send you an email please check thanks
How to block a specific date for booking? For eg in my hotel is fully booked for tomorrow how to block that date in your script so that there is no over booking ?
Hi,
Use the closing dates in each room. Or make manual bookings for these dates with status payed.
Best regards
Hi, when the update? can you email me updated booking.php file? Regarding problem with 2 adults& 1 child unavailability.
Pandao AUTHOR 4 days ago It will be in the next update. functions.php from line 207 to 235.
Best regards
Hello,
I’d like to know what is the difference between the user type in Admin Menu > users
- Administrator - Manager - Editor - Registered
- Does each of them has different type of privileges? if yes, can you state them for me please?
- Can i add new user type For example: “Receptionist” and to specify his authorities (permissions) to allow him to only access to “booking area” ?
Hi,
Yes, there are different permissions, administrator have all privileges, Manager can add or edit content but not the settings, editor can only edit the content added by others, registered are clients who sign up from the front office.
You can edit these permissions in each configuration file in /admin/modules/MODULE_NAME/config.xml > roles
Best regards