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 followed the video on youtube about language but its not work. Look, I recorded I doing the configuration on my site where you can see if I doing something wrong . I sent link of video on your e-mail. tcks

i send you email must be missing files in your server i use the standard translation of yii so there is no way that the words would not translate

oK, well I make my site with one language , and it works, I mean, the language switch not working ,. anyway, another problem . the STORE page .. when I click Pick Merchant, its show me ERROR or Oops. We’re having trouble finding that address. Please enter your address in one of the following formats and try again. Please do NOT enter your apartment or floor number here.

- Street address, city, state

- Street address, city

- Street address, zip code

this wasnt before, what did you chaneg, same is on the DEMO site?

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 take a look at default language en in protected/message/en/default.php

also anyway to make BUILD update the Experation date for all? I load 100 stores and they expire . so need now to go one by one lift the dates :) or maybe you can tell how to do from DB directly

hmmm you can execute query using phpmyadmin to set the expiry date but remember it will update your all merchant expiry date

the table to update is _merchant

I get repeatedly this installation error. Tried different passwords and use copy/paste to ensure the pwd matches the confirm pwd fields of your form. Still FAIL!

Installation has failed. Confirm password does not match

CLick here to install again

sorry my mistake 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’]){

Thank you sir!

cheers fixed in kmrs version 4.1

Basti like these, after the update, I wanted to ask you something,

- the previous translation I had rename default.php and I put it in the folder so I take advantage of my translations and it does not work for me, because it happens.

- Ahpra to have other steps never crosses me of the step of selecting the type of payment, when I put the address does not go ahead.

regards

thanks mate for the support really appreciate it

i will reply to your emails later just finishing up answering queries here in cc

cheers

Basti already sent you the mails

reply sent

Hi Basti… How I can Install New Update.. I have make some changes in ur theme..layout.. if i will install new update all changes will left out..is there any way to update..

Is it possible to add direct payment to the credit card?

sorry what do you mean?

hi Basti Email sent did you recieve it?

Hello Basti, Do the steps you mentioned with adding a language, but still not working, you pass the access to ftp in an email.

Hola Basti, Realice los pasos que me comentabas con añadir un idioma, pero sigue sin funcionar, te paso los accesos al ftp en un email.

i sent you email you have missing code in your language file at the very end it should have return $lang;

hi mate, my current database prefix is “kn_” and new config file is “mt_”. so i change the new config to “kn_”. everything looks fine but i just wanted to check with you if this is really ok. thanks

correct mate :) you are right

my sample config is using mt_ prefix

I’m still heving problem with paypal, i get this error: “This tranaction coulden’t be compleat. Please redirect you customer to PayPal”.
I have contact paypal and thy check my accound, thy say that my business account is ready to accept payments.
I have pm you my admin details, Can you please check that?

Thank you

reply sent

reply you back, please look at your inbox

reply sent

Hi Basti, the voucher discount code does not work more than once for any customers. I tried both checking and unchecking the box for ‘use ONCE’.

SMTP mail is not working anymore

php mail sends test email successfully but I am not getting any alert emails even after I filled in templates

hi mate

there is no changes for smtp so am not sure what is not working in your end

for php mail this will depends in your server am only calling the functions mail functions of php i suggest try to use alternative for sending emails like sendgrid which is more reliable you can be sure 100% that all emails will be send unlike smtp and php mail will has limit

The new system everything is very good, but I am currently some problems in the SMS setting, I opened the moblie verify when the user registration, but when I checked CUSTOMER_VERIFICATION_CODE_SMS to using customer verification for registration, I did not receive any verification code, Feedback is “message is required”.

i can see the sms logs 16 is process it means it has a template set by now ?

remember templates can now be translated if you have multiple language you can see the dropdown language in the popup you can switch between those language for your templates

also can you do this

open the file assets/js/admin.js and look for functions callAjax

after the line if ( !empty(button) ){ button.css({ 'pointer-events' : 'none' }); }

add this

switch (action){ case "loadETemplateByLang": break; default: params+="&lang="+lang; break; }

Thank you for your reply, I have seen the choice of multiple languages. Thank you for such a good system.

Where do I add neighborhood, city and state? In the “delivery rates” menu only a drop-down list appears for pre-defined values ​​but I do not know where to enter these values.

Thanks

Thanks

What is the recommended header image size for a restaurant to use?

its 352×139

missing the installation file, can’t install

mate the error is already in the message

Connecting to database… CDbConnection failed to open the DB connection.

it means you database connection is not correct check your db connection in config/main.php

Thanks

Thank you, Basti. For email, i will test other options to send email like php sendgrid mailjet etc.

But in SMS, i checked the admin->notification template->CUSTOMER_VERIFICATION_CODE_SMS, but new user can’t recieved the verification code, he just recieved the fixed message like this “Hi [customername] your order no is [orderno]”. in the 3.4 version, new user can recieved the vertification code. how to solved it ? thank you.

mate that is order sms not verification please check the sms template that been saved

Thank you, I am worried that you can not see it in time, so i send my reply question in the new post. please forgive me.

no worries mate

Still waiting your response

i reply back.

Thnk Mate Super support

no worries mate :)

the ereg_replace problem have you found a solution as to preg_replace. if you comment or erase this you get errors

the hosting account does not have 7, do you have another solution?

never minding ill switch

what is your php version ? ereg_replace is deprecated already in php 5.3 http://php.net/manual/en/function.ereg-replace.php

i forgot to change this

Mr,

What happens that does not answer my query, this is the third time that I realize it.

When adding a new language, it is not recognized, even if it is selected, even if we delete the folder / messages, everything remains the same.

This is happening when updating an installation, and it also happens in a new installation.

Sr,

Que pasa que no contesta a mi consulta, esta es la tercera vez que la realizo.

Al añadir un nuevo idioma, este no es reconocido, aunque se seleccione, incluso si eliminamos la carpeta /messages, todo continua igual.

Esto está pasando al actualizar una instalación, y también ocurre en una instalación nueva.

use the latest version and watch the video carefully

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


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

Hello. Does thermal printing prints automatically? For example, the order comes in and it starts printing. Or do the merchant have to actually press print?

oh no mate it needs interaction :) there is no way to automate the thermal printer :)

can it work off the credit card machine thermal printer or do you know what theermal printer to buy>

sorry that would be very different approach you need some kind of different application for that

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