906 comments found.
does this script work as a SaaS base
Hi,
No, sorry, no SaaS base.
Best regards
okay
Hi , I want to add different privacy and policy for each hotel so what should i do can you help me out please ?
Hi,
You need to add a new field in the module Hotels (edit the file /admin/config.xml) and the corresponding column in the table pm_hotel: http://multiresorts.pandao.eu/doc/#modules
Then, display this value in the file /templates/default/models/details.php (for example), so it will be displayed during booking process.
Best regards
I think your script is really nice I’d like to purchase. I just need to know if you have email and/or SMS notifications for new bookings. If not, can I have it as a custom request?
Hi,
There is a confirmation email sent after each booking to the hotel owner and to the customer.
Best regards
Hello!!! Where can i change the content of the “Validate your account” email after registering.
Hi,
There is no template for this email, you can edit it in the file /templates/default/common/register/signup.php
Best regards
We cannot modify the database. Try to execute the script common/db.sql in your SQL manager.
When installing I can not connect to the database. What to do?
Hi,
Check your database creadentials and also make sure that the database user have all privileges on this database.
Best regards
can each hotel have their own payment gateway ? or can you do a custom work for this ?
Hi,
Unfortunately this feature is not planned, sorry, and we won’t have time enough to perform specific developments for the moment. Hope you will find what you’re searching for. I’m available for any further information.
Best regards
after a customer books a rooms, will the customer automatically receives an email with booking voucher pdf
Hi,
Not in PDF simple a summary in the email.
Best regards
Can you show me a sample of how the simple summary is ?
You can try to book from here: https://multiresorts.pandao.eu/en/booking until payment on arrival, then you will receive the email on your own address.
Best regards
Hi, I am trying to do the updates but im not sure which is my current version, where can I check? Thanks
Hi,
When did you edit last time? Or if never, when did you purchase?
Best regards
database password automatically reseting to 123456
need payment gateways like paytm/googlepay integration details
what should i do the android and iphone app for the same? plz help
Hi,
The app is not planned sorry. But you can try external tools like this: https://www.appypie.com/convert-website-to-mobile-apps
Best regards
Do you support Spanish language?
Hi,
Yes, in the admin panel > settings, you can use Spanish for the admin panel interface. But for the front office, you need to translate by your own:
https://multiresorts.pandao.eu/doc/#translationBest regards
Hello Is it possible to grant hotel managers rights so that they can only see the bookings of the hotels for which they are responsible, as well as the availability of rooms Last question how to switch from backend to frontend for admin user
Hi,
You can ajust the rights in each module config file (/admin/modules/MODULE_NAME/config.xml > roles). Edit the permissions of the user “hotel”.
There is a “Preview” entry in the main admin menu.
Best regards
hi….. i tried to add php qrcode in payment page but Instead of png, a string is coming
Hi,
This feature is not a native feature, so I can’t really help you. I think there is an error in your PHP code or HTML code. Check you error_log file or QRcode user manual.
Best regards
After the last update, as a result of the hotel search appears “int(0)”
Hi,
After searching in the main search form? Where exactly please? (I don’t see corresponding variable in the source code) support@pandao.eu
Thank you
Best regards
Hi, what are the charges to integrate razorpay payment gateway and will individual hotel receive hotel booking email when a user books a hotel ? for eg if there are 3 hotels A, B and C and if a user books a room in hotel B, will hotel B receive a Notification email ? or will all hotels receive the email ?
Pre-purchase question: Is there any way to send SMS when booking is made.
Hi,
You need implement an external API like Clickatell in /templates/default/models/payment.php
Best regards
Hello, is it possible to somehow configure the software so that it can be used as a hostel management system (it is possible to book individual beds in the room)?
Hi,
You can have a look in admin panel > modules > bookings > availabilities. It’s not possible to book individual beds.
Best regards
hi, when i check https://www.bookhotelbulgaria.com/sitemap.xml This page contains the following errors: error on line 2 at column 1: Extra content at the end of the document Below is a rendering of the page up to the first error. What may cause this ?
Sitemap.xml must be XML not HTML with ul > li…
hi when i save rates , it always goes HTTP ERROR 500 page , what may cause this
Hi,
Can you check your PHP error_log file on your server please? It seems that there is an error in your database structure (did you update the item recently? maybe this has been already fixed)
Best regards
Hello, how can we show rooms available ? when i click book, it always shows unavailabe
Hi,
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
- 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”.
Best regards
Hi Author I have created the new module, but data is not reflecting . what do i need to do
Hi,
So the module is empty? No entry in the listing? Did you check the content of your table in the database? Did you add data from the back office or from the database directly?
Best regards
i added the data from back office and data is there in the table still it is not reflecting
Can you send me your SQL table details and config.xml of the module please? support@pandao.eu
First make sure that the value of the attribute ”<list order=...” in config.xml is an existing column in your table.
Thank you