2891 comments found.
Hello,
Can it be use as a single vendor platform to sell or provide our own services ?
This system can be used as a single-vendor platform, where the provider can offer or sell their own services. That means if you’re the only provider, you can add, manage, and sell all your services under your own name — without involving any other providers.
Is there any options to disable the Providers commissions.
Unfortunately, there’s currently no option available to disable provider commissions.
Updates changes log please
my ticket urgently please : #27181
We received your ticket and our support executive are communicating there so you can communicate in our support for better assistance.
HI, I just configured the Android app and was trying to run the app…I was trying to sign up/create a new user…after filling all the required information and while submitting, I am getting the below error message …
Response (POST) 406: {status required documents: Licen”,all_message required documents: Licen”]}}
Please help me …what should I do…?
Please note: This app configured 2, 3 days back and everything were working as its smoothly, i havent modified anything, code is as its…but today morning onwards this message starts appearing…
Hello, Please submit a support ticket at Desky Support. Our support agent will help you with that.
Support portal: https://iqonic.desky.support/
Thank You!
Hi, Is there any option to hide the front-end website? I just wanted to see the admin part alone…
No, there’s no option to hide the front-end website. You can just use the admin panel if you don’t need the website.
Hi, I’m using Hostinger’s Professional Cloud server. I’ve been receiving some internal server error messages. Is there any incompatibility with Hostinger’s servers?
Hello, Please submit a support ticket at Desky Support. Our support agent will help you with that.
Support portal: https://iqonic.desky.support/
Thank You!
hello cinetpay work on app or just on web ?
provider and handyman can subcribe plan with cinetpay ?
provider and handyman can withdrawl with cinetpay aslo ?
CinetPay works on the app only. Providers can subscribe to plans and top up their wallet using CinetPay. However, withdrawals are not supported through CinetPay.
when will referal system come
Thank you for your query regarding the referral system. This is an exciting feature that we’re planning to introduce, and it will be available in one of the upcoming updates. We’ll make sure to keep you posted as we get closer to rolling it out.
My question is, can we use only the bidding service and restrict providers from adding or displaying their services or products? Is it possible to set permissions for this feature so that only the admin can manage it, without app customization?
Thank you for your query!
If you only want to restrict providers from creating services, you can manage this through permissions. For this, there is no need for customization.
Okay Thank You
It is not fully multilingual intedration in web version. Hi, could you please tell me when you plan to release an update with full multilingual support for the web version (including dynamic language switching and translation for all content)?
All main and important modules are now fully multilingual. The remaining sections will be covered in upcoming updates to ensure complete multilingual support across the entire platform.
i have never been able to go live with these guys with handyman app. its not 100% production grade and have several flaws with its design. i have reported problems several times and it was never fully solved. i solvedit myself wit my own team. ifelt like a beta tester for the last one year since i was never able to launch my business. better go to D*m app which is solid compared to this. i am leaving this app considering as sunk cost and moving out, good luck with other guys who purchased. while other have moved to more advanced features like AI integration, these guys still not able to solve basic solid codebase problems as new problems arises everytime with new update. its never a smooth upgrade!
We’re really sorry to hear about your experience and the difficulties you’ve faced while working with the Handyman app. We completely understand how frustrating this must have been for you.
Our team is continuously working to improve the stability and performance of the product with each update. If you’re still facing any issues or feel stuck anywhere, please let us know — we’ll be happy to assist you and help resolve your problems as quickly as possible.
Your feedback is very valuable to us, and we truly appreciate the time and effort you’ve taken to share your experience.
I’d like to buy this script ASAP, but your website Frontend looks like it was built in the 1980s. This is ridiculous for a modern project like this. Are you planning to redesign your web Frontend soon before November’s black Friday?
Also, are you planning to implement OSM for map.services? Google is too expensive for newly launched Companies
Thank you for your valuable feedback and suggestion! We’ve already added a new design for the user website to our roadmap to give it a more modern and engaging look.
However, it won’t be available before November — we appreciate your patience as we work to deliver the best experience.
Regarding OSM integration, we’ve noted your suggestion and will review its feasibility for future updates.
Hello, I am unable to add new admins. I have duplicated the existing admin via database. But when logging in, it shows the default dashboard of provider, not actual dashboard of admin. For the existing admin, it works. What is the proper way to add new admin?
Currently, you can’t directly add a new admin from the database. However, to ensure proper setup of permissions and dashboard access, please create a support ticket — our team will assist you in correctly creating a new admin account.
Thank you for your understanding and support!
Hello, How much does it cost to integrate and replace Google Maps with OSM (Open Street Map)? We can’t make a profit with Google Maps due to Google’s fees.
More and more mobile apps are using OSM for greater profitability.
Thank you for your reply.
Thank you for your message. The integration and replacement with OSM can be done through customization. For pricing and implementation details, please contact our customization team. They will review your project requirements and provide an accurate estimate.
https://teams.live.com/l/invite/FEAh18wQSi9roOzkA8Hi, I am a student, and I would like to purchase this plugin…. Do you have any Diwali discounts on this product? That would be helpful for me to buy this plugin for my academic research project. Thanks
Hello,
Our product sale will be available on 19 Nov to 2 Dec.
Thank You!
Hello, Our cyber sale is now live. You can purchase whenever you are ready and our team will happy to assist you if you have any query or questions.
Commission Logic for Payout Split
My Goal: I am the Admin, and I am also the Provider for the service. The Handyman is a separate worker. My objective is the following:
Handyman (Worker): Must receive 80% of the service amount.
Provider/Admin (Platform): Must retain 20% as the platform's share/profit.
My Current Proposed Setting:
Provider Commission: 100% i set this on admin panel for provider
Handyman Commission: 80% i set this for hadyman . is this correct ?? or i need to set it like this : provider commision 0 % handyman commision 20 %
Current Settings
Provider Commission: 100%
Handyman Commission: 80%
Example Calculation Service Details:
Service Price: $100, Tax: $50, Total Paid by Customer: $150,
Step 1 – Provider receives full service price: Provider gets 100% of service price = $100
Step 2 – Handyman receives their share: Handyman commission is 80% of provider share: 100×80%\=80100 \\times 80\% = 80100×80%\=80
Step 3 – Remaining for Provider/Admin: Provider retains: 100−80=20, Step 4 – Tax handling:
Tax ($50) is paid by Admin. It does not affect provider/handyman commission. Final Payout:
Handyman: $80, Provider: $20 (service share) total retained, Admin: $50 tax
after running all commands i get broken images on my website tried running php artisan storage:link and i get this error Call to undefined function Illuminate\Filesystem\exec()
at vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:358
354▕ if (! windows_os()) {
355▕ if (function_exists('symlink')) {
356▕ return symlink($target, $link);
357▕ } else {
➜ 358▕ return exec('ln -s '.escapeshellarg($target).' '.escapeshellarg($link)) !== false;
359▕ }
360▕ }
361▕
362▕ $mode = $this->isDirectory($target) ? 'J' : 'H';
+13 vendor frames
14 artisan:35
Illuminate\Foundation\Console\Kernel::handle()
Hello, Please submit a support ticket at Desky Support. Our support agent will help you with that.
Support portal: https://iqonic.desky.support/
Thank You!
hello do you plan a discount for this month
Hello, We don’t have any plan for discount right now but our product sale will be available on black friday.
when is the black friday
Black friday will be on 28th November so our product sale will be available on that week.
Hello, Our cyber sale is now live. You can purchase whenever you are ready and our team will happy to assist you if you have any query or questions.
Do you guys takes customers input serious? the whole point of a booking app is to have flexible options. in checkout all you had to do was give users option to choose Home or shop, now the app strict service providers to only one option not both. sometime you have to study your competitors app to come up with features. 90% of us are still with you guys because of time already invested otherwise we would of been move on to other solutions, there’s better solution out there with all the features implemented the way we’re expecting.
We truly value your feedback and completely understand your concern. You’re absolutely right — flexibility is the key to a booking app. We want to assure you that we take customer input very seriously, and we’ve already planned to add the option for providers to offer both Home and Shop services. This update will give providers the flexibility they need and enhance the overall experience. We sincerely appreciate your patience and continued trust in us — your input helps us make the platform better for everyone.
I’ve implemented the feature, I’ll be testing it to make sure everything is working fine. what make things a bit complex is the fact that provider has to create shop when a better flow would’ve been just converting providers profile to a shop that provide both type of services. Also booking status doesn’t change when the service is at shop (which is wrong).
We’re glad that you have the flow you prefer. In our system, we’ve created a separate shop instead of converting the provider’s profile into a shop. This is because we want to show the shop as a different entity, and it’s also more secure since we require and verify legal documents for the shop.
Regarding the booking status, in our flow it is working properly. You will need to debug your code to identify why it’s not updating correctly on your side.
The current shop module, in-store service is very difficult to use! For example, a spa service, if the service is both at home and at the supplier’s store, what should we do? On the supplier’s application, why not let the customer choose multiple options to visit! And when the customer chooses a service, the options the customer wants will be displayed: home service, or in-store service!
Hello,
Yes, you are correct but,currently, we provide the shop flow specifically targeting users who want to add their shop and offer services through it. For services that may require customers to visit the shop, the current flow handles this by creating separate services for home and in-store options.
We completely understand your point, and we already have this option in our roadmap to extend the flow and provide it in a future update.
Thank you for your valuable feedback, which helps us prioritize these improvements.
Are you planning to change your web frontend? Your project is 4 years old, but your current website looks outdated.
Yes, we are already working on a complete redesign of the web frontend. ✨ The upcoming design will be modern, user-friendly, and aligned with the latest UI/UX standards. This enhancement is part of our roadmap and will be released in a future update.
Thanks very mush
It’s strange that you claim the system supports multilingual landing pages, but in reality this does not work.
For example, the section title “Our Popular Categories” is not translatable through Laravel’s localization files. Instead, it is hard-coded into the database by the migration (CreateFrontendSettingsTable). The JSON for section_2 stores the text value directly:
{section_2 Popular Categories”,category_id...]}
Since the frontend renders this value directly ($section_2->title), translations from resources/lang/* are ignored. This means that even though the project advertises multilingual support, key parts of the landing page are not actually localized.
The correct way should be:
Store translation keys in the DB (e.g. “our_popular_categories”) instead of hard-coded text.
Render them in Blade with Laravel’s __() helper:
{{ __(‘messages.’ . $section_2->title) }}
Provide translations in lang/en/messages.php, lang/ua/messages.php, etc.
Without this change, multilingual landing pages are not working as expected.
Hello,
You are absolutely right — at the moment, multilingual support is implemented only for dynamic content such as service, category, and subcategory names. Static frontend settings (like “Popular Categories”, “Featured Services”, etc.) are currently stored directly in the database and are not yet linked to Laravel’s localization files.
We already have this enhancement planned on our roadmap so these texts will also become fully translatable in upcoming updates.
If you require this functionality immediately, it can be customized on your end.
Thank you.