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.

29721 comments found.

Hi Basti, I have problem with email template. i set i this for forget password :Hi [customername] your order no is [orderno] And i receive this also in my email. system does not set customername and orderno automaticly. See https://screenshot.net/vl0p0ij

mate take a look at available tags

available tags for forgot password is firstname lastname change_pass_link etc

its in the dropdown

Thanks mate.

I’ve send you also an email about custom payment gateway, pleas help..

reply sent

i have to THANK YOU for your support your customer service is 7 star

thanks mate :) cheers

i want to update the new version but its missing install.php how can i install the new version, its a fresh install

installation is change in version 4.0

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

also

there is mistake in installation file :(

quick fixed open the file controller/installer.php and look for functions actionfinish()

change the line

if($data[‘username’]==$data[‘cpassword’]){

to

if($data[‘password’]==$data[‘cpassword’]){

In the new update, I’m unable to upload the new language file or select the language file properly. The install.php file is also missing in the archive being downloaded from codecanyon. Please help.

hi mate translation is change in version 4.0

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


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

i remove the install.php installation is now different see this video

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

How can we add ability to click to use current location rather than type the address for the address popup that appears when visiting a restaurant page that delivers?

hmmm sorry right now those are not available

Mail you

Perfect mate table working now….

glad to hear that cheers

How the invoice work?

first you need to set your merchant type as commission+invoice and you need to set invoice terms like daily or weekly and monthly

and you need to run the cron jobs found in admin -> cronjobs for invoice

Hi Basi, i configured a restaurant with food items, opening hours etc. now when i’m visiting the merchant page via “view menu” it says:

This restaurant has not published their menu yet.

Do you have a solution? I’ve not updated to the current version yet.

Thanks.

hi mate

error This restaurant has not published their menu yet.

that means your merchant has no food entered yet please verify

Hi.

With new version 4.0, Mobile Translation does not appear anymore. Only English, on the APP module backend. And the app does not translate anymore.

hi mate

just copy the language file of mobile app to your new language file

which now is located at protected/message

  • Hi,Basti,
  • I made a new installation for 4.0version, and in the”admin / manage language” to add a new language “cn”, after finishing the installation of mobile app, in mobileapp’s ” Mobile Translation ” options, I only see english this option tab, i can’t find “cn” option tab, so I can‘t translate this mobileapp, please tell me how to set up? like this:
  • https://screenshot.net/zh/nn153hk
  • https://screenshot.net/zh/k5ne3cm

Sorry, I posted it repeat

  • Thank you for your reply, please give me a suggestion:
  • Should I wait for the mobileapp’s translation update of 4.0 version or firstly use 3.4 version now?
  • Now, I am testing the beta 3.4 and 4.0 versions of the app, For me, The mobileapp‘s translation is very important. because I hope to be able to submit the app to google play in early June,.
  • as you said, you will submit a new update to fix the app translation problem , If you can, I would like to know how long, if soon, then I wait for the 4.0 version of the update. Otherwise I would use 3.4 version first.
  • But in any case, I would like to thank you for such a good system

hi mate

1. if you can wait that would be great i suggest to wait for update for mobile app to compatible with kmrs 4.0

2. i understand that is why am working right now with the updates

sorry i have to introduce the new translation as the current one is not working in some server

3. right now i cannot give a date of release as it will depends in development maybe 2 to 3 weeks just to be safe

4. no worries mate thank you for your patience

btw i just update new updates for kmrs version 4.1 just wait for notification once its approved by cc

Hi Basti, Thanks for the update! Current changes seems great.

Since I made a lot of changes in the code after your last update, I manually updated the code for this release. After update I enabled search by location and fixed all the settings and added the rates, and locations etc.

1. when I search for the merchant using location option, It gives an error GET http://localhost/food/searcharea [HTTP/1.0 500 Internal Server Error 153ms] and displays partial page without CSS.

2. when I simply browse the merchant, It displays nothing at all with the same error GET http://localhost/food/searcharea [HTTP/1.0 500 Internal Server Error 153ms]

I also performed a clean installation and checked but still the same problem.

Kindly help me resolve this error

Regards

ah your correct

the view view_location_rate table have issue :(

for view_location_rate

i forgot to change the prefix

just replace the mt_ with ”.$table_prefix.”

I found the second bug also. You need to change a little in UpdateController.php

Change this

$new_field=array(         
          'ingredients'=>"text NOT NULL",
          'spicydish'=>"int(2) NOT NULL DEFAULT '1'",
          "two_flavors"=>"int(2) NOT NULL",
          "two_flavors_position"=>"text NOT NULL",
          "require_addon"=>"text NOT NULL",
          'dish'=>"text NOT NULL",
          'item_name_trans'=>"text NOT NULL",
          'item_description_trans'=>"text NOT NULL",
          'non_taxable'=>"int(1) NOT NULL DEFAULT '1'",
          'not_available'=>"int(1) NOT NULL DEFAULT '1'",
          'gallery_photo'=>"text NOT NULL" 
        );    

with

$new_field=array(         
          'ingredients'=>"text NOT NULL",
          'spicydish'=>"int(2) NOT NULL DEFAULT '1'",
          "two_flavors"=>"int(2) NOT NULL",
          "two_flavors_position"=>"text NOT NULL",
          "require_addon"=>"text NOT NULL",
          'dish'=>"text NOT NULL",
          'item_name_trans'=>"text NOT NULL",
          'item_description_trans'=>"text NOT NULL",
          'non_taxable'=>"int(1) NOT NULL DEFAULT '1'",
          'not_available'=>"int(1) NOT NULL DEFAULT '1'",
          'gallery_photo'=>"text NOT NULL",
          'points_earned'=> "int(14) NOT NULL DEFAULT '0'",
      'points_disabled'=> "int(1) NOT NULL DEFAULT '1'" 
        );    

You didn’t add points_earned and points_disabled fields here that’s why it was throwing exception.

You should send me the code for testing before publishing :P :P

sorry but you only need those if you have addon points system

its better to remove the add index

hello basti i want to make recipt number starting from 120150 how to do that please help me

open up your phpmyadmin and run this query

ALTER TABLE mt_order AUTO_INCREMENT = 120150;

take note mt_ will depends in your table prefix

u released a update but how to update with my server please help me

you need to update all your files assets and protected folder

before doing that you need to backup first specially if you change something in the code

after you replace the file assets and protected you need to update your database connection you can find that in config/main.php and edit the db connection string simply copy your old main.php db connection settings

Can I integrate with a POS I am using? I am using this POS http://ezeetechnosys.com/hospitality-solutions.php#ezee-burrp

am not sure mate

i think it will not this one has its own database

Hi Basti, Thanks for the update!

Great work!

I’m having an issue with notifications (it did work once) but now i can’t get the ACTION edit to work.

see video.

Thanks

https://drive.google.com/open?id=0B6zpWqpK9S79Nk9PdVFmV291ekU

mate looks like missing files :) update all your files

and try again

Hello,

Regarding the Kartero system, I noticed that besides the applications there is a website, this site would only be to promote the apps, or the customers can find services and buy products directly from the web site as well?

Is it possible to translate all these systems into any language?

the website is to offer the service to customer just like bring.com

yes you can translate to any language you know

hi guys

for the translation which many saying it does not work i realize when i check the language file some of the buyer it has missing code

in your language file at the very end it should have return $lang;

example

$lang['Change Location here']='Your translation here'; $lang['Click here to update your merchant info']='Your translation here'; return $lang;

or simply copy the existing language file in en folder

Dear,

Could you clarify me on the integration with payment system MERCAPAGO ??

Would be www.mercadopago.com.br

Can you add another sms outlet to the website?

sorry right now i stop adding sms gateway

i can add sms gateway but it will be a custom work

Using Search by Location, with Delivery Rates Table by Area, when user is placing order, at the Delivery Information/Pament Information page, when user change area/neighborhood, its supposed to change delivery fee at Cart, but it does not change. Only change after, at confirmation page. Please fix this, to user view real delivery fee on Delivery Information/Pament Information page

Ok, thank you. Currently, my biggest hope would be to have the update to work search by location in the mobile app, with delivery rates by area/neighborhood. Looking forward to this will be possible.

Thank you for your support, cheers.

noted mate cheers

i will do my best to add those in coming updates for mobile app :)

Using new KMRS 4.0, add a merchant, but when user try to order, at checkout only this message appear on payment: No payment option available Using Cash on Delivery and Pay on Delivery.

Also, on Merchant Admin, a page to choose credit cards allowed does not exist (Choose MasterCard, Visa, the cards added at master admin)

Using Merchant with comission.

Fixed. No worries. Cherrs

glad to hear that mate :)

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