29731 comments found.
Sent
sent
Hi, Basti! Are you thinking of launching a plugin for WhatsApp integration? One that the merchant can configure to serve customers automatically?
I’m making an API call but it’s getting expensive. If by chance they’re going to release an add-on like that, I’ll prefer to wait for the release.
am sorry can you explain it more details?
you mean direct like this https://api.whatsapp.com/send/?phone=5016680244&text&app_absent=0
No. It would be something to talk about with a WhatsApp bot. When the merchant or customer contacts support, the add-on accesses the data through an API and answers questions about the plan and other issues. According to the admin configuration. I am linking an API in WhatsJet
https://codecanyon.net/item/whatsjet-saas-a-whatsapp-marketing-platform-with-bulk-sending-campaigns-chat-bots/51167362?srsltid=AfmBOooTzuGSPVPtXGHKs0CUClgHHMEiDYKBipUCxQfbUwnznvY6NcmdTo talk to the Karenderia database, but if you happen to release an add-on I would prefer to buy it from you.
thanks mate so basically a chat bot?
Exactly. But directly in the merchant panel.
ok mate thank you,
right now am focusing on other features so i cannot promise if i will create something like this
maybe in the feature when multi branch for kmrs is already added
thank you
Hi
The Video links in the bottom at the sidebar, that are inside Merchant admin are broken: my-domain.com/backoffice/merchant/video_tutorial
sorry about that don’t mind this
this should not be in the update someone ask me to add this but i forgot to remove in the updates
you can just delete this menu in your database in table st_menu just look for video_tutorial
I deleted the capcha_admin_login_enabled to disabled recpacha manually in My database but still i can’t login by admin backhand , what i can do ?
what is the error says?
email me here all your access like site link, admin login and ftp access
and provide screenshot of the error
and please include the issue in the email
https://codecanyon.net/item/karenderia-multiple-restaurant-system/9118694/supportcheers
Sent Mate
for some reason i cannot find your email
where did you sent it ?
hey basti I sent you an additional email about stripe gateway. notifying you here
wait for my email 
email sent. brother you didnt even test it on the server. you will see that merchant earnings are not going through. I replaced with all the original files. it still isnt working. please check server and test order. I have all your addons since kmrs 1 I want to go live already
sent
how do we set the payment gateway per order type? for example with dinein orders cash & stripe is available . for delivery only stripe is available . etc . choosing payment gateway for order type
unfortunately this is not available
please add to update list
already added 
you are the best bro
Sent
sent
How can i fix it ?
Best regards
Alberto
hi mate
usually this happens if you change the default language set in k-config.php
to fixed this you need edit the status to correct the language data
in admin panel -> attributes -> status management -> edit all status and just update doing this will correct the data
Contact me via WhatsApp please, I want to make a purchase:
https://wa.me/553597630296sent
Hi mate, could you add new payment when you relese this small update, which is (Pay at Counter) to use only with Dinein, Pickup and Takeout, except for Delivery. Pay at Counter means the Customer can use Card and Cash.
will do take note mate
but am not promising 100% to include in next small update
cause we don’t have yet options for payment by order type
Ok mate
Hello, I am writing to you about the language problem I sent by e-mail, can you check my e-mail, the problem is still not solved.
https://ibb.co/DkSGBxJhi mate
sorry to hear that
do this quick fixed
open the file backoffice/controllers/AttributesController.php
remove all the this line you can find
ini_set(“auto_detect_line_endings”, ‘1’);
this is no longer needed in php 8.2
single app src/i18n/en/index.js I can’t find these language files, you said it in your e-mail here.
that can be found in your single app files
in this path
WebsiteVue\src\i18n\en
Hi, I solved the problem you gave me on codecanyon, then another error appeared, then another and now this one appeared. Is it really normal that I have so many problems with the language file? Could you please check this for me? I have never been able to use the codes since I received it. public_html/backoffice/protected/vendor/LeagueCSV/src/Stream.php(381) can you please check this for me?
The solution in the e-mail did not work again. I sent another e-mail. Can you please check the ftp information?
sent
sent urgent
sent
sent
snt
mail please
sent
what happens when a user cancels order? does it trigger a refund? or does it stay as ‘cancelled’ status and admin has to manually refund the customer? what trigger is done for cancel order? does it just change the status without any trigger?
it depends refund only applies only if
1. payment use is online payment like paypal stripe etc
2. if order is new status and merchant decline the order
3. if order is status is not accepted or prepared customer can ask to cancel and refund will be trigger based on number 1
so cancel order automatically triggers refund?
yes depends on the condition i mention above
Which cronjob or trigger is responsible for adding earnings to merchant dashboard after a successful order? I did a test order of a delivery, and set it to complete, all jobs in st_job_queue show “completed” but merchant earnings dashboard is still showing $0.00 in earnings. You can check my dashboard. You have my logins I emailed you all my access. You can see an order was marked as complete and it isnt reflecting in merchant earnings. all cronjobs are enabled. you can test multiple orders on my site.
it should work just fine like my demo if you do the test in my demo
anyways
email me here all your access like site link, admin login and ftp access
and provide screenshot of the error
and please include the issue in the email
https://codecanyon.net/item/karenderia-multiple-restaurant-system/9118694/supportcheers
email sent. I sent to your email. thank you basti
ok mate wait for my email
How do we set which order_status can be set for comission? for example, right now I see that only “complete” order status triggers commission. how do we make it so that “delivered” triggers commision as well like complete
if its not available on kmrs backend, what code do we manually edit to add those types
by default it will use delivered status and completed status
so am not sure what you mean it does not triggered when delivered status
am getting this 2 settings to trigger the commission earnings
in admin panel -> orders -> order settings -> Status for delivered order
and Status for completed pickup/dinein order
there is an issue with auto-status updating. I set auto-status to update order from delivered to complete after 1 minute. But when it changes it from delivered to complete it adds 4 rows into st_job_queue that stay pending. and every task under that is stuck pending. nothing else executes in st_job_queue after it auto-updates the status
what is the job name?
check this file for any errors
in protected/runtime/application.log
2025/01/22 19:16:01 [error] [php] Array to string conversion (/home/xyz.com/public_html/protected/controllers/TaskController.php:4399)
Stack trace:
#0 /home/xyz.com/public_html/framework/yiilite.php(4248): TaskController->actiongetneworder()
#1 /home/xyz.com/public_html/framework/yiilite.php(3757): CInlineAction->runWithParams()
#2 /home/xyz.com/public_html/framework/yiilite.php(7126): TaskController->runAction()
#3 /home/xyz.com/public_html/framework/yiilite.php(7135): CFilterChain->run()
#4 /home/xyz.com/public_html/framework/yiilite.php(7123): HtmlCompressorFilter->filter()
#5 /home/xyz.com/public_html/framework/yiilite.php(7135): CFilterChain->run()
#6 /home/xyz.com/public_html/framework/yiilite.php(4135): CAccessControlFilter->filter()
#7 /home/xyz.com/public_html/framework/yiilite.php(7168): TaskController->filterAccessControl()
#8 /home/xyz.com/public_html/framework/yiilite.php(7123): CInlineFilter->filter()
#9 /home/xyz.com/public_html/framework/yiilite.php(3747): CFilterChain->run()
#10 /home/xyz.com/public_html/framework/yiilite.php(3732): TaskController->runActionWithFilters()
#11 /home/xyz.com/public_html/framework/yiilite.php(1797): TaskController->run()
#12 /home/xyz.com/public_html/framework/yiilite.php(1717): CWebApplication->runController()
#13 /home/xyz.com/public_html/framework/yiilite.php(1236): CWebApplication->processRequest()
#14 /home/xyz.com/public_html/index.php(17): CWebApplication->run()
REQUEST_URI=/task/getneworder?key=6EE1E6391DC4EF7E8887444E889418B4
2025/01/22 19:16:02 [error] [application] "{\"name\":\"projects\\\/xyz-hub\\\/messages\\\/7873748904072487857\"}"
2025/01/22 19:16:02 [error] [application] "{\"name\":\"projects\\\/xyz-hub\\\/messages\\\/3662199139142340897\"}"
2025/01/23 08:16:26 [error] [application] enabled_auto_assign
2025/01/22 19:16:28 [error] [php] Array to string conversion (/home/xyz.com/public_html/protected/controllers/TaskController.php:4399)
Stack trace:
#0 /home/xyz.com/public_html/framework/yiilite.php(4248): TaskController->actiongetneworder()
#1 /home/xyz.com/public_html/framework/yiilite.php(3757): CInlineAction->runWithParams()
#2 /home/xyz.com/public_html/framework/yiilite.php(7126): TaskController->runAction()
#3 /home/xyz.com/public_html/framework/yiilite.php(7135): CFilterChain->run()
#4 /home/xyz.com/public_html/framework/yiilite.php(7123): HtmlCompressorFilter->filter()
#5 /home/xyz.com/public_html/framework/yiilite.php(7135): CFilterChain->run()
#6 /home/xyz.com/public_html/framework/yiilite.php(4135): CAccessControlFilter->filter()
#7 /home/xyz.com/public_html/framework/yiilite.php(7168): TaskController->filterAccessControl()
#8 /home/xyz.com/public_html/framework/yiilite.php(7123): CInlineFilter->filter()
#9 /home/xyz.com/public_html/framework/yiilite.php(3747): CFilterChain->run()
#10 /home/xyz.com/public_html/framework/yiilite.php(3732): TaskController->runActionWithFilters()
#11 /home/xyz.com/public_html/framework/yiilite.php(1797): TaskController->run()
#12 /home/xyz.com/public_html/framework/yiilite.php(1717): CWebApplication->runController()
#13 /home/xyz.com/public_html/framework/yiilite.php(1236): CWebApplication->processRequest()
#14 /home/xyz.com/public_html/index.php(17): CWebApplication->run()
REQUEST_URI=/task/getneworder?key=6EE1E6391DC4EF7E8887444E889418B4
2025/01/22 19:16:29 [error] [application] "{\"name\":\"projects\\\/xyz-hub\\\/messages\\\/3536155868505208749\"}"
2025/01/22 19:16:29 [error] [application] "{\"name\":\"projects\\\/xyz-hub\\\/messages\\\/9151426858845676481\"}"
2025/01/23 08:17:01 [error] [application] enabled_auto_assign
2025/01/23 08:17:36 [error] [application] enabled_auto_assign
2025/01/22 19:17:38 [error] [php] Array to string conversion (/home/xyz.com/public_html/protected/controllers/TaskController.php:4399)
Stack trace:
this all ok
what you need to find out its error this is all logs
i suggest delete this logs and try again what you did from there you will see why cron is stuck
Hello, I want to change the script to a subdomain, how should I do it?
same as normal installation just copy the files to your subdomain
now if you already install the krms and need to move to subdomain
just move the files to your subdomain folder and
update the registration here https://bastisapp.com/activation/index.php/index/updatedomain
Is there any option for restaurants to manage their own delivery through direct pickup or through their own delivery boys?
hi
thank you for your interest
yes this is already available, just set the merchant as self delivery and they can manage their own drivers and delivery
thank you.
1. even if its self delivery their menu will shown globally on the website to users, right?
2. also i cant find that option. could you specify where that option is in demo?
3. another doubt whether the restaurant has the option for direct pickup by customers as well?
4. is integration with any app like petpooja available? If not will you be able to do it?
hi mate
1. yes
2. admin panel -> merchant -> list -> edit merchant -> settings -> Self Delivery
3. there is it depends what services that merchant offers you can choose them when you edit merchant -> Online Services
4. sorry not available, am not familiar with that name so please explain how this works
cheers
Hi BASTI
Thank yo for your amazing work,
I find the application very interested, The issue is that it must have had a full documentation on this project.
And you should have tutorials on this, I see you have some tutorials but not all if there were documentation it could have been better.
!!!! I’m facing an issue when trying on localhost and as well on server !!!!
EMAILS ARE NOT SENT IF SOMEONE REGISTER
As we don’t know how to set up Email provider.
Your help would be appreciated
I THINK YOU SHOULD WORK ON DOCUMENTATION FOR YOUR APPLICATION THAT WILL MAKE YOU HAVE MORE TIME FOR YOUR DEVELOPMENTS AND UPDATES AND YOU WILL BE ABLE TO FOCUS ON GIVING NEW FEATURES
hi mate
sorry to hear that its very straight forward for emails hi mate
it depends in your server if port is open
try to check first if there is attempt sent email in backofffice -> notifications -> email logs
check the status of the email if sent or not
now if you cannot see any email here this means your run actions does not work in your server
you need to change the settings in backoffice -> site config -> others -> disabled Enabled runactions
and choose fast request under the list below the enabled run actions
and test if you can receive email by backoffice -> site config -> others -> test run actions and put your email and submit
after that check again in backofffice -> notifications -> email logs if there is sent email and what is the status of the email
You need to change the settings in backoffice -> site config -> others -> disabled Enabled runactions
and choose fast request under the list below the enabled run actions
and test if you can receive email by backoffice -> site config -> others -> test run actions and put your email and submit
after that check again in backofffice -> notifications -> email logs if there is sent email and what is the status of the email
All the above steps are working on live server but not in localhost.
And when a merchant signups There is no email, I am using Mailjet screenshot for mailjet: https://prnt.sc/jtAuE1OQeLES
I even tried my personal email at sender email still nothing
better
email me here all your access like site link, admin login and ftp access
and provide screenshot of the error
and please include the issue in the email
https://codecanyon.net/item/karenderia-multiple-restaurant-system/9118694/supportcheers
Basti, how do you translate this word?: https://prnt.sc/RlAsE8dOCs_r
add this
Delivery instructions in your language