Code

Discussion on Karenderia Multiple Restaurant System

Discussion on Karenderia Multiple Restaurant System

Cart 5,363 sales

bastikikang supports this item

Supported

This author's response time can be up to 2 business days.

29719 comments found.

Hello, we have our own payment method in here can you integrate it ?

at the moment mate i stop accepting customization as i will need to finish the single resto addon

Hi .basti, I have purchase theme license and merchant order taking app license. But Apk file of order taking app is not decompiling either in android studio or in other decompiler and because of this we are not able to enter or edit json files and api key and authenticator key to create api. Kindly help out that in such case how to merge api with app?????

Domain details are as under: www.ratribazar.com rest details emailed to you

kindly help out to resolve this at earliest.

Regards, Neeraj Ph: +91-9898976027

also give me email id on which you want me to email you site admin details

hi mate

please comment in proper item :) this is kmrs not merchant app

cheers

Good evening, I took the test with purchases in the template, but the admin panel does not include the commission amount

what do you mean?

Hi Mate

Where to change the admin login url & merchant login url ? For example, instead of having www.mywebsite.com/admin, I want it to be www.mywebsite.com/manager ?

Thanks

at the moment is not possible you can but you will need to change many reference in the code

this is called controller in yii if you understand how controller works in yii you can simply change the url

http://www.yiiframework.com/doc/guide/1.1/en/basics.controller

Hey there can you help us add another payment gateway by First Data – Payeezy in the panel.

Thanks in advance

Ashish

email me here https://codecanyon.net/user/bastikikang#contact

leave a comment here once you send it so i will be notified

hi basti, when release the new version & what is the next features?

i can’t gave your trust about non-direct buying in my country. but i want to buy your new version from a new account directly to have Buyer label

hmmm you mean someone is selling my item?

no update ye until i release the single resto addon

cheers

Hi Basti, I am missing the Language buttons, please see:

http://oi66.tinypic.com/2moxnwk.jpg

Please advice, thanks and regards

:) that is not possible mate :)

anyways send me your admin login and ftp access

email me here

https://codecanyon.net/user/bastikikang#contact

leave a comment here once you send it so i will be notified

sent

check again it was your php server version 7.1.15

kmrs is not stable in version 7.1.15 if you have option to downgrade to php 5.6

that would be great as kmrs is stable in php 5.6

hello,

i have 2 languages in my site ” english , arabic” i try change notifications template , when i use arabic language not work and word box not work . but when i use english i can do all change and work 100% .see picture in this links : https://c.top4top.net/p_7846vgk11.png https://d.top4top.net/p_78406ntp2.png also not sending any email when i use admin panel in arabic . but in english work 100% . you can see this emails i receive when i use english language in admin panel : https://e.top4top.net/p_784z7bwi3.png

hmmm can you check this file assets/js/admin.js and look for this line $( document ).on( “click”, ”.template_actions”, function() {

this should be the next code

var params='key=' + $(this).data("key") +"&label=" + encodeURIComponent($(this).data("label"));

for sending arabic via email its because you don’t have template for arabic only english

try to fixed the above first

i try this option : ””“hmmm can you check this file assets/js/admin.js and look for this line $( document ).on( “click”, ”.template_actions”, function() {

this should be the next code

var params=’key=’ + $(this).data(“key”) +“&label=” + encodeURIComponent($(this).data(“label”))”””.

admin and merchant panel freezing .. login button not respond when i try login .

after i remove code .. work again and login .

in second option i found there is unicode for email i change to windows-1256 work 100% .

but now i get new issue … when i try login by mobile to admin and merchant panel login button not work . how i can fix it ?

mate you modify the code wrong it means your js file has error

send me your ftp access i will modify it myself and your admin login

email me here https://codecanyon.net/user/bastikikang#contact

leave a comment here once you send it so i will be notified

“Hi, I’m having trouble adding a new restaurant, each time I add a new restaurant and fill in the required fields at the backend, it doesn’t seem to show the restaurant, could you kindly improve on your documentation or point me in the direction(video) that shows how to set these things up. Thank you”

hi mate

adding in admin panel? did you fill al the fields?

you mean its not showing in search results if yes

check the following

1. make sure you have google api key set on admin settings -> google api key

2. make sure your merchant has lat and long

3. make sure your merchant status is active

4. make sure your merchant is published

5.make sure your google api is not restricted to your domain or i.p address

hello, the next update is cooming soon? tnks

sorry what do you mean? split payment for admin and merchant ?

yes split payments, automatically :)

at the moment split payment is not available :(

Hi mate,
Can I make discount as example?
Ex) Order over $25.00 than discount 5%, and Over $50.00 order discount 10%.
Now can only one offer at same time.

ahh ok, at the moment the discount can be only one in same period of time

let me add this on my update list

Thanks

Hi.

How do I translate the main titles in homepage header? the text above the search bar? it’s not in the default.php

can you provide screenshot?

is this the title of the page in browser ?

Hello. The food item image is not showing on the merchants menu. I uploaded both image to gallery and preview, but it does not show. What am I missing? Thanks

its because of the menu design

try to using Activate Menu 1 or Activate Menu 2 in admin -> settings

cheers

Hi. I’ve bought all of your Karenderia main and add-on products. The delivery distance just isn’t working despite having all required APIs enabled. Can you please help? Also, I realize some URLs, such as ”/profile”, will simply show 404 if user isn’t logged in. How can we show a login page instead of a 404? Finally, the stripe-init page can be accessed directly with any random order id appended, even if user isn’t logged in. The Stripe button is shown on the page. This could be a security concern. Any suggestion on how we can protect this page, perhaps checking if user is logged in and is accessing his/her own order page only? Thanks for much!

Hi. We fixed the issue with stripe-init page so it won’t show the Pay button anymore if users aren’t logged in. Please help with the other issues. Thanks!

hi mate

for api issue check your google api key make sure you enabled the following api key

Google Maps Distance Matrix API
Google Maps Geocoding API
Google Maps JavaScript API
Google Places API Web Service
Google Maps Directions API

and make sure you don’t restrict you api to your domain or i.p address

for /profile i think that is normal it will show a 404 page if user is not login

cheers

Hello again. There doesn’t seem to be any field to change the SEO settings for “Browse Restaurants”, as a result – the title always says “Browse Store”. The SEO settings in the ADMIN don’t have a field to change this. What PHP file can I edit to do so?

you change the sample i did there is no such seo_browse

$seo_title=Yii::app()>functions>getOptionAdmin(‘seo_browse’); $seo_meta=Yii::app()>functions>getOptionAdmin(‘seo_browse_meta’); $seo_key=Yii::app()>functions>getOptionAdmin(‘seo_browse_keywords’);

my sample is hard coded :)

$seo_title=”MY SEO TITLE”; $seo_meta=”SEO META”; $seo_key=”SEO keywords”;

Yes, it works. Sorry, I misunderstood what the concept of this code and the logic of it was…I have it sorted now. Thanks :-)

no worries mate :) cheers

Hello Sir, Can you please solve the msg91 problem while testing sms is sending properly but while signup process otp is not receiving to us. You can check it no https://crisppydeal.com/signup

Please help sir please its urgent…

test msg is working properly but while verification msg is not receiving to customer

sorry what do you mean? can you provide screenshot?

if your not receiving any sms check sms logs you can see there if there is any send sms for verification

and you can see the status of sms

you have any app for admin order tracking not only for merchant…main admin can check order history from mobile app…and like website if order come will be start incoming ringtone

i will release new admin panel with response and new design and has more security features like you can change the url instead of /admin to /any name you want

this will be new addon btw

but at the moment my prioty is single addon

what is single addon? what will be benefit from here?

single addon is for turning your kmrs to single restaurant

Hi Basti,

One more help. I am unable to add any other user from Merchant Means User Add from merchant side not working

email me here https://codecanyon.net/user/bastikikang#contact

leave a comment here once you send it so i will be notified

Sent

try again

it was your server mysql strict is enabled if you have option to turn this off please do :)

cheers

dear support

i pay for both script

Karenderia Multiple Restaurant System Karenderia Order Taking App

i want you to prepare the app for ios & android

how much it will cost us ?

email me here :) https://codecanyon.net/user/bastikikang#contact

leave a comment here once you send it so i will be notified

Hello. Can you show some examples sites running this app. Also, showcase any examples of sites that customized the app for a different business.

In addition, if one were to customize the code, the backend as well as the front end, how would updating the app affect the customizations. Is it possible to update and keep the customized code. If so, is it difficult to do?

Thanks and look forward to your response soon.

email me here https://codecanyon.net/user/bastikikang#contact

leave a comment here once you send it so i will be notified

for updating , there is no way that my code is the same as yours when you change it

i suggest create a new file for those changes so it will not affect when there is new update

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey