Code

Discussion on Panda Multi Resorts 8 - Booking CMS for Multi Hotels

Discussion on Panda Multi Resorts 8 - Booking CMS for Multi Hotels

By
Cart 952 sales

pandao supports this item

Supported

This author's response time can be up to 5 business days.

906 comments found.

Hello, 1) when editing the “facilities” the object disappears,when I enter Russian, say what is the reason.

can i use your logo on my website? I like him

How many hotels and events can be placed on the site for comfortable work?

Hi,

Content manager: you need to adjust the permissions of each user type in the files /admin/modules/module_name/config.xml (node “roles” for global rights or attribute “permissions” for rights on each field). http://multiresorts.pandao.eu/doc/#modules

Logo: the logo contains the brand Panda/Pandao, the it will make confision if you use it like this.

Number of hotels: reasonable number ;) it depends of how you work in the back office. Otherwise, for the front office, no limit.

Best regards

Hi, I have a default language and english, when visiting the site, I dont see any language selector if user wants to see the website in english instead… what do I need to do, or how does it work?

Thanks

Hi,

In the admin panel > settings, majke sure that “Enable foreign languages” is set to “Yes”

Best regards

Thanks,

I have a problem with the language.

For example the default language is ‘ro’ and secondary language is ‘en’ .

When I navigate to my website domain www.example.ro , it navigates to www.example.ro/ro

‘ro’ being a default language I dont want to have .ro/ro , just the domain only example.ro . How Do I fix this, is bad for SEO.

Regards

Hi,

It’s not bad for SEO, really ;) The problem is that the system will be based on this lang tag to display the content, so if you make a redirection to hide this /ro, the website will no longer work. So it’s not possible to remove it.

Anyway you can try with this code in .htaccess at the end for example (before IfModule):

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} ^/ro$
RewriteRule ^ro$ /$1 [R=301,L]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} ^/ro/
RewriteRule ^ro/([a-zA-Z0-9!-/]*)$ /$1 [R=301,L]

Best regards

Hi author,

can u please describe how to add new module in sidebar

Hi,

Here are the instructions: https://multiresorts.pandao.eu/doc/#modules

Best regards

Hi, Please check your mail and update me.

Hi, Please update me and solve my issue.

Hi,

I don’t have any details in your emails. You sent me a request where you asked me how to install and I sent you the link of the documentation. In the last email you tell me that tables are missing, but which one? All tables are in the SQL file. Please tell me more about your issues (error messages, steps, and so on). Thank you.

Best regards

Hi Pandao! more than one year ago “ifrid94” user ask to you if you made any support about “xml integration” on this CMS and you reply with “Can you give me more details about your API please (documentation)? I could have a look and tell you if it’s possible”: have you delved into this topic?

Essentially I wonder if you have developed something like an XML protocol on your side.

Let me know!

Hi,

No, there was no follow-up to this discussion. Hope you will find what you’re searching for.

Best regards

Right now i am facing one more challenge the images are not being displayed on the booking pages, please i need a fix to this

Did you try to remove the chat that you added? (smartsupp)

i just add that chat today, and the chat code is placed on the footer,

and the problem have been there for over 2 weeks

Can you send me your FTP details please? support@pandao.eu Thank you

Hi author, I want to change the format of confirmation Email which received by the customer after booking… please let me know how can i do the changes

Hi,

You can edit the email content in admin > modules > Emails content > BOOKING_CONFIRMATION > edit

And you can edit the layout in the file /common/lib.php > function sendMail

Best regards

Hi, page is not loading correctly css error is their …..loading time,slide is working but other parts are not working properly . After loading,suddenly error coming.

There is no special model for legal notices, it’s the model “page.php”. Edit the content in the admin panel > modules > pages

Best regards

Hello i need another help …... In payment section i need to add our own payment system, how to upload?and where can i add ?

Hi,

You need to edit the file /templates/default/models/payment.php and implement the code provided by your payment gateway.

Best regards

Hello Author, in booking a room in a hotel, on the READ MORE page for a particular room it would have been great to have a BOOK NOW button from the ‘read more’ page. How can I make that possible?

Hi,

You can copy the code from the file /templates/default/common/search.php and past in /templates/default/models/room.php, but it will redirect to the booking page with the other results, simply the room you come from will be displayed first. It’s not possible to skip this step.

Best regards

Hi author, I am trying to select date while booking room but I am not able to even select it

Please help me asap..My project is getting stuck just because of this one issue

Hi,

You can’t select a date in the calendar in front of each room. You need to select the dates in the search form only.

Best regards

Hi, I need to translate the send button in the search box [go], translate the calendar of the search box and finally disable the search bar for hotel stars; thanks in advance for your reply

Hi,

There is no translation for “GO”. You can add an entry in the admin panel > modules > texts > new > for example “SEARCH” => “Search”. Then edit the file /templates/common/search.php, and replace GO with:

<?php echo $texts['SEARCH']; ?>

Best regards

To disable hotel stars field, in the file search.php, simply remove or comment the corresponding html section.

Is there a possibility to book the same room more than once a day? for example, to book from 12:00-15:00 and then from 16:00-21:00 for different guest?

Hi,

Unfortunately, this feature is not planned sorry. Only 1 booking per night. I’m available for any further question.

Best regards

Can it be implemented on an update or for an individual purchase? This is the only feature missing to match a common PMS! It is a very popular operation

No, unfortunately, the whole script is based on night to night concept, really sorry.

Best regards

Pre-purchase question: Can you tell me where I can see monthly report what i have earned and how to generate bill

Hi,

This feature is not avaialble sorry.

Best regards

after 8 day trying to have it working but same results, I’ve send mail to you, Kindly check

Glad to help ;)

Unfortunately again, without doing anything, just sleep 3 hours and awake found it “Unable to connect to the database. Please contact the webmaster or retry later.”

When I checked last time, the system was installed. So check if there is a problem with your server (a backup which erases your files or something like this. The script doesn’t have any backup or recovery system or automatic update, so it comes from the server.

Let me know

hey, im facing some issues , when i made booking from admin panel as manual booking

the hotel room rates are not coming automatically

see the screenshot https://prnt.sc/n4hy63

I want admin can made booking manually and pls tell me how balance and total payment will be done for a customer

Hi,

Unfortunately this feature is not planned, sorry.

I’m available for any further information.

Best regards

hi I liked your code, it is up to the mark but I have pre purchase question …how can we get reports ?

Hi,

There is no reporting module planned for the moment, sorry.

Best regards

I Just bought this script yesterday, and i am having challenges

1: how do i enable the site to use only https instead of the default http

2: how do i add rates for my local currency NAIRA and USD the auto convert is not working and that’s really frustrating, and this is very urgent.

please i need your help urgently

which of the files should i send???

it’s working now, my remaining challenge is the paystack payment gateway integration,

Is there any proper guide on which of the files i can edit to put the paystack api codes to work??

Hi,

You need to take example on the PayPal integration in the file /templates/default/models/payment.php

Best regards

Hi Author, please advise what is the Query to for this update in mySQL, I cannot find any query code to copy at the link https://items.pandao.eu/updates?item=1&update=140. Please help, thanks.

Thanks bro, you are very good bro, the support is excellent.

Hi bro, do you have any plan to make the app for this bro?

Hi,

Unfortunately, the app is not planned, sorry.

Best regards

Photos and map google do not display on hotel page. But displayed on other pages normally except the hotel page https://uppic.cc/d/Kf9w

Hi,

It was due to a wrong character encoding in the file /js/plugins/sharrre/jquery.sharrre.min.js

I just uploaded the fix in the update. You will receive an email from Codecayon.

Then, download the update and replace only this file. (empty your browser history before refresh your page)

Best regards

I do not receive email. Please send to drduck19@gmail.com thank

Hi,

When you purchase an item, don’t forget to enable the email notification in your downloads section.

Go into your Downloads section (https://codecanyon.net/downloads), and get the latest update. https://items.pandao.eu/updates?item=1&update=140

Best regards

Hello, I have installation problems. What rights should the common/config-tmp.php file have?

Glad to help you ;)

Hi, Do you plan to make a section for booking and searching for tours?

Hi,

Yes, but I have no precise delay for the moment, sorry.

Best regards

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey