Code

Discussion on Karenderia Multiple Restaurant System

Discussion on Karenderia Multiple Restaurant System

Cart 5,366 sales

bastikikang supports this item

Supported

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

29733 comments found.

Hi Basti,

Hope you’re well.

Regarding google API, i have 2 set up, both work fine, but one works slightly different to the other and I am unsure why.

First one – when entering zip code on the homepage search field, it loads a dropdown with the street name and door numbers as well.

Second one, doesn’t load a dropdown when you enter your address or zipcode, but still works.

The first one is how I want it to work for the second one as well, so when customers enter their postcode they can choose their door number and street address etc at the same time

Any ideas what could be causing the difference? Both have the Google Maps Distance Matrix API, Google Maps Geocoding API and Google Maps JavaScript API enabled.

Thanks!

hi mate

you mean using search by location?

this one does not use any google api

this will use what you define at the backend

Hi Basti, how are you doing? Im facing some issues with speed. Actually in AjaxAdmin.php in rptIncomingOrders function i have increased the maximum number of orders to view to 500 and now im facing speed issue, it’s taking a lot of time to load even though im using high speed VPS. Any quick fix for that?

mate can you let me know where is this ? is this on merchant or admin panel ?

Why there is no option to add coupon code for customers.To Give them discount on checkout by applying particular coupon. This should be must .

mate there is already its called voucher its either admin or merchant can add this

go to admin -> voucher or merchant panel -> voucher

the default the entering of voucher code is disabled for merchant you need to enabled it in merchant -> settings -> Enabled Voucher?

hi, just sent you and email

awesome system. I will use it for totally different purpose than restaurant and I will need modifications. Can we partner up and do modifications in exchange of money?

at the moment mate am not available :( am working in single resto addon

Signed up as a merchant and provided email and password during the process. I see the login information in the admin panel under the merchant, but unable to login using that information. Even when i try to reset the password, it says that email doesn’t exist. Please help

maybe you are login to admin panel not merchant?

the link for merchant panel is /merchant

example http://bastisapp.com/kmrs/merchant

Created a new account and listed a restaurant. Logged in again and I only see the below. Unable to figure out how to update the restaurant info by the merchant. Listed restaurant as pick up only and that restaurant is not showing up under browse restaurants. I have more errors like this. Can you please let me know the best way to get them all to you instead of comments here? It will be great if we can do a screen sharing session

double post

Clicking on the + on the food item gives a message that food item added to cart, but it doesn’t show on the screen. Can we have a quick screen sharing session to see various issues together? Or I can send you the link and admin login details so you can check yourself

send me your site link so i can check with ftp access

email me here

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

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

We have been able to resolve these issues. Thank you. Few things we couldn’t figure out – How do the merchant request for pay out? How will the admin submit payment to merchant through offline bank account? I understand currently the application doesn’t support multiple currencies, but I have a situation where I need to support multiple currencies. If I install separate instances for each currency, is there a way for me to configure the mobile app to point to the right instance based upon user location or user choice? Or I need to provide one mobile app per currency?

at the moment multiple currency is not supported in kmrs :( it will be added in future updates

for merchant payout

merchant can request payout if the merchant type is commission you can request payout in merchant – > commission -> Withdrawals

after the merchant request payout admin will have to approved the payout at the moment payout is only available for paypal and offline bank deposit

Searching for restaurants is giving the following error. Please help

Oops. We’re having trouble finding that address. Please enter your address in one of the following formats and try again. Please do NOT enter your apartment or floor number here. - Street address, city, state - Street address, city - Street address, zip code

double post :)

send me your site link so i can check

email me here

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

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

Urgent, send you a email, about Custom stripe card fee.

reply sent..

reply sent

Hello basti,

I’m looking at a few options and your package is one on my list, could you please explain the Regular License and the Extended License, so I understand end users are not charged for vs end users can be charged for, why would you not want to charge end users, does this mean you can’t charge restaurants for using the service. Also are there any savings if you purchase addons with the Mutiple Restaurant System at the time of purchase? Are future releases apart of the support?

better explanation i read from forums

Extended license doesn’t give the rights to install the application in multiple other places, you still need one license for each install you are doing. The difference between extended license and regular license is that, with extended license you can charge money from your customers while using mailwizz as a SAAS platform, while with regular license you are not allowed to do so.

hello basti, here is the link of the screenshot error sorry for the late reply

https://snag.gy/Mu4bAs.jpg
yes it is done please have the screen shot it stops now at step 2 of the installation process. here is the error screen https://snag.gy/8jqXOt.jpg

regards

can you turn on error reporting in index.php ?

ini_set(“display_errors”,true);

also check your php version if your php version is 7 kmrs will not run properly with 7 if you have option to downgrade please do so switch to php 5.6

Hi Buddy, We need place a splash pop up modal window only on the index page. Please help or locate the page in which we have to place out the piece of modal windows code. Thanks, Buddy!!.

add your modal in views/store/index.php

hello basti , is there any chance if you could add recurring billing food subscription , like recurr after x days,week,year and any update about payza payment gateway.

sorry mate at the moment i cannot add this am working in single resto addon

Hi Basti..can you add a feature where we can add packaging charge separately for each item as some of the items may not have packaging charge..please add this feature..thanks

features noted, i might add a checkbox in add food item to not apply packaging and value for packaging

Hi Basti, what system requirements are necessary to run this template? Is there an admin demo I can install locally and do I have to use the Karenderia, can this be changed within the admin panel?

you need a server running with php 5.6 and mysql

here is the demo bastisapp.com/kmrs

Hello, I have some question. there’s some features i need but didn’t found in admin panel or don’t know how to do it. hope you can help me out :)

1. need sticky cart or button in mobile that will take customer to checkout page. because in mobile after long scroll down customer has to scroll up again. a sticky cart icon or button will be perfect

2. One restaurant got different cuisine. like Chinese, Thai, Mexican and have same categories like fish, rice, soup etc. So, customer need to filter by cuisine in menu

3. I need to change some fields in guest checkout form. like change place holder, required field and remove some filed. how to do that?

4. Need to show menu left side category filter option in mobile. so customer can easily chose which item they are looking for

5. in browse restaurant navigation need restaurants whole section or title clickable that takes to menu page instead of view menu button

6. is there any option to write custom CSS from backend?

Plz let me know how to sort this thing out

hi mate

1. you can use this library http://stickyjs.com/

2. hmmm actually you cannot do this there is no connect of the food item with the cuisine your the first one who mention this one, i think we should connect it to food item?

3. edit the file views/store/payment-option.php

4. sorry i cannot give any code for this since this is not available and i never tried it

5. edit the file views/front/browse-list.php

6. you can try to put this in admin -> custom code

cheers

Thanks for your quick response :)

1. I am not that much familiar with codes, can you plz give some instruction , like where & how to put the code for sticky cart in mobile?

2. If you can connect, it would be better for so many restaurants. specially for indian restaurants. because most of them have different cuisine in different state like bengali, punjabi, southindian etc but comes in same category like fish, meat, rice etc. so, it will be easier for customers to choose directly which state food they want to eat also without this option it will get confusing to understand and prepare the food without knowing which state cuisine customer ordered. plz consider this option. and it also need to be mentioned in order receipt

4. about the food category viewing in mobile device. I think you should consider this seriously. because most of customer will order from mobile and if they cant see and chose category from mobile then they will not interest to make the order to scroll down and check one by one all items. you can put it at top of search box in mobile with horizontal scroll like other popular food delivery company. for example food panda

Thanks :)

hi mate

1. in assets/js/store-v3.js just add this

$("#sticker").sticky({topSpacing:0});

change the id to class example

$(".top-menu-wrapper").sticky({topSpacing:0});

2. actually this is the cuisine offers by merchant i think you can do that by using food category?

4. noted

cheers

Sent you an email

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