29717 comments found.
Hello Basti,
I have a small display issue with the product image on my Karenderia Single Restaurant setup. the product picture (pizza) looks zoomed or cropped — it doesn’t fit properly inside the card.
Could you please tell me how to fix it? Do I need to edit a specific CSS file or adjust the image ratio in the template?
I’d like the image to display completely (fit inside the box without being cropped).
Thank you
go to admin panel -> site config -> others -> Image resizing = disabled this one
I enabled the “Enabled Tips” button in the merchant login, but I don’t see a place for customers to add a tip during the ordering process. Could you please tell me what I might have set up incorrectly?
this will show in checkout page
I did not check “Enabled Tips on the following transaction.” Thank you, it’s working.
glad to hear
Hi friend, does the script send the order status update to the customer via WhatsApp?
sorry this is not included
cause if we do add the whats app we need to create template in whats app for each status template update
Hello mate, Any quick fix to make the homepage address window (without login) and the homepage (with customer login) exactly the same as it is in the customer panel under Addresses > Add new address? Thank you
I confirmed this above in version 2.0.7, please check. Your demo here hasn’t been updated yet, it’s still on version 2.04.
am sorry what do you mean?
Domain update please mail sent
sent
Hello bastikikang,
I am a long-time customer and owner of the Karenderia Multiple Restaurant System Regular License. I have also purchased several official add-ons/apps that you have unfortunately removed from CodeCanyon.
The items I purchased and can no longer download are:
Karenderia Driver Mobile App
KMRS Duplicate/Export/Import Merchant Addon
Karenderia Merchant App
Karenderia Loyalty Points Program
Karenderia Mobile App – Restaurant
As these items were removed by the author or staff, the download links are now unavailable, and I only have the license certificates and purchase codes.
I invested significant money in your ecosystem, and the removal of these essential components has effectively stopped my project and resulted in a financial loss. I now own the core system but cannot use the purchased functionality.
Could you please provide a clear course of action for existing, paying customers who purchased these now-removed items? Is there a private link, a refund process, or an alternative way for us to access the final versions we paid for?
I would appreciate a public response on this matter, as I’m sure other buyers are facing the same issue. Thank you for your time and assistance in resolving this.
hi mate
glad your back , but your too late it was remove about 2 yrs now and if you back track what i posted before you can see my explanation their
i explain the reason so many times
cheers
Where can I get “Web Push Certificates” for a mobile App?
Do I need “Web Push Certificates” for PWA Mobile App?
in your firebase
Please note that I need to update the domain. I’ve been trying to complete this task with https://bastisapp.com/activation/index.php/index/updatedomain, but I keep receiving a message indicating that the information does not match. Could you please reset my license so I can register it with the new domain, i have sent you email with details please check
i think its already been reset ?
Hi Basti. In new order email template, can we include payment method details?
am sorry what do you mean? what payment details you want to include
technically you can add many information as you want but it depends if right now its available in the code
I mean if the order is cod, in the email I want to mention that Payment method is COD, if its razorpay, I want to mention “prepaid” or ‘razorpay’ etc
{{ payment_name }}
or
{{ payment_name1 }}
it should work with latest version its already fixed
hello my friend. mail sent
sent
I hae not received it yet
sent
i just sent
sent
my friend i have not had any email from you
i did reply in your last email check again
sent
mate i did not receive any new email from you
if this is regarding the currency selector in website when you use phone i let you know when its added
I would love to update but I converted all to yii3 and added taxi service and all apps upgraded adding continuous sound loops and better ui. But I’ll take note of what you changed and add to my TODO list
awesome! 
Does it integrate with Pix? Via Mercado Paid or other banks? Brazil
hi mate
thank you for your interest
mercadopago is already available in kmrs
and for Pix payment i have this added but not included in the update it was added as custom work
cheers
Won’t it be included in the next update?
for pix ? sorry no plans for now but it can be done as custom work
Pix is the main payment method in Brazil, you should think twice!
maybe in the future i can include pix but right now no plans since mercado pago is already added
Hi, I am interested in buying but have some questions.
Can I use it as SaaS with my our group coffee shops under one domain and sub domains. But we have several small coffee shops which are under the franchise.
Can it be possible to do some customization in the Cashier POS (tablet Apps). O you able to provide some additional changes in it with or without cost.
Do you able to provide Cashier POS on tablet version (Android and IPAD).
Can you support in installation and setting up.
hi mate
thank you for your interest
yes but franchise features is not available
check the demo if you see the current functions is ok with you then no need for changes else customization is required
POS is included in merchant app but temporary it was remove in last update but it will be back in next update
cheers
Please note that I need to update the domain. I’ve been trying to complete this task with https://bastisapp.com/activation/index.php/index/updatedomain, but I keep receiving a message indicating that the information does not match. Could you please reset my license so I can register it with the new domain?
reset already
Thank you very much. Could you please let me know if the other plugins also need a reset, since their licenses were registered on the old domain?
I have the following plugins:
1- Single Restaurant App Food Ordering with Restaurant Panel
2- Mobile App Multi Restaurant
3- Merchant App Restaurant
4- Driver App
Since you are currently online, please check if they need a reset and proceed with it for me. I purchased all of them from the same account I’m writing from, so I can continue my work today without needing to contact you again.
yes they need to reset
email me your purchase code
You can reach support here: https://codecanyon.net/user/bastikikangI sent you the license codes
sent
sent
sen
sent
sent
No mail
sen
sen
Maul
please
sent
sent
Hi Basti. While exporting sales report, I want some additonal data like packaging fee, tax amount, delivery fee etc. Right now I’m exporting directly from database which is very hactic and every time I have to run query. Where I can modify the query of the kmrs so that I can directly export these from the dashboard?
are this sales report in merchant panel ?
if yes this can be found in backoffice/controllers/apibackendcontrollers.php
under actionreportSales
I think the excel file is being generated by frontend javascript. Where to find this part of code?
I actually need these fields as well in the exported files- total_discount, sub_total, delivery_fee, packaging_fee, tax_total, offer_total.
Right now I’m downloading directly from database. Please let me know which files to edit for exporting report with these details
i already give the files about it has not export functions that is automatic cause am using datatables
I’m looking for datatables. Where do I found the frontend datatable? Is it in /themes folder?
am sorry i mean am using https://datatables.net/ this has build export functions to any type like excel pdf etc
and the table for that report is st_ordernew
have a look at this file you will have idea
backoffice/controllers/apibackendcontrollers.php
under actionreportSales
Brother, I mean I have to edit 2 files right?- Since DataTables exports the data that is present in the table structure, I need to modify two files right? -
1) Backend: Edit backoffice/controllers/apibackendcontrollers.php (under actionreportSales) to include the new fields in the SELECT query. It will query the extra data from the database.
2) Frontend: I need to add the new columns (
Please tell me the path to the View file where the table structure for actionreportSales is defined? I need to add the headers there.
that would be correct
this are the file responsible for the reports so i hope it make sense to you just open this 2 files and you will understand what i mean
1. backoffice\protected\controllers\MerchantreportController.php
public function actionsales()
2. backoffice/controllers/apibackendcontrollers.php
public function actionreportSales
Thanks basti. It was helpful. Done the modification and working
cheers 
Basti there is an issue with reports. When I download sales report from merchant dashboard, it only shows 10 orders in the csv file I download . If in frontend I choose to show 100 result in a page, then exported file shows 100 orders in the csv file. But if I have more than 100 orders, how can I show all orders in the same excel file?
I think right now the temporary solution for me would be- increase page views. If I keep and option for maximum page views to 200-300, then it will work for me now
yes that would be the quick solutions
How to do that? I tried to increase it by adding 300 in lengthMenu in /backoffice/assets/js/merchant.bundle.js but its not working
no it will not work don’t change that file instead contact me
You can reach support here: https://codecanyon.net/user/support-kmrsMail sent
Mail sent. Please reply
wait for my email today
cheers
Hi mate big issue. paypal payment goes in paypal account but order not finish i got payment but NO ORDER customer showes paypal confimation but no order details. can you please help, i will also renew support but please this time help me, as also stripe blocked acocunt i dont have alternate.
Hi,
Please email me all your access details, including:
Site link
Admin login
FTP access
Also, provide a screenshot of the error and include a detailed description of the issue in the email.
You can reach support here: https://codecanyon.net/user/bastikikangCheers
its not always but mostly have this issue only with paypal as we dont have stripe. that y payment in paypal but no order in system. thats y cant provide screenshot of error.
set your paypal webhooks so what ever happens during payment like customer close the window
the paypal will still send the payment status to your webhooks
sent
sent
My friend, I sent you one email for domain change kindly do it. Thank you.
Reply sent on your email. thanks.
sent