288 comments found.
Olá Basti, você pode me explicar como é o funcionamento do troco obrigatório? na versão antiga que uso em produção funciona assim: o cliente digita o valor de dinheiro que vai dar ao motorista, exemplo: Seu pedido deu $25 ele tem em mãos uma nota de $50, então ele vai colocar no campo ( change for how much?) o valor $50, o comerciante sabe que vai ter que mandar $25 para troco, e se não precisar de troco o cliente vai digitar: 0 (zero), agora nessa versão podemos usar a mesma forma? mas nos testes que fiz digitei o valor menor do que o pedido e o sistema aceito e finalizou o pedido, meu pedido deu um total de $25 e digitei no campo change for how much? o valor ($1) e consegui finalizar o pedido, pode me dizer se o funcionamento é diferente da versão 1? Ou tem algo errado aqui no único aplicativo?
hi mate
its the same as old version 1 you need to enabled the cash on delivery payment cash change required go to admin panel -> payment gateway -> edit cash on delivery = Change required, if required value = 1
Hi Basti, here are a few points I think you forgot to add here, please remember to add them in the next update:
1 – New Items, Trending, we don’t have a carousel on the homepage, you only added Best seller and recommended,
2 – When we click on the menu, that icon with the fork and spoon lists all the product categories, correct? However, if a product has a discount, the old price without the discount appears in red with a line through it, but the price to be shown should be the old price, and it’s showing the same value, equal to the discounted price. In other places this is correct, see the images below:
Correct https://drive.google.com/file/d/1IQDnIHK8cbbGzibuTmXakPj8zsznM_Dm/view?usp=sharing wrong https://drive.google.com/file/d/1JCUZr2XAemWquz8LgfA3Bcr2ai8buxMM/view?usp=sharingIf you could take a look at this for the next update, we would be grateful. By the way, will we have any news this week?
Best regards!
contact me mate for quick fixed
https://codecanyon.net/item/karenderia-multiple-restaurant-system/9118694/supportsent Email
sent
sent
Basti, forget about the previous email, I’ve already resolved it, I apologize!
no worries
glad to hear
Hi Basti, I want to change the default text for an item when it’s out of stock from: “Go with merchant recommendation” to: “Contact me.” Which file should I modify? I already changed it in: \protected\controllers\ApiposController.php but it only worked for POS; I couldn’t find a way to change it for a single application.
edit this file backoffice\protected\components\AttributesTools.php
under
public static function soldOutOptions()
Is it just a matter of reversing the position? I think I already did that and it didn’t work, can you confirm if that’s all there is to it?
From: public static function soldOutOptions()
{ return array( ‘substitute’=>t(“Go with merchant recommendation”), ‘refund’=>t(“Refund this item”), ‘contact’=>t(“Contact me”), ‘cancel’=>t(“Cancel the entire order”)
);
}
To: public static function soldOutOptions()
{ return array( ‘contact’=>t(“Contact me”),
‘substitute’=>t(“Go with merchant recommendation”),
‘refund’=>t(“Refund this item”), ‘cancel’=>t(“Cancel the entire order”)
);
}
i have no other files for listing it that is the only functions i use for all entire kmrs
He came in first on the list, but I need him to be selected as the default. Where can I set him as the default?
for making it as default that would be another code to change that is the list only
for the default you can change it in the file controllers/PartnerapiController.php
change this
'default_sold_out_options'=>[
'label'=>t("Go with merchant recommendation"),
'value'=>"substitute"
],
Hi, it’s me again. It seems the order cancellation option isn’t added; the customer doesn’t see the option to cancel an order. Perhaps you forgot about it?
hi mate
looks like i hide it the cancel
anyways do this quick fixed
open the file \pages\Cart\CheckoutSuccesful.vue
under
<OrderDetails
ref="ref_orderdetails"
:order_uuid="order_uuid"
@onclose-order="oncloseOrder"
:show_actions="false"
@on-ratereview="showReview"
></OrderDetails>
change the show_actions = true
<OrderDetails
ref="ref_orderdetails"
:order_uuid="order_uuid"
@onclose-order="oncloseOrder"
:show_actions="true"
@on-ratereview="showReview"
></OrderDetails>
It worked, however, if the merchant has the new orders screen open, they need to refresh the page for the canceled order to be removed from the new orders list and moved to the canceled orders list. Ideally, when the customer cancels, it would update automatically, so the merchant can still accept the order after it’s canceled because their screen hasn’t updated yet. I just tested this; in the customer’s app, I think this already updates in real time, if I’m not mistaken.
check your pusher
the order will auto refresh if the pusher is working
Sorry, you’re right, I haven’t configured the cron jobs yet, I’ll do that.
cheers
Hi Basti, In the admin panel under site settings, I want to use Signup Method = Phone number signup. However, on the client site and app it works fine; the field to enter the phone number and receive the OTP code via SMS to continue registration appears. But here in the app, I only see the completed registration and the OTP sent by email. How can I make it the same as the client app and the website? Is there some setting in the merchant panel that I haven’t seen yet?
hi mate
i did not add this yet cause i forgot to add new settings in merchant panel like the website
cause this type of settings should be control by merchant not admin since this is there website
Okay, so when can we expect that then?
next update mate
probably this month or next month
Hi Basti, I hope you’re doing well. I’ve been waiting for this feature for many months now. Can we expect it? Will there be news here and in the other apps? Or other modules coming soon? Please let me know if you’re preparing something for us. Hugs!
Just a quick update — currently still working on several new features. Since they are not fully completed yet, i will begin releasing smaller updates first (bug fixes, optimizations, and minor improvements) instead of waiting for everything to finish.
This means you’ll continue receiving regular improvements, and once the major features are ready, they will be included in a bigger update.
Thank you for your patience and continued support
Okay friend, but I’ve been waiting for over 3 months for the phone registration and OTP sending via SMS to work here, like on the client’s website and app. You promised me this, as we discussed here, and that’s the only thing missing for me to be able to use it in production. If you’ve already done it on your end, please send at least this small update? It’s very important to me.
already added on my end i just cannot release update cause the main kmrs is not yet ready for the update
cause every time i will release new update its always affect the main core
Hi Basti, I hope you’re doing well. Can each merchant have their own default currency? Each merchant will have their own app where they can choose their currency. Since my merchants are from different countries, will each merchant also have their own default country so that the mobile prefix can be selected accordingly?
hi mate
thank you for your interest
yes merchant can have own default currency same with phone prefix
cheers
sent
sent
sent email basti
sent
Hello Basti, first of all I would like to thank you for the update, I was happy with it, we now need to correct a detail that we already had in the single restaurant app v1, the customer needs to have the option of being able to register multiple addresses in the same city and same neighborhood (District), the system is not accepting, example: I live in the city of São Paulo and neighborhood (District) center, on example 1 street and my father also lives in the city of São Paulo also in the neighborhood (District) center but lives on example 2 street, I need to be able to register both addresses, in the old version you had already corrected this, can you pass me the correction?
hi mate
thank you 
are you referring to search by locations? if yes email me for quick fixed
You can reach support here: https://codecanyon.net/user/bastikikangSingle restaurant web api and single mobile api also same ?
before it has /partnerapi but in this update only your domain
you can check in admin panel -> edit merchant -> api access
I created sub domain and place the file but site showing blank page why
what do you mean? you mean you install kmrs in sub domain ?
Nope kmrs in main domain . I created separate domain for single app I need to run both single web and separate pwa app so I create subdomain for pwa app but not working
ah ok it should work just fine as long you build it and make sure api url and keys is correct
make sure it has no sub folders
so if subdomain http://sub.yourdomain.com <—this is oktips before uploading it to your sub domain test first if the api is working correctly
by running command
quasar dev
this will run browser and from their you can check if your app is connecting to correctly to your main server
I checked bro it’s showing axios error request failed with status code
Web app is working fine bro but pwa single app not working . Can I run both right ? Web app and single app pwa
axios error means either your api url and api keys is not correct or your api had issue
please note you need to update your kmrs to latest version and update the single app modules
I have updated bro . But api work with web app but why api is not working with single app is there any fix
sent issue with your wrong config.js
Dude, what was the update?
full updates of the code
all features found in website and customer app added 
You just put that in the descriptions.
Version 1.0.5 – October 16, 2025 - Major updates, all features added.
yes there are so many list of updates so basically what added in latest kmrs is included in this updates
put there friend, what was put in this update.
Put there friend, what was added in this update. Although I’m no longer using your script, I want to know what was added in this update of the single app.
ok mate will update the descriptions
update ?
update has been release
cheers
Hey Basti — can we expect the update this week? Or do you have an exact date?
safe to say next week
Hi Mate! You said you may release this week the update finally!
Nothing change right? This week it is coming?
Hey mate! Almost there, but I need a little extra time — I’d rather release it right than rush it. Thanks for hanging in there, I’ll keep you posted!
Maybe now before the weekend?
safe to say next week almost finish
This version does not work with the new KMRS update. So if you can publish at least a working one quick for single mobile app, I can start custom works. Later you can publish for new update with minor changes.
the update will be release within this week and note current file in codecanyon still works in latest kmrs
For me it is not working. Clean install KMRS works and current file single app build is like this https://imgur.com/a/bzjZxxN Sigin or crate account is showing white page but with the topic like that. But never mind I am waiting the update. Hopefully tonight:)
.
updates are now out for single app
cheers
Thank you mate!
Cheers
I installed the new module files and build the new single mobile app. But there are errors. 1. I go create account, type data and click submit. The error : Ar_clientsignup.validation_type is not defined Screenshot: https://imgur.com/a/PmPL5wY
2. I try skip and go to check the menu. The error AxiosError: Network Error https://imgur.com/a/sbtMaF3I sent you ftp details and site login. Can you check?
hi mate
1. you need to update your kmrs first
2. same as 1 
Ok thanks, I didn’t notice new update! and next is this: https://imgur.com/a/GlNdoAn
2025-10-16 18:48:57.081 19789-19789 Capacitor/Plugin com.demo.singleapp V To native (Capacitor plugin): callbackId: 81696588, pluginId: Toast, methodName: show
2025-10-16 18:48:57.081 19789-19789 Capacitor com.demo.singleapp V callback: 81696588, pluginId: Toast, methodName: show, methodData: {"text":["Payment already exist"],"duration":"long"}
2025-10-16 18:48:57.081 19789-19880 Capacitor com.demo.singleapp D Sending plugin error: {"save":false,"callbackId":"81696588","pluginId":"Toast","methodName":"show","success":false,"error":{"message":"Must provide text"}}
2025-10-16 18:48:57.086 19789-19789 Capacitor/Console com.demo.singleapp E File: http://10.75.112.140:9500/#/account/payment-methods?redirect=/checkout - Line 951 - Msg: Uncaught (in promise) Error: Must provide text
Error happens when you click the payment option
am sorry toast is added in the package if you look at the file src-capacitor/package.json you see this
”@capacitor/toast”: “^7.0.2”,
your error says toast function show is not define
this means the toast lib is not included in your build
No mate! I found the bug, but I don’t know how to fix. if you go to single app “Profile -> Payment methods” you will see Cash is added but It is not added in checkout https://imgur.com/a/Ny2XxIa
Actually I added successfully Pay on delivery also later and I can order with that as you see here https://imgur.com/a/kFnhBJP
But I can not remove it or change it.
And it is weird that you can see all Payment Methods there, which are active in admin dashboard, but not just Merchant payment methods!. You should see just Merchants payment methods here, right? https://imgur.com/a/Ny2XxIa
Ok now, I registered new user (buyer) and directly go to Profile settings and see this https://imgur.com/a/u15z5lC
As you see Cash is Default method already automatically.
And There are all the other Payment Methods available even merchant didn’t add it.
is your merchant membership type? cause remember if membership it goes to merchant
in profile -> payment methods -> all payment list here is for admin that use can use to load wallet
during checkout all payment listed will be for merchant if they are membership
but if your merchant is commission both payment in profile and checkout should be the same
now if not
You can reach support here: https://codecanyon.net/user/bastikikangHello, as the end of the month approaches, can we expect the update soon as promised?
doing my best to release it soon asap
am changing a lot of code in single app
Ok friend, sorry to bother you so much, we are waiting!
thanks mate
sent
sent
sent
sent
Hi mate, you publish many updates but not this:) This is I am waiting for long time, will you publish?:)
Will this work together with the new updates?
still working on the updates am changing also the code for this so it will not always call the api and some layout as well
and take note that the social login has been change to new library in customer app i already applied this including apple login