29720 comments found.
Hi Basti, i need to use commision system for merchants, i want to charge them 1 dollar per order. I want them to receive all the money, but at the end i want the invoice to bring the total for the comission so i can charge them at the end of the month. You mentioned membership only allows merchants to have their own stripe details. But this wasnt like this in the old karenderia, can you confirm to me if this is possible with current karenderia?
in old kmrs this is the same
you need to make the merchant as membership so the merchant gets all payment and even membership you can set invoice for them
cheers
Thanks. I have another question. Based on your experience what’s the best way to make the restaurant get all the money and charge them 1.25 from each order. I know they get an invoice by email based on what you set up in cronjobs. My plan was to make the membership $0.00 and have them pay me the total amount of flat fees at the end of the month. I had the old kmrs, but I’m not sure what changes you made for stripe and membership payments. What’s the easiest way for me to achieve this? What do I need to customize? Can you do it?
ok what you need is
1. charge them 1.25 each order
2. and flat fee? is this a fixed fee monthly?
I haven’t tried this on my own website yet, but I did test it on your demo site. It looks like you can charge membership merchants a flat fee, and they keep all the revenue, whether through Stripe, COD, etc. I modified the commission per order to $1.25 for them, and it seems they receive an invoice every month. Is that correct?
From what I see, the system is already doing what I need, but how possible is it to charge them the total commission amount from the invoice—similar to the membership plan? For example, if the merchant’s total commission for the month in flat fees is $300, this amount appears on the invoice. Instead of charging a monthly plan, I’d like to charge them this amount as their payment. No membership plan involved. Can you confirm if I understood correctly?
Also, membership merchants are billed monthly via PayPal, Stripe, or Razorpay for their membership plan, correct? How exactly is that process handled?
Finally, if a restaurant receives an invoice with the total commission for the month, would they have to pay me via bank deposit?
ok from what i understand you want for merchant to accept all the payment on their end but you don’t want to charge them membership monthly rather you want to send them invoice for all the order commission ?
for membership payment this is subscription payment means merchant will be charge monthly automatically this is like netflex subscription
and yes if you send them invoice then need to pay your via bank deposit to your account
what i can see here is we need to remove the subscription and only send them invoice so it require some changes
Hello, that’s correct. Right now the system is doing what I need. They will have to manually pay me via bank deposit. But I need the option so they can pay me via stripe as well. Just like the monthly plan. How hard are these changes to do? Can you give me an estimate?
hi mate
you mean the restaurant they can pay the invoice via stripe?
for this changes we can continue with private conversation
You can reach me here: https://codecanyon.net/user/bastikikangYes my friend. Correct! Email sent
sent
Hi, I’m interested in your Product. Before I buy, could you please confirm:
Is the code fully open and editable, or are there any encrypted/obfuscated files?
Can I launch on multiple domains/subdomains with the license?
hi
thank you for your interest,
for edit answer is yes 
for domain , as per envato rules 1 purchase code can be use only 1 domain
cheers
Hi mate,
On the web and app, when a restaurant is closed, it would be useful to display the opening time. Likewise, when a restaurant is busy (paused) for a while, display the “available within” (countdown timer) so the customer knows when they can order.
Restaurant listings in the app and web should display a large banner image. When opening the restaurant page, display the banner (the same as the restaurant listing) at the top, and then in the small square, as all apps work this way. Below the restaurant banner, display the preparation time and delivery price based on the customer’s address.
Also, when an item or category is only available at a specific time, display the “available within” between the start and end times so the customer knows when they can order that item or category.
Takeout and dinner have different coverage areas than delivery. For example, a delivery restaurant can only deliver to a restricted area, but takeout and dinner can serve a larger area if the customer picks up or orders there.
The Holidays feature allows you to schedule not only closures on a specific day but also custom hours for a specific day, because, for example, on holidays, restaurants sometimes don’t close but have special hours. The admin can also specify holidays, so that an alert is sent to the merchant app and website on those days, allowing them to set the hours for those days.
See examples:
https://prnt.sc/D5eGgH9CDUm_ and https://prnt.sc/YvSciLjtYZeWi believe this is already available https://prnt.sc/D5eGgH9CDUm_
not only showing in the restaurant menu but when customer search this will appear
and for other suggestion will do take note
and for Takeout and dinner have different coverage areas you mean you should also check the customer address? how we can do that if this is takeout and we don’t require customer address during checkout
When a restaurant is closed, it should display the “closed” time, not only when it allows bookings, but also when it opens. If it does not allow bookings, it should display “Schedule for” (opening time). When a category or item is only available during specific hours, this category or item is not displayed outside of these hours. It should always be displayed. If it is outside of the availability hours, it should be unavailable for sale, indicating the specific time it would be available (so customers know that this category or item exists and when they can order).
The restaurant’s homepage should display a large header image in a banner to attract more customers, as with all apps. When the restaurant opens, the logo and cover image should be displayed in the header box. https://prnt.sc/0IdCXjq7IfVQ
On the homepage, each listed restaurant must display delivery prices based on the customer’s address, estimated delivery time, and distance: https://prnt.sc/simWpMgKVBue
The coverage area for takeout and dine-in service must be different from the delivery area. For example, a delivery restaurant can only deliver to a restricted area, but the takeout and dine-in service can serve a larger area (since delivery isn’t necessary; the customer will travel themselves). For this reason, all applications always request the customer’s address, even for takeout and dine-in orders. This is currently fine. The only thing missing is
the admin panel should have the option to set a different coverage area by service type: delivery, takeout, or dine-in.
The Holidays feature needs, in addition to scheduling closed days, to be able to schedule days with different hours. For example, on the eve of holidays, some establishments open later.
When you deactivate a merchant (suspended, unpublished) automatically all items should be disabled so that when searching for items the items of inactive merchants are not shown.
Also important is the review order: The merchant has the option to respond, but the customer receives no response.
When a customer reviews an order, the admin and merchant don’t see the photo the customer uploaded.
When a customer reviews, they have the option to leave an anonymous review, and if they do, the placeholder image should be displayed instead of the customer’s photo.
hi mate for review all of this is already available please explore kmrs
cheers
Hi mate, please. I want to add ‘Cash Received’ to the daily sales report. Can you give me a guide on how to add that? Thank you. https://ibb.co/YFht1fzD
hi mate
basically you will need to add a section here to filter by payment type and then apply those filter in the query not sure if you know how to codes but just follow the files you will have an idea
1. first you need to add the filter here in this file /themes/classic/merchantreport/daily_sales_report.php
2 . and apply the filter in this api calls in backoffice/controllers/apibackendcontroller.php under function actiondailyReportSales
Thanks mate first step I did but for the api im not sure what’s should I apply
2 . and apply the filter in this api calls in backoffice/controllers/apibackendcontroller.php under function actiondailyReportSales
hi mate
sorry for late reply am in the middle of finishing all the updates for all apps,
this changes will require new changes so that you can apply the filter anyways once am done with the update i can help you with this changes
cheers
Hi mate are you ready now to help me with the change. Thanks
mate can you re upload the image of this again https://ibb.co/YFht1fzD
need to know what section is this will provide you the fixed once you re upload the image
email me also here https://codecanyon.net/user/bastikikangok pls email me i will sent the changes via email
Email sent
mate i email you with some question just to be sure
Sent
sent
Hi Basti. under the notifications i see there are some push notifications thats not sending to customer Like delivery driver has arrived and driver started to customer, https://prnt.sc/IpRnu3Amq2V5 , is there a setting i might of missed cause all other pushes are going threw, from restaurant app but not driver app it seems
hi mate
this will be trigger once driver example started the delivery in driver app when they button going to customer and once delivered the order
Greetings, I just bought the script and I have presented some problems, among which is this one: DbConnection failed to open the DB connection: SQLSTATEHY000 User ‘u257554057_cubanfooduser’ has exceeded the ‘max_connections_per_hour’ resource (current value: 500) Any suggestions to fix it? thanks https://prnt.sc/YRSYXTDlZbeC
hi mate
sorry to hear that, looks like the issue is in your hosting
are you using shared hosting? as per error this issue is server mysql limit connection
Hi Basti,
Plz check my mail regarding packaging fee and delivery fee issue These are not added to final sale amount Plz reply Cpanel detail already shared
sent
sent
sent
Sent
sent
sen
Sorry for the late reply. I’m currently working on updates for all the apps, but I’ll get back to your email as soon as possible.
Thanks for your patience!
After update, mail
will check my email today thanks
Hey Basti,
When using “location based search” mode, when a cuisine option on homepage is clicked. The results turn up empty.
the cuisine in the homepage works like this
1. if you first visit and you did not add your location yet the filter will only by cuisine
2. if you already choose your location the filter will be by location and cuisine
@if you first visit and you did not add your location yet the filter will only by cuisine
-> This only works for “map-based address search” option.
-> If you select “Location-based service search” option. Cuisine displays nothing on first visit
no
clear your browser cache and click on cuisine you see it will display
email sent.
sent
hi mate what does it means merchant payout I do not understand it well
the merchant payout is when the restaurant ask for withdrawals for their earnings
my friend when is the next update?... some small bug, for the list of bug fixes
... i.e item gallery works on desktop but not mobile view. https://demo.bastisapp.com/ze-delivery#lolo
mobile view only shows one item from gallery https://snipboard.io/yq1Fzk.jpg
on desktop everything is ok… shows the all items of gallery https://snipboard.io/jRLpY0.jpg
also on mobile if you click the gallery item itreplaces permanently the main pic
will be fixed next update
actually the image is there is not just showing you need to slide it cause the view per slide in mobile view is only 1
cheers
nice 
hmm i don’t think i have issue like this maybe half is paid by wallet and half is paid by cash
You can reach support here: https://codecanyon.net/user/bastikikangCheers
Hello Basti, How are you ? I want some custom works if you are available. Thanks
email sent
sent
sent
sen
Hi Basti, I’ve sent you an email asking you to unblock my new website. Thanks.
sent
Hi Basti, it would be great if, when you release the Karenderia Single Restaurant App update, you could separate order notifications from chat notifications at the top of the merchant’s dashboard. Add another icon that only shows chat notifications, as you already have in the customer app. This could be the same icon used in the customer app. When the merchant clicks on the notification, it will direct them to the chat conversation. This will be much more practical for the merchant. It shouldn’t be a difficult task for you at the moment, and we’d love it if you could do this for the next update. Best regards!
that is the plan
cause its already added in customer app
thank you for your suggestion
mail sent
sent
Email sent
For the item and category, under the “Available at specified times” option, it would be useful on the front end to display the time range in which the item will be available. For example, “Available from 10:00 AM to 3:00 PM.” This way, the customer will know when they can order items in that category or item.
your right mate will do take note
thanks
i saw your site on codecanyou before 1 month karenderia multiple restaurant offer price 35 $ i need to buy to system single and multi system i need this offer please
Hi mate,
Thanks so much for your interest! Unfortunately, the sale ended last month and the price has now returned to its original rate.
At the moment, we’re not sure when the next sale will be.
Cheers!
hi how can edit forntend website
all templates for front end can be found in themes/karenderia_v2
where can I find the translation file path
the translation is saved in database not file you can translation can be found in admin panel -> attributes -> language
There are words that do not have a field in translation.
am sorry what do you mean?
can you watch this video how to translate
https://www.youtube.com/watch?v=RfgBHGNsJC0