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.

29719 comments found.

hello! where I can translate these sizes automatically when I add a new merchant? Why the translation does not work!

https://imgur.com/zlXr7Na

hi mate

sorry there is no auto translation you need to add it manually

when you edit the size there is a multi field for translation

this will only translate on the front end

you can enabled the multi translation field in admin -> manage language -> Enabled Multiple Field Translation

cheers

Please, 2 questions to ask… 1. Does this script serve as a single restaurant order platform? 2. Does it have payment gateway like stripe or Upay? If yes to these question, I’ve already bought it… I wanna install

you forgot to include admin login :)

I’ve sent it now… Sorry

check again :)

you disabled the payment in admin -> merchant list -> edit merchant -> tab payment settings

this mean disabled not enabled :)

Hi Mate

In the gallery settings, do you know how to adjust the current code so that the merchant can not or not allowed to add more than 20 images in the gallery ?

Thanks

hi mate

i just check i think we cannot limit the image that can be selected when uploading the only way to limit it is when you save the gallery

in ajaxadmin.php look for functions gallerySettings from this call you can count the image and add a checker that they can only upload 20 image

Thanks mate, could you kindly suggest the line of code ?

example limit the image to 6 only

in file components/ajaxadmin.php look for function gallerySettings()

after the line

$merchant_id=Yii::app()->functions->getMerchantID();

add this

if(is_array($this->data['photo']) && count($this->data['photo'])>=1){ $count = count($this->data['photo']); if($count>5){ $this->msg=t("You can only upload 5 images"); echo $this->output(); Yii::app()->end(); } }

Hello I have a problem when i send a sms to customer I use clickatell, and when i try test sms i received this : ERR: 901, Internal error – please retry

i try about 23141 times, for all sms i received the same error

hmmm there is a link in clickatell to send sms can you try that?

also i think clickatell needs country code on the number

i mean when you login i clickatel panel or website there is sample test link to send sms

also try to add +country code in your phone number

Dear Mohamed Chellak / mclk. We hacked you too. Should we call you all day to return the favor? +.33781372041 Want more of your data exposed? Keep spamming

hack? its because of the install controler.php not deleted? come one mate that is not hacking

i specifically mention that when you install kmrs to delete the file installcontroller.php or rename the file

you created a fake account just to make my item look bad :(

is this your job to make my item look bad :(

hack my demo mate if you can

you leave your contact number for what?

hi basti had a issue

while the goople is in driving mode even the restaurant 100meter nearby shows merchant delivery only 5km…

and then i have changed them to straight line.. now its working…

today only am having this issue to you have any idea about the issue as facing this only today…

the only thing i can think of is maybe you reach the max call per day for your google api

Hi Basti, I want to guest order as primary option and Login or register as optional. Because customer doesnt likes to login. plz give a solution

Thank you :)

hi mate the default guest checkout is enabled you can see that when you checkout

that would be correct cause there is no basis for distance for delivery fee when there is no address yet input by customer

cheers

Dont get me wrong, but i really need these,

1. What i need is guest checkout form in first place not a link after that sign in sign up option if someone interested at second place.

2. I need to give flat delivery charge. no matters what the distance is, no need to put locations or address. let me know how to do that plz :)

hi mate

1. hmmm you will have to modify the code for that try this open the file controller/storecontroller.php and look for function actionCheckout()

replace this

$this->render('checkout',array( 'terms_customer'=>getOptionA('website_terms_customer'), 'terms_customer_url'=>Yii::app()->functions->prettyLink(getOptionA('website_terms_customer_url')), 'disabled_guest_checkout'=>getOptionA('website_disabled_guest_checkout'), 'enabled_mobile_verification'=>getOptionA('website_enabled_mobile_verification'), 'fb_flag'=>$fb, 'google_login_enabled'=>getOptionA('google_login_enabled'), 'captcha_customer_login'=>getOptionA('captcha_customer_login'), 'captcha_customer_signup'=>getOptionA('captcha_customer_signup'), 'step'=>3 ));

with

$this->render('payment-option', array( 'is_guest_checkout'=>true, 'website_enabled_map_address'=>getOptionA('website_enabled_map_address'), 'address_book'=>Yii::app()->functions->showAddressBook(), 'step'=>4, 'guestcheckout'=>true, 'search_by_location'=>FunctionsV3::isSearchByLocation(), ));

2. just set delivery fee set in merchant panel -> settings -> Delivery Charges

and open the file components/functions.php look for

if (isset($_SESSION['shipping_fee'])){ if (is_numeric($_SESSION['shipping_fee'])){ $delivery_charges=$_SESSION['shipping_fee']; } }

change it to

if (isset($_SESSION['shipping_fee'])){ if (is_numeric($_SESSION['shipping_fee'])){ if($_SESSION['shipping_fee']>0.0001){ $delivery_charges=$_SESSION['shipping_fee']; } } }

What should the file permissions be set to for production? Without “assets” set to 777 I can not access modules from the dashboard. 775 does not work. Any other permissions for directories other than having “uploads” at 777?

if the file permission does not work if not set to 777 i think that is the required permission of yii framework

yes it safe as there is no way for others to upload file in your server the only folder that can be uploaded is the folder /upload

which has htaccess to prevent some file executed

also can you update the file /upload/.htaccess

with this for security purposes

<Files *> SetHandler None </Files> <Files *.php> deny from all </Files> <Files *.html> deny from all </Files> <Files *.js> deny from all </Files> <Files *.cgi> deny from all </Files>

Thank you. This is exactly what I wanted know.

My site was hacked a few days ago and it has taken me sooooo many hours to try and get it back into action. Basti, you need to find a way to advise us on how to secure our website. Are there any outdated php scripts or something? I have also just seen that other members have also posted that they have been hacked.

hi mate

i think the issue was if you did not delete the protected/controller/installcontroller.php you need to delete this file after installation

that was mention after you install kmrs

take a look my demo many is accessing it everyday but no one has ever hack my demo someone tried but never succeed

cheers

That’s very true. I hope everyone else also realises this and not find themselves in my position.

MCLK, what happened to you was the same the happened to me. I am a developer myself and I can guarantee you that Basti knew nothing about it at least as per my investigations. Neither would he be shallow enough to leave his name on there if he committed it

thanks mate for understanding

have a great day

cheers

I am asking you a question in a email until the excessive post problem is resolved. I will be using apk**@gmail and the subject is file permissions. Hey, MCLK – have you checked your server logs to try to see where the problem originated? I would back up your database and reinstall the entire operating system on the server and at the very least change your root/users passwords until you resolve the problem. Hacking an unsecure systems is very easy if you haven’t hardened your server and even if you have some will still get through.

due to many post from MCLK i cannot see some of the queries in my dashboard

i think envato support is still in vacation

i think the issue was if you did not delete the protected/controller/installcontroller.php you need to delete this file after installation

that was mention after you install kmrs

take a look my demo many is accessing it everyday but no one has ever hack my demo someone tried but never succeed

cheers

I followed the instructions you provided in the documentation, so this was not a problem for me. Thanks.

glad to hear that mate

i notice many of the customer forgot to delete the installcontroller.php or rename the file :( i might update the kmrs installation process

as many forgot or did not even bother to read the message :(

Hello, can you please send me the cookies details used in the system ? Cookies (Name, Purpose and Expire ) . thanks

sorry am not using any coookie except for the message when you enabled Cookie Privacy message in theme settings

this is the only cookies that i used to mark if the customer browse already accepted the Cookie law

@mlck might be there is someone who gets your credential I can see the comment in the login page..frankly speaking mate basti is not this kind of people. if u need help contact me i will help you with the setup

personally i think he did this his own but am not sure

on the message on the admin login the english words construction its like how the way he talk

also why would i post my name their? that make no sense

U r correct mate…those kind of peolple still exists

yes it does mate :(

Hello Basti<

Thank you for your efforts so far. I have some challenges in my set up process and will need your assistance urgently:

1. I have completed the setup as directed on the documentation on loading the Loyalty Points Program but when I click on the Loyalty Point Program from the Admin Platform below the Add On Section, I get an error page. Kindly assist.

2. I can see sms being provided by my host (SMSGlobal) as indicated at the SMS Log but customer doesn’t receive the message. Kindly assist.

3. I have followed the documentation on loading the Mobile App and I got stack at the Keytool section of Google Console Android API Key making it impossible for me to generate the APK file from PhoneGap. Kindly assist.

hi mate

1. try to turn on error reporting in index.php ini_set(“display_errors”,true);

it will show what causing the error

and let me know the message

mostly when i check some of the customer they did not upload the modules pointsprogram in protected/modules folder

2. try to send sms to your phone and you can see the status of the sms in admin -> sms logs

3. take a look at this http://docs.phonegap.com/phonegap-build/signing/android/

cheers

Hello, how are you? I’d like to know if you have any options to make it available to merchants to show the cards you accept.

sorry at the moment this is not available :(

it will only show cash on delivery if available or pay in person

This guy “mclk” is a blatant liar, the author will never do this infarct this is one of the most hard working and committed Author in this marketplace. One of the best and affordable restaurant software in the universe.

You are very stupid and foolish and your plan has failed.

reply sent and urgent mate please see my email

yes i will delete quickly, i have also reply you please check.

thanks

reply sent

as if someone would fall for that lol. basti: did you take a look at my other mail? (the one where i replied to your questions with screenshots and htaccess) just asking because i think it’s messed up, let me know if you need the mail again :) thanks

reply sent

replied, thanks for your swift response today :)

MCLK stop that! Just STOP! Don’t be stupid (which actually I really think you really are). Ee spend thousands of euros in Envato and this is one of the best script we ever had. Basti doesn’t stop to give support (public, not in private forums). He doesn’t deserve to have stupid people annoying is head and spamming OUR support area. If you have problems and are looking for attention just drop your head inside a water hole and try to see how many minutes you can hold until you die. Piss off! Go away!

:) thanks mate for the support i really appreciate it

am glad that his comment was remove already

Hi there,

I bought your product some months ago. Now, I need to modify something, so would i have your template that used as raw HTML?

Because your code is separated multi parts and it’s difficult to me to do something.

Thanks so much.

sorry which one would you like to modify?

add something to homepage and some places for my business

the file for homepage can be found in views/store/index.php

Hi Basti, I have bought the script together with all the addons, i can find on how to install each and every addons. I would appreciate if you can install it on my server.

reply sent

Thanks Basti. Great Support.

n.p mate :) cheers

send private information

reply sent

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