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.

29718 comments found.

after the ordered product merchant havnt recieved sms and email. what is the problem?

i have checked the email logs and sms logs also

On notification template RECEIPT_SEND_TO_MERCHANT sms/email/push are ticked but msg/email not sent to merchant

Message are sent only if number mentioned in sms setting – >Notify Mobile Number Email are sent only if email mentioned in Alert Notification -> Email address

double post

Hi there,

Kindly help us in order to apply effective map for all of our partner restaurants, as its not working properly.

Default address is showing wrong!

pls. help.

Regards,

Kajal

sorry but what do you mean? can you provide screenshot

hi, when we are entering API Key for map, mapping system does not work, in search option this message is visible- Oops something went wrong…..

please watch this video

How to create google api key https://youtu.be/P5p58U-k44k

Good day, I just recently purchased your Kanrenderia Multiple Restaurant System. I followed the installation instructions, but when it gets to the part to run the website, it comes up blank. Please how do I fix this?

try to turn on error reporting in index.php it will show what causing the error ini_set(“display_errors”,true);

also what is your php version? if 7 there is issue with php 7 if you can downgrade to php 5.6 that would be great as kmrs is stable in php 5.6

Hi mate. Can u please help me to hide the merchants, if the status is closed. Thanks.

is this the merchant opening hours? or close merchant settings in merchant panel settings

yes you are right mate. but my request is, If a customer search for the restaurants using their address, search are page is opened and there, the customer can see all the restaurants even if the restaurant is open or closed. i don’t want my customers to see the restaurant is closed status. Customers only need to see the restaurants which is in only opened at the moment.

if the status of the restaurant is “open”-> then display in search area if the status of the restaurant is “close” -> then display:none; in search area.

hmmm at the moment this will be hard to apply, we cannot do this by query since the checking of opening hours will be based in merchant multiple opening hours which we cannot do by just querying the time

for now i cannot give any solution for this i have to check this further on how we can achieve this

Hi,

I have a few issues I need to resolve.

1. Tips are rounding to the nearest whole number. For instance, if the tip amount is $3.51 the calculation script will round this to $4.00. There also also times when a customer puts in a custom tip for $4.00 and the tip amount on the customer receipt shows as $3.87. How can I fix this?

2. The date needs spacing. For example it shows up like this “Feb 07,2018”. There needs to be a space in between the comma and 2018 (i.e. Feb 07, 2018). Please advise.

3. I am using the php mail functions setting to email receipts to customers when an order is placed. However, there is an hour delay for the email delivery. I’ve checked all settings/ports on Gmail and everything appears to be setup appropriately. How can I fix this?

4. The Packaging Fee is currently being calculated as a portion of the Merchant Revenue. How can I edit this to show as Revenue to the Admin and have it displayed accordingly in the Revenue Tracker on the backend (top of screen)?

Thank you for your help!

hi mate

1. is this when you manually put an amount?

2. you can format that in admin -> settings -> Date Format

3. the sending of email will depends in your server this is only 1 line of code http://php.net/manual/en/function.mail.php

4. at the moment computation for commission will based with the total you can try to look at the code components/ajaxadmin.php and look for functions placeorder() and at the line starting /Commission/

Hi Basti! For some reason, my website keeps coming back to the English language although I’ve set it to the translated folder. it stays translated for a couple of times and get back again to English.

try this one

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

Thanks! Worked :)

hi Basti, seems like have no connection to DB: Fatal error: Uncaught exception ‘CDbException’ with message ‘CDbConnection failed to open the DB connection.’ in /home/bestbarg/public_html/yiiframework/db/CDbConnection.php:405 Stack trace: #0 /home/bestbarg/public_html/yiiframework/db/CDbConnection.php(347): CDbConnection->open() #1 /home/bestbarg/public_html/yiiframework/db/CDbConnection.php(325): CDbConnection->setActive(true) #2 /home/bestbarg/public_html/yiiframework/base/CModule.php(394): CDbConnection->init() #3 /home/bestbarg/public_html/yiiframework/base/CModule.php(103): CModule->getComponent(‘db’) #4 /home/bestbarg/public_html/protected/components/Functions.php(2113): CModule->__get(‘db’) #5 /home/bestbarg/public_html/protected/controllers/StoreController.php(68): Functions->getOptionAdmin(‘website_title’) #6 /home/bestbarg/public_html/yiiframework/web/CWebApplication.php(281): StoreController->init() #7 /home/bestbarg/public_html/yiiframework/web/CWebApplication.php(141): CWebApplication->runController(‘store/index’) #8 /home/bestbarg/public_html/yiiframework in /home/bestbarg/public_html/yiiframework/db/CDbConnection.php on line 405

Checked mysql server and logged with same details to the database.

Our website is down… plz help

hi mate

check your db connection in config/main.php

Hello. Is there a way to limit the backend options for the merchant?

hi mate

in merchant panel create a user and from there you can limit the access

I am having problem with no remote server in the application installation! after installing I receive error 500 in admin page, css does not load any website and no merchant does not login. I have already seen other comments here and you always indicate to enable mod_rewrite and allowoverride, I have already contacted the support of the hosting and they have informed that it has already been enabled by default. Also the .htaccess file looks like you: <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / restomulti / RewriteRule ^ index \ .php $ – [L] RewriteCond% {REQUEST_FILENAME}! -f RewriteCond% {REQUEST_FILENAME}! -d RewriteRule. /restomulti/index.php [L] </ IfModule> but I still have the problem! help me please.

okaydelivery.com.br okaydelivery.com.br/admin okaydelivery.com.br/merchant

I downgraded and tried to install again, but it has not resolved yet! anything else to be done?

it worked! Thank you very much.

awesome! :) cheers

hello basti, minimum order per distance is not showing in merchant panel please help me out

what do you mean?

i think there is no such functions for minimum order per distance?

While singup msg verification is not working properly in sms log there is status :- few parameter’s value are empty : message

Sir can you please fix it

check your sms template in admin -> notification -> CUSTOMER_VERIFICATION_CODE_SMS

it is correct tik on sms

no mate what i mean is the template click on the pencil it will popup the template

I have been having several issues with the application. Once we installed plug ins, the links (browse restaurents, contact, login etc on the top) are working. I am sure we did something wrong, but we are unable to figure out. Can you please help?

www.weltalltech.com/rest

did you modify something in the code? try to enabled error reporting in index.php it will show what causing the error

ini_set(“display_errors”,true);

the url: merchant/FoodItem/Do/Add is error https://pasteboard.co/H9gSlcp.png Please help

hmmm do you have any addon ? if yes install it first and run the db update

i think this page is checking for points addon

also turning on error reporting in index.php will also help it will show what causing the error

ini_set(“display_errors”,true);

cheers

Hello, is it possible to translate the android, ios, and web app of karenderia in french ? How to ? Thanks

yes you can :)

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

Hi Mate

Data can not be displayed in Unordered/Ordered list at menu ( under information tab ) when merchant update information at merchant panel. See example:

http://bastisapp.com/kmrs/menu-pazzia22 I can update the data below at Merchant panel: http://bastisapp.com/kmrs/merchant/merchant Hello, Test Unordered list 1.Test 1 2.Test 2 but at menu ( under information tab ) http://bastisapp.com/kmrs/menu-pazzia22

only display ‘Hello, Test Unordered/Ordered list’, but missing Test 1, Test 2.

Please advise the error ? Thanks

sorry what do you mean? just put plain html instead don’t use the editor

No worry, I found an alternative way to do it better.

good evening! I am having trouble installing the system, an administrator error 500 page, a merchant page loads, but does not login and a site page loads only pure html and like images. It is already this problem before trying to install my local server and failed to resolve, I am now having the same problem on the remote server. Help me please.

or mod_rewrite is already enabled

can you provide your site link and ftp access 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

Hello. How do I make it so the only country code is the US one? I don’t need any other country codes for the phone number of restaurants signing up and/or users signing up. I looked in util.js and store.js and read comments, but sorry sir I cannot seem to find how to do it. I have also tried this – https://intl-tel-input.com/node_modules/intl-tel-input/examples/gen/only-countries-europe.html but it doesnt work either. I tried clearing cache too but doesn’t work.

Please advise on what file I should edit. Thanks

hi mate

just hard code this in assets/js/store.js just look for intlTelInput

just add this parameter

onlyCountries: [“us”],

In my web site cash in delivery section does not appear when i send an order for something however i activated this payment section in Merchant list

it will depends in your merchant type

membership = this means all payment will receive by merchant directly and merchant will need to set the payment settings in merchant panel

commission = this means all payments will go to admin/website owner and the payment settings will be use is in admin panel

commission+invoice = same as membership and they will receive invoice that they need to pay to website owner

also this i notice in customer when you go to admin -> edit merchant -> payment settings tab this means disabled not enabled

HI y friend, i just sent you an email

thanks

thanks, i just reply

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

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