Code

Discussion on Karenderia Multiple Restaurant System

Discussion on Karenderia Multiple Restaurant System

Cart 5,364 sales

bastikikang supports this item

Supported

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

29722 comments found.

is there a csv bulk upload, and is it suitable for grocery store where i have 10k products to upload, is it possible to search on loacation based

hi mate

sorry at the moment this is not available :(

due to the food item is not basic unlike other food item

Hi codeking,

I wish to add a Page preloader Something like this: https://www.kingsubash.com/simple-page-preloader-with-css-and-javascript

in the link there is steps:

Step one is html where to add pls step tow is css i know where to add step three is javascript where to add pls

Thank you very much hero:)

question you want to replace all the loader of front end website like this?

if yes

1. add firs the div of that loader in

views/layouts/front_bottom_footer.php or in front_footer.php

2. add the css in assets/css/store-v2.css

3. replace the current loader functions in assets/js/store.js

look for function busy(e)

Thanks you very much codeking. Only need also to replace the coffie cup loader with this how can i do it and where.

thank you very much god bless you hero

hi mate

just replace this file in your server

in assets/images/Coffee-cup.gif

Hi my dear ,I wanted to know if it was possible to move all the Delivery information: -Distance -Delivery East -Delivery Distance Covered: -Free Delivery from menu.php to menu-header.php Thanks dear

hi mate

anything is possible but you need to have knowledge in coding

take a look at the file views/store/menu.php

this is all the data that shows all that information

and from this file you will see this line

$this->renderPartial(’/front/menu-header’,$merchant_info);

this is the header

as you can see am showing this template and this can be found in views/front/menu-header.php

you can pass all the information to this template

https://ibb.co/C5bbcnh
Basti, how can we make the multiselect start from scratch and if the client selects it, add 1. Since the client is confused. The client sees the number 1 and understands that it is selected

ah ok you will have to change the code for it

no options to change this but to modify the code

take note that the addon will not be added if you did not tick on the checkbox

ok, The problem is only visual, so that the client is not confused, it is supposed to start at zero :)

Hello my friend Whatever I did, I couldn’t activate the smtp mail feature. When I activate the regular mail function of PHP, it does not send mail with gmail and hotmail. It is recorded as if the mail was sent, but the mail does not go to gmail or Hotmail addresses. Can you please help? My ports are open on the server

hi mate

you will have to ask your hosting why the php mail does not work

take note that php mail and smtp sending of email will depends in your server

Hi Basti, Today I payed a visit to my site to make some customizations and I found this.

https://drive.google.com/file/d/1nh2CMrJlmCQHjp3svftiTicu5FRG24rG/view?usp=sharing

The products in the categories appear in the app but on the site they cant be seen. This is all merchants.

email sent

email sent

HI where can I change the name in header menu

Home Browse Restaurant Restaurant Signup Contact Login & Signup Driver Signup

I looked everywhere but ant find it

Also how do I change the text under the 5 circles top of the page ? I found where to change the text of the fit circle but I cant find the text for otter 4

thanks

hi mate

you can simply change those via language file

in protected/messages/en/default.php

example browse restaurant

from $lang["Browse Restaurant"] =""; to $lang["Browse Restaurant"] ="YOUR NEW WORDS HERE";

as always thank you for quick reply

Hi bast, got plan for QR digital menu scan for dine in? Which customer on the table will be able to scan a qr code to get the menu on their phone?

let see when the multi currency and single website is done :)

cheers

Hi Basti, i sent you email. thank you

sorry cannot find your email

email me here

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

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

cheers

Sent

Hi mate, we are having problems publishing the driver app. can you help?

hi mate

please post this to driver app section

this is kmrs

Hello Basti, do you have plans to include a feature to import the item register from an excel spreadsheet? If so, when would it be?

you mean merchant registration csv?

if yes there is already in admin > merchant list> upload bulk csv

no, it meant registration of the merchant’s products. (menu items)

ah ok i do have plans

but it might be simple one cause the food item is very dynamic its not like any other simple menu

we need to connect each table

for the food item like category addon etc

pre sales:

what are the benefits of the extended license?

hi mate

according to envato rules you need extended license if you want to charge your customer

cheers

Hi Basti

How do i translate the dropdown (select transportation) items, like Truck, Car and so on? They are not in language file and wont take effect when i add them there.

hi mate

translate this in your driver language file driver.php cause am calling functions of driver app for this app

downloaded the database and up again to test, on the same server with the same settings

after up the database presents these errors

CREATE ALGORITHM=UNDEFINED DEFINER=`wwbeef_efoods`@`localhost` SQL SECURITY DEFINER VIEW `mt_driver_task_view` AS select `a`.`task_id` AS `task_id`,`a`.`order_id` AS `order_id # 1227 – Access is denied. You need the SUPER privilege for this operation

when I went to update the kmrs presents this error

Internal Server Error CDbCommand failed to execute the SQL statement: SQLSTATE[HY000]: General error: 1347 ‘wwbeef_restaurante.mt_view_ratings’ is not VIEW

in the database have these tables

Estrutura para view `mt_driver_task_view`

DROP TABLE IF EXISTS `mt_driver_task_view`;

CREATE ALGORITHM=UNDEFINED DEFINER=

QUESTION?

what should i do to upload the db without presenting an error on Phpmyadmin??.

I must upload the db without these view tabs or upload them and then delete them manually.

https://imgur.com/eCxGdtK

driver_order_view driver_task_view mobile_registered_view points_trans view_merchant view_order_details view_ratings

mate this is how you export and import your database

as you can see in your previous post its obviosly that you include the view tables mt_driver_task_view when you export the database

this will have error cause in your export it will use your old username for mysql this one wwbeef_efoods`@`localhost

and its very obvious that in your new server the mysql username is not the same as wwbeef_efoods before

so its either you don’t include all the view tables or change the username in your .sql exported tables

but i suggest don’t include all the view tables this is most working that changing the username

CREATE ALGORITHM=UNDEFINED DEFINER=`wwbeef_efoods`@`localhost` SQL SECURITY DEFINER VIEW `mt_driver_task_view` AS select `a`.`task_id` AS `task_id`,`a`.`order_id` AS `order_id # 1227 – Access is denied. You need the SUPER privilege for this operation

excellent thanks for the tips, you are the best of the best i love you

:) welcome mate

Hi mate, I have noticed that when the restuarnat has over 80 or more items, the restuarant load time is very slow, but also, when two restaurants with similar items over 80, one is ok, but the other is very slow. The slow one, even when you open a food item, it takes a few seconds to show to selection panel. I tried your demo site, it has a lot of restuarants but none of them has food items over 20. Could you create one demo restaurant over 80 and have over 20 options?

We have prepared and spent a lot of time to set the system up, and now the restaurant load time is not tolerable. https://sanpinmenu.com/menu/twindragons is the slow one and this is OK https://sanpinmenu.com/menu/pho-on-6th. Need urgent help and i think this is crucial to other buyers as well

The DB query for twin dragon took over 10 s, the page halted and then it took over 15 seconds to load that restaurant. Is there any layer of DB Caching between web and DB, and also could you do the lazy loading or the async call so that at least the page begins load while DB query in backend

hi mate

the lazy load will be added on next update its done already

cheers

Is there expected to update kmrs?

hi mate

there is but its not the new backend mostly added new functions to work with the new addon

for multi currency and single app website

hi guys ;

are there anybody who know about something “Sorry but you have selected time that already past” error when use ASAP is default ?

hi mate

this error will only occur if the delivery time is past to the current time of your server

so please check your server timezone

in admin -> settings -> website timezone -> timezone

or you can hard code your server timezone in protected/config/main.php

example

'language'=>'en', 'timeZone'=>"Asia/Calcutta", just select your timezone from php https://www.php.net/manual/en/timezones.php

cheers

Hi sir,

I browsered in you kmrs admin, mobile app and mobile app V2. I don’t find how to send firebase push notification to all customers with one request. Currently your both mobile app require to send push notification one by one for each customer. I don’t want to send SMS or email. SMS is cost and in my country, the majority of people don’t have email address. Please tell me how to send mass push notification to all customers. For example, i want to send firebase push notification to all customers when a new restaurant subscribe our service

Thanks you very much

hi mate

in latest version this is already available

in my demo am still using old version

Hi Basti, web shop is a little obsolete, if we have many items it is too slow, it does not have pagination, item details must be in new page for SEO best results. theme must be redesign for better UI. regards Happy new year

hi mate

this will be fixed in coming update lazy load is already done

and for the new design this will be done with new kmrs

cheers

hi bro ;

I have some problem about the asap.

I made it default tick but now I have a problem like

“Sorry but you have selected time that already past”

I search the comments and already delivery time has non value.

I think it’s about the server time.

I already set the website time and zone on admin-settings-website time

but I want to say that my website time and server have different time zones.

how can I solve it ?

check your timezone in admin -> settings -> website timezone -> timezone

or

you can hard code your server timezone in protected/config/main.php

example

'language'=>'en', 'timeZone'=>"Asia/Calcutta", just select your timezone from php
https://www.php.net/manual/en/timezones.php
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