Code

Discussion on Karenderia Multiple Restaurant System

Discussion on Karenderia Multiple Restaurant System

Cart 5,365 sales

bastikikang supports this item

Supported

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

29726 comments found.

Hey how to install new karenderia update ?

1. first backup your server files incase something wrong. files to backup are assets and protected folder.

2. backup the file protected/config/main.php this contains your database connection
3. upload or overwrite your server files folder assets and protected folder
4. change the db config, open the file config/main.php and copy the old db configuration in your old protected/config/main.php
 run the update db found in your admin panel and run the update merchant info

To update manually you need to use http://winmerge.org/ this tool can be use to check what new files has been added or modified. files to check for new files or modified files are assets and protected folder.

Are you making any video for this to install ?

will do try cheers

hi basti

I have a question regarding payment gateways, we don’t want our merchants being able to set there own details, we will be taking payments on behalf of our clients. Is there an easy way to configure this?

Cheers Pen

then set all your merchants to commission type

ok thats great thanks

Is this new update have any code will affect the mobile apps ?

no affect in mobile app only for merchant app

@tecnodigitalsas Realmente algunas palabras no tienen como traducir como “Push” dejarla como esta. La “Dinien” sería “Comer en el local” o “Comer en el restaurante”

Hi Basti For this new function to be: Cash on delivery change

if you want to require the fields for cod change during checkout

Hi,

I have some questions,

In the browser tabs like renaming (Store, Browse Store, Contact Store)

I’m making changes on the web, but I make the changes and I have to delete the cache, there is some way to update it automatically.

I am translating the messages into Spanish, but there are some words that we can not translate to their meaning, like (Dinein, Push Title, Push) the translation of the word (push) is “empujar” in spanish.

Thanks,

ah that is the name of controller i believe that cannot be translated

you can set that in admin -> seo

thanks for your reply,

how to avoid loading the cache in browsers, we have a problem with the browser cache, it does not log in clients.

Thank you.

this can be done in your server turn off cache

hello when i finished install browser go to “This page isn’t working” after information page plz help me

thank you i change web browser now it work

:) awesome

Is there an update? Where can I find it? I can only download the same as I have?

i put the version in index.php

Which means that you first have to unzip. But I can live with it

Hi,

How do I translate? I already did the step by step of the video but continues in English

How to translate
https://youtu.be/FaQFRX9xEJY


How to set default language
https://youtu.be/Ugl2ilxBbhM

Hi Basti,

Minimum order ($0.00) is disappeared in the browse restaurant menu.

Thanks,

mate check those merchant with zero minimum un merchant panel -> settings -> Minimum purchase amount.

pro see img https://f.top4top.net/p_603tjf061.png

see yellow

i want same but for cutomer like this https://b.top4top.net/p_60362v181.jpg

its very important to me

hello basti see emaill

pro see email

Hi Basti,

after upgrade to 4.3 now “Find the restaurant near you” on the first page can not find anything

please help.

thanks

Hi Basti,

I have found an error on the google map in KRMS, I need to resave the google map in each merchant again and now the search function works

glad to hear that mate cheers

Great Update!! wish to see all the layout like the SMS setting in future Cheer!!

Cheer!! shoot you an email..

Cheer!! shoot you an email..

reply sent

hi guys

sorry there is a mistake on the installer for version 4.3 :( here is the quick fixed open the file components/InstallHelper.php

and look for functions OrderStatusList

change this line

$order_stats[]=array( 'accepted'=>"accepted", 'ip_address'=>$_SERVER['REMOTE_ADDR'] ); $order_stats[]=array( 'decline'=>"decline", 'ip_address'=>$_SERVER['REMOTE_ADDR'] );

to

$order_stats[]=array( 'description'=>"accepted", 'ip_address'=>$_SERVER['REMOTE_ADDR'] ); $order_stats[]=array( 'description'=>"decline", 'ip_address'=>$_SERVER['REMOTE_ADDR'] );

In script updation process, i got this errors:-

Browser error uploading cart.php Browser error uploading menu-location-error.php Browser error uploading guest-checkout.php Browser error uploading hg-hgkeep Browser error uploading hg-hgkeep Browser error uploading git-gitkeep Browser error uploading hg-hgkeep Browser error uploading git-gitkeep Browser error uploading hg-hgkeep Browser error uploading git-gitkeep Browser error uploading hg-hgkeep Browser error uploading git-gitkeep Browser error uploading hg-hgkeep Browser error uploading git-gitkeep Browser error uploading hg-hgkeep Browser error uploading hg-hgkeep Browser error uploading git-gitkeep Browser error uploading hg-hgkeep Browser error uploading hg-hgkeep Browser error uploading git-gitkeep Browser error uploading hg-hgkeep Browser error uploading git-gitkeep Browser error uploading hg-hgkeep Browser error uploading git-gitkeep Browser error uploading hg-hgkeep Browser error uploading git-gitkeep Browser error uploading hg-hgkeep Browser error uploading git-gitkeep

Is these all affect my webite? Secondly after updated my site with your latest script, i tested it and still got the same issue, mobile app not get any push notification when order status is change from merchant mobile app but when the merchant assign any driver then mobile app get all status change push notification of driver.

It means everything is fine in my site, am i right?

It means everything is fine in my site, am i right?

correct

Sent you an email.

reply sent

Hello Basti, we conducted some Page speed test, turns out Pagespped Score and YSlow recommends us to Enable gzip compression and Minify JavaScript

We had enabled the compression in the admin setting before test, whats your advice?

Should we Optimize Website in cPanel?

Optimize the performance of your website by tweaking the way Apache handles requests. Compress Content Apache version 2.0 and later allows you to compress content before you send it to the visitor’s browser. The types of content that you can compress are specified by MIME type. This feature requires Apache’s mod_deflate module to function correctly. >Disabled (current) >Compress All Content >Compress the specified MIME types.

there is so many tutorials in the web for website compression am sure you can find just google it

btw there is no need changes in apache

cheers

Hi, we’re having a problem with the end of the installation. We started with a clean database and step 2 was all fine. Then we entered our details – street address, currency, admin account info, but on the /finish step, we get this error message : Uncaught CDbException: CDbCommand failed to execute the SQL statement: SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘accepted’ in ‘field list’ in /var/www/html/restaurant/yiiframework/db/CDbCommand.php:358

Could you please assist us – it seems like there is a problem with missing columns here. Thanks.

hi mate

sorry there is a mistake on the installer for version 4.3 :( here is the quick fixed open the file components/InstallHelper.php

and look for functions OrderStatusList

change this line

$order_stats[]=array( 'accepted'=>"accepted", 'ip_address'=>$_SERVER['REMOTE_ADDR'] ); $order_stats[]=array( 'decline'=>"decline", 'ip_address'=>$_SERVER['REMOTE_ADDR'] );

to

$order_stats[]=array( 'description'=>"accepted", 'ip_address'=>$_SERVER['REMOTE_ADDR'] ); $order_stats[]=array( 'description'=>"decline", 'ip_address'=>$_SERVER['REMOTE_ADDR'] );
Connecting to database...
CDbConnection failed to open the DB connection.

PDO installed [OK]

Session [OK]

mail() is available [OK]

CURL is enabled [OK]

file_get_contents is enabled [OK]

Creating folder upload
Creating folder runtime
Creating folder runtime
There seems to be error in checking your server. Please fixed the following issue and try again.
How do I fix this??

the error is already there

CDbConnection failed to open the DB connection.

check your config/main.php

check your db connection settings

How to install KMRS https://youtu.be/WD8QfGYTZb4

also there is a mistake on the installer for version 4.3 :( here is the quick fixed open the file components/InstallHelper.php

and look for functions OrderStatusList

change this line

$order_stats[]=array( 'accepted'=>"accepted", 'ip_address'=>$_SERVER['REMOTE_ADDR'] ); $order_stats[]=array( 'decline'=>"decline", 'ip_address'=>$_SERVER['REMOTE_ADDR'] );

to

$order_stats[]=array( 'description'=>"accepted", 'ip_address'=>$_SERVER['REMOTE_ADDR'] ); $order_stats[]=array( 'description'=>"decline", 'ip_address'=>$_SERVER['REMOTE_ADDR'] );
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