177 comments found.
Hello, I’m interested in your script. 1. when I buy it, can I remove the e-mail as a mandatory option? Because in my region, people don’t often use e-mail. But the phone number as a means of identification. 2.I want to know how to register a guest who has been assigned a room directly by an administrator.
Hi,
Sorry, we don’t have those options for now.
We will consider it in future versions.
Do you plan to add this feature to handle walk-in reservations? If so, how soon do you think it will be implemented?
Hi,
Sorry, we don’t have this plan for now, we will consider it when we have more time.
Bonjour, Je suis intéressé à votre script. Est-ce qu’en l’achetant, je peux enlever le mail comme option obligatoire ? Car dans ma région les gens n’utilisent pas souvent le mail. Mais le numéro de téléphone comme moyen d’identification
Hi,
Sorry, we don’t have this option for now.
We will consider it in future versions.
Can you share English home page. I can’t change current language
Hi,
Yes, the English version is https://miranda.botble.com/en
Please scroll to the bottom to switch language if you need https://prnt.sc/0YrjLTJVi7NH
How can I use the API section? There is no documentation regarding this. Is this an incoming API (from 3rd party service to Miranda) or an outgoing API? What can be done through this API? Any information?
Hi,
We just have some basic API, you can check the list and API documentation here: https://miranda.botble.com/docs
It’s using Laravel Sanctum, https://laravel.com/docs/10.x/sanctum.
It’s not full API for mobile app, you need to write more API in /routes/api.php to support your app.
I need to connect my hotel to booking.com. How can I do that?
Hi,
Sorry, we don’t have option to connect booking.com, our script is not integrated to any third-party booking API.
Please hire someone to integrate it for you.
hello, with your system, is it possible to synchronise bookings to and from sites such as booking.com and airbnb.com ?
Hi,
Sorry, we don’t have this option for now. We will consider it when we have more time.
in demo i have found food , but in front no page for booking food , is booking food available in the application from the front end?
Hi,
We don’t have this option for now. We will consider it in future versions.
Hello, good day. Do you allow integration with reservation systems such as Airbnb and Booking, including payment management, reservations and synchronization of calendars and transactions?
Hi,
Sorry, we don’t have integration with Airbnb and Booking in our script for now.
I’ve been testing the code to verify if it’s compatible with my system, and I noticed that when marking a booking as cancelled, the room availability is restored, but this change is not reflected in the search results on the front end. For example, if I make a booking for Room A, which has one room available, Room A no longer appears in the list of available rooms However, when I mark that booking as cancelled, Room A does not reappear as available on the front end.
Hi,
Our dev team has just fixed it. Please check again.
Thanks for your feedback!
Would it be possible to know which file(s) were modified to avoid doing a full update?
Hi,
Your new plugins or themes won’t be overridden by System updater.
It just overrides our existing files, your new files are safe.
Demo not working when i am trying to book hotel error 404
Hi,
Maybe it has issue when displaying in Envato iframe.
Please check our demo directly here: https://miranda.botble.com/rooms
It’s not obvious how to create invoice/bookings/payments from hotel receptionist point of view…where are the buttons to create invoices, payments?
Hi,
Only customer can make booking from front site for now, then invoice, booking, payment will be created.
How will the front desk book for walk-in customer? Isnt this an important feature in ALL HOTELS?
Hi,
Sorry, we don’t have this feature in our Miranda script for now.
system looks nice but how can avoid double booking from other platifoerms let say air bnb, hotels, booking and othrs
Hi,
Sorry, we don’t have API integration with Airbnb or booking.com for now, so it can’t prevent duplication booking from other platforms.
Does this script supports Adsense approval?. Kindly let me know! Israeloluwasegun57@gmail.com
Hi,
I don’t see issues with Adsense. You can add Adsense code in Appearance → Custom JS.
hi, all photos are removed,, how to add them to the site?
Hi,
Due to copyright issues, all demo images are replaced by placeholder.
If you need demo images, please create a ticket on our support center https://botble.ticksy.com , we will provide them.
Ticket #3688824
Hi,
We have replied your ticket, please check.
Checkout doesn’t work in demo and some other things gives a 404 error. I am interested in buying this script. Hope you can fix these.
Hi,
I think it has issue with CodeCanyon preview page.
Please check our demo site directly here: https://miranda.botble.com
I have just tested it again, it’s still working fine for me.
Hello before buying, have a quick question. are we able to book a room for a client in the dashboard ? like create customer then create booking and select the room the date and other stuff for the customer ? thank you
Hi,
Sorry, we don’t have this feature for now. We will add it in future versions.
My old domain is shutdown, I am trying to use my licence to my new domain, and it’s showing invalid
Hi,
I have just reset your license, you can activate it again on the new domain now.
Next time, you can log in to our customer license manager site to reset license https://license.botble.com
Then you can activate your license again on the new domain.
Hello, before making a purchase, I would like to know if it’s possible to implement a local payment method that you don’t currently have on the site. How much to make it ?
Hi,
Yes, you can integrate a local payment gateway as a plugin.
For customization service, please contact us contact@botble.com and give us your payment gateway name & website, our dev team will give you estimation time and cost.
I am interested in your Template. May I ask a question?
1. Is this template developed with Laravel Framework both frontend and backend?
2. Can I edit Frontend pages the way I want?
Hi,
1. Yes, it’s based on Laravel framework v10 for both admin panel and front theme.
2. Yes, you can change everything from the admin panel. If you want to customize source code, it’s in platform/themes/miranda.
Our code structure:
Our source code is located in folder /platform.
It’s developed in modular structure. Separated to many modules.
Example, for Hotel feature:
- Controllers: platform/plugins/hotel/src/Http/Controllers.
- Views: platform/plugins/hotel/resources/views.
- Routes: platform/plugins/hotel/routes/web.php
- Migrations: platform/plugins/hotel/database/migrations.
Front theme is in platform/themes/miranda.