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.

29717 comments found.

Hello Friend! How can I solve this? (undefined) does not show items https://photos.app.goo.gl/Uu8biK2eT4OMb9kV2

mate try to post in correct items :) in mobile app sections

Hi Bastii Look this new. About Ripple. Please put for us Bitcoin, ripple or etherium. So we will the first delivery to use cryptocurrency

looks interesting i think its plan ? not already done ?

Hello mate.

1- Google maps doesn’t work well in our country. Even we cannot get address from map or it doesn’t count also distance. Can we change maps to another one, like OpenStreetMap or Leafletjs.

2- We activated twilio. Test SMS worked fine. But when we come to /guestcheckout; This merchant has required SMS verification before you can place your order. Click here receive your order sms code this “here” doesn’t work. It doesn’t open anything. What can be problem?

Thanks.

But it doesn’t. when I click, nothing happens :( Also today I faced with payment gateway problem. Cash and pay on delivery active but they are not seen on checkout page :/

Mate, payment solved. That disable and enable thing confuses everything :) But SMS verification issue still problem.

did you check the sms logs in admin -> sms logs

see if there sms was sent

cheers

hi basti, i did some changes in your project and after changes when i upload this on server without using installation process, /Admin and /Merchant are showing a blank page but it’s working fine on local server

email me here your ftp and site address

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

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

check your email basti

reply sent

Hi man,

Does the food item name support css/html styling? How do I enable this? See the screenshot below.

https://imgur.com/a/PeBCf

Thanks

hi mate sorry it does not i have a filter the description and and item name

cause if you have bad html the whole site will not look good

if you still want to have html format

edit the file components/functions.php and look for functions qTranslate change this

return $p->purify(stripslashes($data$key));

to

return stripslashes($data$key);

just a quick confirmation before i purchase; i quite liked the script but a quick one is there a way if i can add my payment gateway system to this script? will you be able to help me out?

technically you can change anything in the code since its not encrypted

unfortunately am not available :( but your always welcome to hire your own developer cheers

Hello Basti, I installed the latest version and all the merchant that I set to ACTIVE subscription revert to EXPIRED on page refresh, why so?

check the merchant type when you edit the merchant in admin panel

go to tab merchant type if set to membership

make sure the Membership Expired On has value

Thanks, will give it a shot.

Pre-sale question. I have see all demo. this is awesome application. but I have some question. 1. Is it possible to disable to control delivery charge rate, Free Delivery Options and Delivery Charges for merchant and admin can control this.

is it possible now or upcoming update? Cause, admin want to control this features. Please, need your reply ASAP.

am not sure if i can add this mate :( sorry i cannot promise anything

It was crying need for me. but requesting you if possible, this feature. And can you tell me when will come your up coming update?

sorry :( at the moment am working in single resto app addon for kmrs so i cannot really promise this kind of features :(

but your welcome to hire your own developer to add this for you

hi theme support rtl ?

unfortunately rtl is not yet supported

can we add searching bar in www.mydomain.net/browse ?

btw what search bar? to put address ?

search bar like a search in admin/merchant ,

ahh you mean filter?

Basti, I will use membership for my clients. Question is: is it possible to send an automatic em-mail remembering them about the time to pay membership money with payment details every month? How?

Thank you

there is already

you need to set a template first in admin -> notification template -> MERCHANT_NEAR_EXPIRATION

and make sure to run the cron jobs

in admin -> cron jobs -> /cron/merchantnearexpiration

Hello, Basti, How to remove the sender info in the email? The email already includes from and to info. the sender info seems ugly. I sent the email to you. Please check it. Thanks.

mate what email are you using for sending email?

php mail or smtp ?

Hi Basti, I sent email with screenshot. Please check it. My guess is php mail. Concern is how to remove hosting info. Thanks

hello basti, 1. how to add background to the location field on mobile 2.how to remove how it works from mobile using responsive.css 3. how to resize the h1 text on mobile please help me

@media only screen and (max-width : 750px) { .mobile-app-sections{ background:url(”../images/banner.jpg”); } #parallax-wrap.parallax-home{ background:url(”../images/banner.jpg”); }

but its not working

hello basti how to fix this issue please help me

mate i already provided the solution above :)

you just don’t know how to add it :)

send me your site and ftp i will add it myself

and let me know the image background file name

I am no longer seeing my questions here. Were they excluded? Please answer my emails.

hi mate

sorry i this in mobile app ?

or in merchant panel ? if yes the sounds will not work in cell phone only in computer

How do I get hit, does the merchant app get no sound notification? What is the beep.wav file in the WWW folder, because it has instructions on how to change the rigtone?

https://image.ibb.co/bH0dsS/print.jpg

How will the merchant know that he has received a new order? Will he have to keep his cell phone in his hand all the time to see new visual notifications or will he have to stay with the browser on his computer open all day to receive sound notification? When I got your system it was just by the sound notification that I tested on your DEMO where the merchant app received sound notification, now it does not get any more. (DISAPPOINTED WITH THE SYSTEM) What’s next for a merchant app that does not notify with sound if it has new orders? Not good for anything. This is no use in the life of any merchant. If it has a beep.wav file and how to use it, I want to use … I await answer

And another question. My merchant app does not even receive notification. How to fix this?

Another question. Your admin does not work http://bastisapp.com/kmrs/admin/login admin / admin

hi mate

first of all you are in kmrs not merchant app or mobile app you need to post your question in correct item

you can simply change the file beep.wav to any ringtone you want just replace this file with yours and make sure the filename is the same

and for notification make sure you run all the cron jobs in your server found in merchant app addon

and go to admin -> merchant app -> New Order Push = set this to pending

and always check the push logs

for the push

cheers

Hi Basti, in mobile web browser, in the cart only line count is updated but not the real quantity of the item. For example, we put 3 qty small pizza in the cart, but when we see on the top, the cart symbol just shows 1 qty. Please help me to fix it because it is confusing to customers. Thanks so much.

sorry Basti, one more question. I also want to show subtotal on the cart as well, I did the code that is similar to getCartCount as you provided and also called it in another function similar to showMobileCartNos(). (I named it showMobileCartTotal) , however, I can not make it visible, it seems it is under control of css class “cart_count”. I can only found it in store-v2 but it only shows “display :none”. I tried to use make another class but it shows nothing. If I use class “cart_count” for my new code, it will show the subtotal but not the quantity. I would like to show both quantity and subtotal. Could you please tell me how to get the class “cart_count” so that I can do similar thing to get the subtotal shown in front of the cart icon. Thanks so much.

show the sub total in ?

sorry you need some kind of another functions for that

hello, when I tried to check the admin section I cant I use the same login info below and I cant login Front End http://bastisapp.com/kmrs/ Merchant Login http://bastisapp.com/kmrs/merchant/ Login for mcdonalds merchant : Username : mcdo Password : mcdo OR Username : subway Password : subway Administrator Login http://bastisapp.com/kmrs/admin Username : admin Password : admin

someone change the password its already reset

try again

cheers

Hi Basti, I sent you my approval to your proposal to do the SMS gateway (local provider). Can you please answer me on the mail what you need from me to start this SMS gateway integration.

reply sent

and mate leave a comment here once you replied so i can be notified

Sorry for all the questions :). Is there a way to: 1) Add the ‘Close Store’ button to the Dashboard or Merchant List rather than having to manually go in to each restaurant. 2) Close multiple Restaurants at once – for example if KFC run out of chicken, can i close all restaurants named KFC 3) On the ‘Ingredients’, is there a way to show the list in alphabetical order on the Menu screen? Thanks & sorry to be a pain!!

Sorry, another question :). Is there a way i can activate/deactivate States? For example, I have 8 states set-up, but need to either close all restaurants or deactivate the state so it does not show in search results!

double post :)

Hi Basti! Commission are not working (for sure our error). 90% of our merchants are commissions subscriptions that are doing sales. However when we check the commissions values it always show 0. We have everything well setup. Can i give you our admin area credentials so you can check whats the mistake we are doing or what are we missing here? Thank you and keep up the good work!

Ok, no need to worry Basti! It’s solved. I had to created an order called “successful” (same name as driver app when a task is completed) and now the commission are working again. Thank you

awesome! cheers mate

I want to buy all your products Let me know Is there a payment program Visa Card and MasterCard For you have not been revealed Paypal Stripe Mercapago Sisow PayuMoney

paypal and stripe and mercapago is already added :)

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