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.

Hi Basti, how do I create a sales report by city in the admin?

sorry not available :(

Hi Basti, how do I create a sales report by city in the admin?

:( i think you need to hire a php developer

adding this for non developer will be hard

OK. Thank you very much for the tips. Hugs !!

no worries mate :)

Hello Basti, on last update, i can not get short code as link, it shows on mail like this : [change_pass_link] what is the correct one on latest verstion

thank you

i check my code that is what am using

$resp = FunctionsV3::getNotificationTemplate('customer_forgot_password',$lang); $email_content = $resp['email_content']; $email_subject = $resp['email_subject']; $data = array( 'firstname'=>$res['first_name'], 'lastname'=>$res['last_name'], 'change_pass_link'=>$link, 'sitename'=>getOptionA('website_title'), 'siteurl'=>websiteUrl() ); on this line 'change_pass_link'=>$link,

Hello sorry, it is my mistake because i put wrong details on template, all fine now thank you

This page isn’t workingzizodev.net is currently unable to handle this request. HTTP ERROR 500

usually if the site has error

you need to turn on error reporting in index.php

so you can see what are the error that causing this

in index.php

ini_set(“display_errors”,true);

Hello Basti, have sent you mail. Please reply

Hello Basti, i want to set auto order cancell if in 5 minute order not eccepted, how i will set it for 5 min ? do we have extra cron for this ?

hi mate

i think i have no options for this in kmrs

only in merchant app

hi king , this not fixed yet i need to delete this Fax Credits: 0. i dont wanna show it on merchat page

just delete this in your file

if you don’t wan this to show

in views/layouts/merchant_tpl.php

remove this <?php Widgets::FaxBalance();?>

Español Inglés Hola amigo,

Espero que pasaras una navidad en familia y que tu y los tuyos esten bien.

Te pido ayuda por lo siguiente:

Me dado cuenta que las distancias que marca KMRS entre el comercio y el cliente no coinciden. En la web o App siempre aparecen menos de ll que en realodad es. ¿Que puedo hacer? Hi friend,

I hope you have a family Christmas and that you and yours are well.

I ask for your help for the following:

I realize that the distances that KMRS marks between the store and the customer do not match. On the web or App there are always less than ll than in reality. What I can do?

hi mate

i think in google site there difference since its not looking for best route

take a look at distance matrix try the api and you will see the response

and for mobile app that is how it work right now you need to map

not the pin, really forgot to change this as many app is working like this

I do not understand your answer friend. You can clarify the two questions for me a little better.

its very simple we only getting distance results from api

what ever api response is what only we get

you can try it by yourself

take a look at the google distance matrix https://developers.google.com/maps/documentation/distance-matrix/overview

hi codeking if i custom enter adres then he must click on the search icon. But i need to how and where to fix so that when customer enter adres in the serach form it autmaticly goes to the search result.

Check this site it has it already thuisbezorged.nl

thanks inadvance

hi mate

hmmm we need to wait for customer address before we will submit the form ?

i think its not ideal to do this

cause every time customer goes to your home page it will always redirected to search

Hello mate! First of all, thank you for helping me send e-mails.

Now I have a different problem. I am writing now because it is my last resort.

I have checked and tried the previous comments and I continue to have the same problem.

My problem is When I say http://test.com, the site automatically redirects to https://test.com. but if I put https://test.com manually it’s working fine. So it’s redirection issue. Here is my .htaccess

<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / Options -Indexes DirectoryIndex index.php index.html RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>

  1. Set Header Vary: Accept-Encoding <IfModule mod_headers.c> <FilesMatch ”.(js|css|xml|gz|html)$”> Header append Vary: Accept-Encoding </FilesMatch> </IfModule>

Please help me

use this one

<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] RewriteEngine On RewriteCond %{HTTP_HOST} ^yourwebsiteaddress\.com [NC] RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.yourwebsiteaddress.com/$1 [R,L] </IfModule>

I sent email, please check your email.

Hey Mate “The CODING and CODE SUPPORT ” I just want to say am amazed by the support you provide on here.. it’s a great script.. great work.. also just wanted ppl that have bought this script to share their site address so we can get some ideas on to copy and implement.. one guy that suggested that pizza size situation brought in a good idea..

hi mate

thanks mate really appreciated :)

cheers

Hi Basti.

I want the discount of the voucher or coupon to be made directly to the total and not the sub total of the order. Making this not affect the sub total.

Is there a way to do it?

in all my work there is only one function that computes this

and you can find this in components/functions.php

and look for function displayOrderHTML

When user is concluding purchase, this is shown:

Warning: count(): Parameter must be an array or an object that implements Countable in protected/components/FunctionsV3.php on line 5534

any ideas to solve or hide it? thank you basti

hmmm i check this line this has no code for counting

can you check your files and what are this line?

usually this error can be solved by just adding typecast array

example

if (!is_array($list) && count((array)$list)<=1){ as you can see i added (array) before i count the variable

Hi,

I’m looking to make the purchase but have the following questions and/or clarifications

- Karenderia App version 2, K-Restaurant Mobile App, Karenderia driver mobile App. Are those iOS and Androids apps that can be uploaded to Apple Store or just mobile versions that can be accessed thru mobile browser ?

- This maybe a a stupid question but for payment system PayPal, Stripe, do I as Admin need to setup all of the payment options I want and admin commission will be deposited to PayPal, Stripe etc.?

- How does the store owner get paid out? Is it immediate? Is it thru PayPal

- I see on the web version you have 5 different icons that allow users to search. – Is that based on category that is in the Admin sections ? – Is there search that will allows the search for anything on the site without clicking on the icons?

- When I visit the web version I see this evert time even If I just accepted it is this a bug ?We use cookies to improve your experience on our website

- In your demo when I click on restaurant Rajdhanni and other I see this error {code token not valid”,details} Is this a bug and will I see this on my purchase as well ?

- When a customers places an order I see that the restaurant can assign delivery boy, but can all drivers in that city/radios see the now order and just decide to pick it up and deliver using the driver app?

- Can this script run on shared GoDaddy server to start and scale from there ? And Does it require SSL ?

Thank you

hi mate

thanks for purchasing

1. can be upload to google and apple

cannot be use in browser only in actual phone

you can only debug the app in browser but some functiosn will not work like push etc since this will only work in actual phone

2. we have different type of merchant

for commission yes they can get there earnings via paypal

3. based on all the data either from admin or in merchant depends on the seacrh

you need to click on icon to search

4. if you still see this over and over try using different browser cause am setting the key in your browser

5.hmmm can you provide screenshot my demo is working fine?

this error means the csrf toke validation for attacker

6. at the moment the admin or merchant will need to assign the task

or you can use the auto assign options

7. i don’t recommend using shared as the shared hosting is very slow

in one computer there is a lot of website running and time to time your site will be down

specially in peak hours

use atleast VPS hosting

cheers

Hi mate plz update kmrs.

1. DISCOUNT PER SIZE

2. SUBSCRIPTION FOOD MAY BE REPEATED ALTERNATE, TWICE IN A WEEK OR MONTH ETC.

3. FRONTEND

4. TAX PER FOOD ITEMS LIKE IN ECOMMERCE WEBS.

5. BANNERS AT BOTTOM ALSO LIKE BANNERS AT TOP WITH DIFFERENT SIZE IN MOBILEAPPV2.

6. BANNERS AS PER LOCATIONS. Points 1,2, 5 are more important.

hi mate

i have so many update already on my list

so i cannot promise any of this yet

let focus first on updating the backend and front end

cheers

Mate Point-1 is backend :(

I m asking this for last 8months.

this is already on my update list

only i cannot promise is the subcategories

1. if the restaurant can deliver to the address user choose in delivery option.

Is there any api for it ?

2. minimum order value changes according to the location, but api doesn’t have that option too

mate your in karenderia :) not mobile app so my answer is for kmrs

Hi,

One of my colleague bought mobile app plugin but now he is left from office so I don’t know which account he is bought

But now I need your help please help us

most of your question can be found in apicontroller.php of mobile app

hi codeking,happy new year!

Pls can you til me how and where to remove the footer from the menu page so on merchant store i need to remove it but on home screen i wanna keep it. Thank you very much

happy new year :)

you will need to create different layout for this one

take a look at the file controller/storecontroller.php you will see this line

public $layout='store_tpl'; this is the default layout to use and this can be found in views/layouts/store_tpl.php under function actionMenu() you can over write this layout with no footer example $this->layout = 'nameOfYourAltLayout'; reference https://stackoverflow.com/questions/6266649/yii-render-action-using-different-layout-than-controllers-layout

cheers

thanks it worked cheers hero

hi codeking,happy new year!

Pls can you til how and where i can add script to a custom page. I wanna add live chat to contact page. Thank you very much

happy new year mate

you mean you want to add js code in your custom page?

if yes you need to remove the code that i added to remove any javascript code

under components/ajaxadmin.php look for function addCustomPage()

and remove this

$params = FunctionsV3::purifyData($params);

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