1117 comments found.
after installing the last version i can’t change the web site language to arabic and i can’t find the arabic file
Hi,
Can you send me a link please? What do you mean by saying “i can’t find the arabic file”?
Best regards
I have purchased panda resort for single hotel system.. But I can’t import sql file. There shown some error.. Please provide me full installation guide
Hi,
I can see that you didn’t purchase the item on CodeCanyon, can you post this comment with the user used to purchase the item please? Thanks
Best regards
presale question: Can change the main logo to top left position, similar like sticky mode? not center position? i have check the backend demo, there is no config to styling theme. thank you
Hi,
You can add the class “fixed” in the header tag in the file /templkates/default/common/header.php
Best regards
Hello 1) supports www.payulatam.com ? 2) There is a general calendar to see availability?
Hi,
1/ You can send me your request here support@pandao.eu so that I can send you the price of this extra feature
2/ There is no calendar in the admin panel to see availabilities. But I can add it for you if you need. Let me know
Best regards
Is it possible to hide the comment function on the room site (like here: https://ibb.co/ggVAKR ) so that people cannot rate or give comment to the room?
Hi,
Yes, in admin > settings > booking > allow comment / rating
Best regards
robot
Hi
I have a problem with the rates – but first let me explain you the case:
- I have ONE room to rent. - 1-6 people can book this room. - Now I saw under “rates” that you can set a price per night and the number of people included in that price - I saw also that it is possible to set a price for an extra adult.
Now the problem: - The price for an extra adult is constant. (i.e. if the price for 1 night and 1 person is 100, and the price for an extra adult is 50, then the price for two people per night is 150, for 3 people 200 and so on.)
- But I actually need specific prices for 2 people, 3 people, 4 people, 5 people and 6 people (i.e. the cost of an extra adult should not be constant).
- These specific prices should apply for the same time periode (for example 01.01.19 – 31.01.19)—> so if 2 people want to book the room from 01.01.19 – 31.01.19 they get displayed the specific price for 2 people. If 3 people want to book from 01.01.19 – 31.01.19 they get displayed the specific price for 3 people. And so on. But as soon as it is booked, the room should be unavailable for all others who want to book.
Now my solution: - For the example period 01.01.19 – 31.01.19 I create 6 different price rates and I bind them to my single room, which I want to rent.
Is that possible? If not, how would it be possible to achieve this?
And I have another question:
If I create a room, I can set a price / night. What is the difference between this price and the rates which one has to set?
Hi,
Yes, you need to create 6 different prices with a different number of people each time. The system will select the the most suitable price according to the number of guests.
If I create a room, I can set a price / night
This field is no longer used
Best regards
Hi Pandao,
I have set up 6 prices now like described above but it does not work. (see:
https://ibb.co/nsVfJS https://ibb.co/c8Fak7 https://ibb.co/mq0fJS https://ibb.co/iE3BQ7)
Why does it not work? Why does the system always picking the price for 1 person instead of the price for the number of people selected?
Hi,
Ok
Because the field Number of people is the number of guests included in the price. So if you don’t define an extra price / adult or child, even if you are 2 person, the pruice will be the price for 1 person… In your case, you need to set a Number of people = 1 and the same extra price for adult and child. So the price will be per person and not per room 
Hope you understand
Best regards
Hi
I have tried it but I think I did not understand it correctly.
This is how I did it:
https://ibb.co/iZWVk7 https://ibb.co/hmji57Where is the mistake? Because it stilll displays the price for 1 person?
In fact there are good things in both screens 
you need to set a Number of people = 1 and the same extra price for adult and child
So, Price = 264 / Num people = 1 / Price extra adult = 264 / Price extra child = 264

Best regards
Thanks for previous comments and where is star rating icon located i need to change the icon
Hi,
It’s not an icon. It’s a font (http://plugins.krajee.com/star-rating) In the css file of the plugin in /js/plugins/
Best regards
Hello, Kindly send me an edited file (layout.css) because i do not know where exactly to insert the content you submitted above
You need to edit the file /templates/default/models/details.php manually and edit the PHP code which handles the booking but also the file /templates/default/common/register/signup.php which handles the registration.
HI,
If you’re talking about the popup, anywhere in this file. At the end for example.
Best regards
Thanks
Thanks for your kind support . Hi, I need to zip code and telephone are not mandatory in the booking form and i need to add mobile in mandatory . Thanks and regards
Hi,
You need to edit the file /templates/default/models/details.php manually and edit the PHP code which handles the booking but also the file /templates/default/common/register/signup.php which handles the registration.
Best regards
Hi It’s me again with some other questions – would be very glad if you could answer them for me:
- Is it possible to import exsisitng users via csv?
- I want to have the rating with the stars not just for the Rooms. I did a page with the name “comments”. On this page people should be able to give Feedback and rate the overall apartment with stars. But there are no stars in the feedback form. How can I make the stars visible like giving feedback for a room?
- Is it possible to directly accept/publish feedbacks without checking them?
- Under booking: is it possible to hide “Num of Rooms” and set the number of rooms selected as default to 1 and not to 0? Because I have just one apartment/room to rent.
- From where are the icons which are used to descibe the room? Becuase I would need more of them – is it possible to download them in the same style?
Hi,
1/ No, it’s not possible. Maybe with phpMyAdmin directly.
2/ Copy the dependencies from room.php (star-rating) and implement also the code which displays the rate.
3/ Edit the file /templates/default/common/send_comment.php and change the value of the column “checked” => 1
4/ You need to edit the file /templates/default/models/booking.php manually (search => select name=”num_rooms)
5/ No, it’s a very old set of icons, sorry.
Best regards
Hi Pandao
My question:
- I want to have the rating with the stars not just for the Rooms. I did a page with the name “comments”. On this page people should be able to give Feedback and rate the overall apartment with stars. But there are no stars in the feedback form. How can I make the stars visible like giving feedback for a room?
You answer:
2/ Copy the dependencies from room.php (star-rating) and implement also the code which displays the rate.
My follow up question:
Where do I have to implement the “star rating code” (in which file)?
Hi,
Add the dependencies in the PHP model file if they don’t exist yet (like in models/room.php):
$stylesheets[] = array('file' => '//cdnjs.cloudflare.com/ajax/libs/bootstrap-star-rating/3.5.5/css/star-rating.min.css', 'media' => 'all');
$javascripts[] = '//cdnjs.cloudflare.com/ajax/libs/bootstrap-star-rating/3.5.5/js/star-rating.min.js';
And add the html code in your form (like in common/comments.php):
<input type="hidden" name="rating" class="rating" value="<?php echo $rating; ?>" data-rtl="<?php echo (RTL_DIR) ? true : false; ?>" min="1" max="5" data-step="1" data-size="xs" data-show-clear="false" data-show-caption="false">
Best regards
Thanks but I actually ment: where (in which file) do I have to copy this code?
I don’t know, it depends on what you’re doing. You said “I did a page with the name “comments”, so it will be in the corresponding model. You need to paste the code in the PHP file of your model in /templates/default/models/.
Also make sure you enable the ratings in admin > settings > booking.
Hi and thank you!
So the midel I have used is page.php.
So do I have to place it there?
Or should I take another model not page.php to do that – because page.php seems to be a universal model?
if you want a specific model, you can replicate page.php and rename it. Yes it’s the universal model.
If you need the ratings in this model, add the following code at the beginning of the renamed php file or in page.php:
$stylesheets[] = array('file' => '//cdnjs.cloudflare.com/ajax/libs/bootstrap-star-rating/3.5.5/css/star-rating.min.css', 'media' => 'all');
$javascripts[] = '//cdnjs.cloudflare.com/ajax/libs/bootstrap-star-rating/3.5.5/js/star-rating.min.js';
and replace the code line 104:
$allow_rating = $page['rating'];
with:
$allow_rating = 1;
Best regards
If you already received this message please ignore it – my browser seems to have an issue:
The page model I use is page.php. I would have to paste the code there right?
Do you recommend to use another model because for me seems page.php an universal model or do you think it is ok to take this model?
Yes.
If you want to enable ratings only on a specific page, replicate it, or if no matter to display the ratings in the comments on all pages with model page, so use page.php.
Regards
if i manually add link in footer after the link is not working getting 404 i have sent my footer files to your email address and pl check also my website regards
You need to use PHP not only HTML because the relative path is not the same according to the current page.
href="booking"
must be:
href="<?php echo DOCBASE.$pages[X]['alias']; ?>"
where X is the id of the page
Best regards
thanks and regards
Hello;
I added a room to the hotel CMS. I added the necessary tools when adding the room. But when booking I get a “not convenient” error. When I add a destination, the reservation page gets a 404 error. Test url “http://www.vipdmcturkey.com/beta/404” here you can check. I have installed your latest version. Send me the solution of the error, thank you. good works bay bay
Hi,
Can you write the comment with the account used to purchase the item please? Thanks
Best regards
Hi
I have bought the file and now I have some questions:
- Where can I set the max. number of travellars on the homepage if somebody wants to check the availablity straigth away (for children and adults). At the moment the maximum is 30.
- Is it possible to disable the following: if I create an article, it always shows the date, who created the article and the sharing buttons. Is it possible to disable these things?
- I want to take the homepage also for some other pages on the websites (more specifically I want to have the same slideshow like on the homepage) but without the widget “check for availability”. Is it possible to just have it on the homepage and disable it for all other pages?
- I have winter and summer season which have different tourist tax. How can I set different toutist tax for different seasons and adult/children?
- How can I achieve the following: I rent an apartment – during the winter the apartment should only be booked week to week. In the summer it can also be booked day to day. How can I achieve this?
Hi,
1/ Edit the file /templates/default/common/search.php
2/ Edit the file /templates/default/models/article.php
3/ Open the file /templates/default/models/home.php and copy the content into another model. Then edit the model to remove unwanted content and bind your pages to this new model in the module Pages. Otherwise, you can simply copy the code of the slideshow (including royalslider dependencies at the beginning of the file) from the homepage and paste in the file /templates/default/common/page_header.php (make changes).
4/ It’s not possible for the moment. Or you can disable the tourist tax in the settings and create 3 custom taxes in the module Taxes.
5/ Simply bind your winter price to the package week and the summer price to the package night.
Best regards
Thank you very much!
Two question:
To 3: Why is on the top still the other picture (see attachment pic: https://ibb.co/fgkkzG)?
To 4: How can I asign the different taxes to the different periods? And is it possible to set not % but fixed per day rates?
3/ because there is a style rule for internal pages which adds a background for the body. You need to edit the file /templates/default/css/main.css and remove the rules with ”:not(#page-1)”
4/ When you add a price you can define a tax in the form. Taxes are only %. There is only the tourist tax which can be fixed (but which is in the settings and can’t be different according to the period).
Best regards
Thank you for your answer: I tried it but now it is grey (see: https://ibb.co/eqf5ZG ). Is it not possible to move the picture up, so that it looks like on your Pandao homepage?
In the end it should be like this without this grey rectangle (https://ibb.co/dObbPG )
Regarding % tax. Is that possible to change in a file so that it is not a % amount but a fixed amount?
Or is it possible to make extra services mandatory I mean so that it is per default selected and cannot be unselected?
About the tax, no it’s not possible easilly except if you master PHP because there are several big PHP files to edit in the admin panel and in the front end.
The services can’t be mandatory for the moment. It’s planned but I don’t know when yet.
About the background, you need to remove your changes and remove every style rules with
body:not(#page-1)
Best regards
Hi and thank you very much for your help.
As far as I can see I have deleted all style rules with body:not(#page-1) ( https://www.file-upload.net/download-12943505/main.css.html ) in the main.css file but still there is the problem https://ibb.co/eqf5ZG
Do I also have to delete body:not(#page-1) in another css file? Sorry for any inconvenience caused
Yes you’re right, in all files
and empty the cache of your browser after changes.
Best regards
how to add page new side Menu , footer menu code is this <?php foreach($menus[‘footer’] as $nav_id => $nav){ ?> <?php echo $nav[‘name’]; ?> | <?php } ?> if i create for side seprate menu what code i add?
Hi,
So you need to creature a new menu type right? You need to add an option (“side”) in the module “Menus” (/admin/modules/menu/config.xml). Then edit the file /common/define.php from line 201 to initialize this new menu. Finally, yes, use the same code of the footer but with “side” instead.
Best regards
i have added this code <col label=”[SIDE]” name=”side” type=”none”/> code in menu (/admin/modules/menu/config.xml) and after added this code $menus[‘side’] = array(); in define.php , after getting blank page
Otherwise tell me how to add hyperlink in footer . i have added this code Hotel Rooms but after language select it is not coming www.demo.com/rooms correct link should come like this www.demo.com/en/rooms sorry for my week English
Hi,
You don’t just need to add $menus[‘side’] = array(); You need to adapt the code under this line also as you can see. Also I don’t understand this code:
<col label=”[SIDE]” name=”side” type=”none”/>
You can add a menu item in the module Menus to add a link in the footer (like contact , sitemap…). You can also edit the widgets in the module Widgets or add your own.
Best regards
1 .Hi My website Currency Symbol is not working i mean if i select INR it will not change. 2. How to replace the currency format like the 25.280 before i am using this code
function
formatPrice($price, $currency = CURRENCY_SIGN) { if(CURRENCY_SIGN == “€”) return str_replace(”,000”, ””, number_format($price, 3, ”,”, ” “)).” ”.CURRENCY_SIGN; else return CURRENCY_SIGN.” ”.str_replace(”.000”, ””, number_format($price, 3, ”.”, ”,”)); }
Now am using latest ver
Thanks
Your Hotel Booking script is Awesome
Hi,
Your Hotel Booking script is Awesome
Thanks very much 
You can use the old version of the function formatPrice(). It’s the only way to get 3 digits.
Can you send me a link please? Thanks (contact@pandao.eu)
Best regards
Hi i have sent the link from infoanilps@gmail.com thanks
Did you update the file /includes/change_currency.php to the latest version?
yes and getting error and error log i have sent to your email address
In your error log, it’s written:
PHP Warning: file_get_contents(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0
You need to enable allow_url_fopen=1 in your php.ini (server side on your hosting).
Best regards
HELLO,
HELP US AND MAKE IT POSSIBLE TO BOOK ACTIVITIES TOO. JUST LIKE BOOKING HOTEL ROOMS. If that feature is already there, please let me know how to do it.
Your consideration into my issue will be highly appreciated
Thank you
Ronnie
Hi,
This feature is not available for the moment, unfortunately, sorry.
Best regards
Kindly, help us on how we can enable activities booking too. Because its not fair or a good idea not to be able to book activities on the site.Seeing the prices of the activities is not enough. One should be able to book those activities too.
Please help and figure out how we can able activities book too.
Thank you
Ronnie
You can already book activities, but you can’t book activities without booking a room at the same time.
Best regards
I tried to book a room on your demo and with hope that i will be able to book an activity. but the option to select one of the activities did not show up.
But also, it would be a good idea if we would be able to book activities only too. Reason being that i could be wanting to travel direct to the activity area without having to spent a night at the hotel room.
Kindly think of it and help to make it possible
Thank you
Ronnie
I just tried on the demo and it works. Choose your room and click on BOOK, then select an activity with the checkbox in front of the image and select a date.
Best regards
I have just seen that too. But like i said, its also important for the customer to be able to book for an activity without having to first book a room.
Someone should be able to book for an activity later after even arriving at the hotel for some few days OR one should be able to book for an activity alone.
Please consider making it possible for that option to be enabled
Thank you
Ronnie
Hello,
which file/s do i edit to REMOVE “panda details ” in the header or title area AND REPLACE IT with my own details?
Which file do i edit to change the background color of the website?
Is it possible to create sub menus on the top menu?
Thank you
Ronnie
Hi,
Pandao brand is only on page content (module Pages) in the front office. On the back office edit the files /admin/includes/inc_top.php and /admin/includes/inc_header_common.php
2/ You can edit the style in the css files in /templates/default/css/(colors.css) or add your own rules in custom.css
3/ Yes, simply define a parent item when you add a menu item.
Best regards
Thanks for your quick reply.But can you help to integrate my local payment gateway?
You can send me your documentation here: contact@pandao.eu and I’ll send you a quote for this integration.
Best regards
A booking summery table in the booking history section does not display the content in that table. And also when you click on the print icon, it prints a blank page.
The screenshot is here: https://prnt.sc/i26vjf
Kindly work on it
Thank you
Ronnie
Hi,
It will be fixed in the next update. Add this in /templates/default/css/layout.css:
.white-popup-block {
background: #fff none repeat scroll 0 0;
margin: 40px auto;
width: 850px;
max-width: 100%;
padding: 20px 30px;
position: relative;
text-align: left;
}
(Empty your browser cache before refresh)
Best regards
Hello, Kindly send me an edited file (layout.css) because i do not know where exactly to insert the content you submitted above
Thank you
Ronnie
Anywhere. At the end for example.
Hi Thank you
Hi, problem solved?
Yes thank you
Now website looking is very wide col not fixed
Hi,
What no you mean by saying “col not fixed”? And from when?
Best regards
needed for change like this https://snag.gy/eqGZEY.jpg my browser zoom size i have reduced 90 then only website coming like this https://snag.gy/eqGZEY.jpg
i i put browser size 100 then coming like this https://snag.gy/FAuShB.jpg
You can edit the max width in the file /templates/default/css/layout.css line 72 and remove the style rule line 77.
Best regards
Thank you
Thank you