29722 comments found.
Hi, Add this function in version 2. The “Zen Mode” would be a focused view so retailers could see all order progress and then they could make some changes, here is an example.
Example: https://prnt.sc/14moxo7
screenshot does not make sens to me 
i don’t speak your language
Sorry. Example: https://prnt.sc/14mw4rj
This option can be enabled and disabled by the shopkeeper, and a focus mode to work fast.
thanks
hi mate i have a question i have 2 prices delivery price and pick up price for example pizza mnargherita 10 $ delivery and 8 $ for pickup how can I solve that?
how is the survey going what is the result? Thank u Basti
hi mate
at the moment we don’t have this functions
question what is the reason the price is different from delivery and pickup ?
i already know what next addon to be done i don’t want to say it here cause competitors keep copying all my work
The merchants make the prices here: / but what would be a good function if the indriegients have different prices depending on the pizza size, for example extra chess for 30cm pizza 1 $ and extra chess for 60cm pizza 2 $ I have now solved this with individual categories but it shouldn’t be like that take to much time
It is normal that they copy everything that shows how successful your products are 
I advise you to introduce a license system to check any user
ah mate thanks for reminding me this
the addon will depends also on the size of the food item correct?
i notice
they copied all my addons and features
but not all since they have all missing features that i have already done
thanks will do take note of that
cheers
Thank you, many merchants have pizzas in 4 sizes, which means 4 times more work for me only because of the indgridients’ prices because they cannot vary according to size .. cool thank you im waiting for your new project! cheers
glad you remind me this one since am working on new kmrs version 2
and i keep thinking what missing functions
i forgot to add
and that’s it you reminded me 
cheers
I need to be able to set this discount as a% of the cost. not as a fixed amount, how can I achieve it?
https://prnt.sc/14l0dytOr to be able to apply the separate discount for when the product is of a different size. How can I do it?
Since it does not work correctly when I have a product with a different price per size, if a fixed 20 discount is applied to the sizes the same 20 and as it is a fixed discount it does not work for me, if it were a percentage discount it could work for me, let me know if it is possible or if there is a quick fix for this.
hi mate
at the moment this require changes in the code and i will be including this in new kmrs version 2
cheers
Thank you, dear friend.
Please attend me by email because last night we left something unresolved and I have been waiting for you. Thank you so much
wait for my email
reminder for those who using paypal as payment
paypal just release new sdk and the old one will not work anymore
please download this new paypal sdk
http://bastisapp.com/helpfiles/Paypal-SDK.zipand replace your old paypal sdk in protected/vendor/Paypal-SDK
take note remove first your paypal sdk in protected/vendor/Paypal-SDK and extract this new sdk
Hello, the script is very good and has almost all the functions to build an ordering service. Even if I am annoying with it, so in the form it is not applicable in Europe after data protection. Not much is missing for this. As a certified data protection officer, just a few things would have to be met for use within Europe, without violating applicable law: - Forms that capture personal data must have a checkbox for the terms and conditions and privacy policy (here this is missing from the contact form, the table reservation and the order form as a guest). - Newsletter registration is only allowed via double opt-in in Europe. Violations become very expensive. A checkbox with a reference to the terms and conditions and data protection must also be included here. - Allergens and ingredients can be entered via the Dishes item, but are only displayed in the menu list if a popup for further selection is opened when clicking on a meal. If the menu is only displayed in the list, this information is missing. Unfortunately, this is an expensive legal violation in Europe. It would be nice to list the allergen icons (maintained via Dishes) at the bottom of the respective menu list entry with a title tag, so that the designation of the allergen is displayed during mouseover. This means that in order to use the “Multiple Restaurant System” script in a legally compliant manner in Europe, no major additions are necessary. However, throughout (website and Android/iOs app). It would be nice if these points can be considered in a future update. One more request, for AddOns it would be nice if you could also add here, for example, a cooking reference such as spicy. And if in the cooking reference selection could set a default (eg for multiple entries (spicy, very spicy, Indian spicy -> spicy as the default value).
Only the form and allergen issue is important for now. Can you please let me know if and when something like this can be realized, or which files I could adapt myself to implement these legal requirements (for web and app)? Greetings W.
you can add the terms and condition in admin -> settings -> terms and condition
also you can enabled cookie in admin -> theme settings -> Cookie law
Hallo Basti, you are right, but the terms and conditions not working for all forms where a customer inserts his personal data for the first time. For main registration you have fixed it in correct matter. But it is also need for Table booking the Contact form an for the form where a guest gives his personal data to order some food. I don’t want to be a pain, but this is the law for use in Europe. Otherwise your program can not be used in europe.
this can be easily done by editing the template you can simply add those terms and condition link
in what forms this should be added?
Contact, Table booking and Guest order/checkout
only add the terms and condition correct just like customer signup? if yes i can give you the quick fixed for this but need to add on my end first
yes, its only add terms and condition just like custome signup. But it´s need for all three forms. But think about, that this is need for web and app.
which one you prefer i will update your server or will post some quick fixed here
Hallo, please post some fixes.
Another thing. Can you tell me the file-name for the menu list. i will try to modify it for the alergeen part.
ok mate
let me give you example
1. for contact edit the file views/store/contact.php
before the line
<div class="row top10">
<div class="col-md-12 text-center">
<input type="submit" value="<?php echo t("Submit")?>" class="orange-button medium inline rounded">
</div>
</div>
add this
<div class="row">
<div class="col-md-1">
<?php
echo CHtml::checkBox('terms_n_condition',false,array(
'value'=>2,
'class'=>"icheck",
'required'=>true
));?>
</div>
<div class="col-md-11 text-left">
<?php
echo " ". t("I Agree To")." <a href="\"$terms_customer_url\"" target="\"_blank\"">".t("The Terms & Conditions")."</a>";
?>
</div>
</div>
2. book a table views/front/merchant-book-table.ph
add the same code as 1 before the submit button
3. guest checkout edit the file views/store/payment-option.php
add the same code as 1
hello basti yong paymongo card po nageerror. Dalawang JS yong binigay mo. Isang existing at isa nasa documentation mo. Bali pagkacheckout failed error yong lumalabas na error sa paymongo card. Pero Gcash walang problema. Salamat ganda
sa web or sa app ?
App po
pasend nlang ng mobile app files at ftp mo
para macheck ko
hi basti
Nasend ko na po sa email mo 
hello basti
Any update regarding sa paymongo.
Hi Basti, I am having an issue. When merchant changes some prices or tries to add items in merchant app, it is saving in merchant app but it does not show on the website. It shows okay on customer mobile app but not on website
hi mate
are you using all the latest version?
you need to use the latest version of kmrs before using latest version of merchant app
Thanks mate. We are using the latest version but no luck
that is not possible i have the same functions in web and merchant app
am sure one of your app is not updated
email me all the details like merchant name to check
email me here all your access like site link, admin login and ftp access
and provide screenshot of the error
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
Sent, thanks!
please do a test in admin login you give me also i cannot debug the compile app i need the merchant app your using
once its compile apk i cannot debug those anymore need the main merchant app files to check
sent
sent
sent, hopefully it works and is correct
sent
sent
sent
What framework will you use in the new kmrs2?
most up to date yii framework 1
i cannot switch to yii2 since its totally different from 1
Hi KingBasti! UberEats have started offering something quite unique – Multiple delivery options. They let the customer pick between Fast delivery, Standard & Slow & offer different pricing options on each – Is this something we could do? I hate Uber, but it does look like a great idea https://ibb.co/nnD5w2Q Also, how you doing? Hope all is well 
hi mate
this is great idea
let me add this in new kmrs
am good am focusing on finishing the new kmrs with new design and code technically this is like new kmrs since it started all from scratch again
thanks
Thanks! Can’t wait to see & test the new design! I just wanted to say thank you too – 53 Months I have been using KMRS & Over the weekend we passed our 150,000th live order! Karenderia4Life 
thats great to hear mate
150,000 is great achievement 
hope you will like the new version 2
cheers
Hi , I have a problem with all the add-ons it shows an error 500
Fatal error: Uncaught CException: Alias “exportmanager.ExportmanagerModule” is invalid. Make sure it points to an existing PHP file and the file is readable. in /home/elbqal/public_html/yiiframework/YiiBase.php:323 Stack trace: #0 /home/elbqal/public_html/yiiframework/YiiBase.php(196): YiiBase::import(‘exportmanager.E…’, true) #1 /home/elbqal/public_html/yiiframework/base/CModule.php(282): YiiBase::createComponent(Array, ‘exportmanager’, NULL, Array) #2 /home/elbqal/public_html/yiiframework/web/CWebApplication.php(337): CModule->getModule(‘exportmanager’) #3 /home/elbqal/public_html/yiiframework/web/CWebApplication.php(276): CWebApplication->createController(‘index/’) #4 /home/elbqal/public_html/yiiframework/web/CWebApplication.php(141): CWebApplication->runController(‘exportmanager/i…’) #5 /home/elbqal/public_html/yiiframework/base/CApplication.php(185): CWebApplication->processRequest() #6 /home/elbqal/public_html/index.php(65): CApplication->run() #7 {main} thrown in /home/elbqal/public_html/yiiframework/YiiBase.php on line 323
email me here all your access like site link, admin login and ftp access
and provide screenshot of the error
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
btw this is very easy try this maybe you can make it work
if you have purchase export addon
you need to copy the folder export to protected/modules
thats it 
i purchased mobileappv2 addon .. and i see same issue Fatal error: Uncaught CException: Alias “mobileappv2.Mobileappv2Module” is invalid. Make sure it points to an existing PHP file and the file is readable
I sent you an email with login details Please help me with this issue as soon as possible
hi mate
fixed check again your admin panel
it will never work cause you never copy the modules to your server 
cheers
Hi Basti,
There are number of redirect in script with suffix /?id= cause problem. It seems problem in query string when I remove / it work fine. Will you please provide me the solution so that it work well in existing trailing slash(/?id=)?
hmm sorry what do you mean?
this is variable
this is needed to get the records
can you provide screenshot what is the issue with this?
Hello mate! Theres some way to debug a error in web interface when i get only that pop-up with “error” and nothing wrong appears on console? Server log dont give me the error. My problem is that in sign in page, after fill the fields, in the first click, it says error, the SMS with code comes, and only go to SMS confirmation code after the second click. How debug or show error source in this pop-ups?
hi mate
usually am using ajax to debug you need to check the browser console for ajax call and response and some js error
can you let me know what is the issue like screenshot? so i can help
Other question, do you have plans to add something like whatsapp receive addon? Like the order + clients info send to merchant whatsapp
hi mate
we don’t need new addon like this
we can add just as new features
will do add on new kmrs
cheers
basti this new kmrs2 is a new product or it will be updated here in karenderia?
It will launched in the same framework, Yii?
It will be launched this month ?
I want to know everything please, because I’ll contract a freelancer, so I must know if it is advantageous to wait or contract. Also it will be compatible with this actual version? thanks
hi mate
it will be update to current existing kmrs its still the same yii framework but using the up to date yii framework version
we really need to keep up as there are many competitors
that keep copying all my work 
if you want you can be one of the beta tester for this new karenderia version
you can send me your email so i can add you up
cheers
whats your email? I’m not able to send a message through the support page
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
thanks mate i got your email i added on my list
cheers
thx
thanks mate hope you will like the new kmrs
where i saw?
sorry ?
oh sorry, I changed the word “I see” with I saw. You said “thanks mate hope you will like the new kmrs”, where I have to check the new kmrs?
ah
its not yet finish
once its finish i let you know so you can do a beta test before releasing here in codecanyon
ok thank you 
cheers
Hello, Basti I sent your just now email about Cron job issue
my email is : ebe*@gmail.com
Thanks,
sent
Hello Friend. What’s the next update you’re going to do? Have you already chosen the next product you will make? Another doubt. I saw you removed the points system. Won’t you do another one?
hi mate
first need to finish the new kmrs this will have new design backend and front end and new codes so basically its totally new kmrs
and for new addon i don’t want to say this in comment section many competitors is copying all my updates and addons
and for points addon its not remove its temporary disabled it will be back once its update
cheers
ok! 

Hello dear Basti, 1) I can limit the order date of the cart to a maximum of next 3 days both when the store is open and in pre-order? 2) when the store is closed, how can i disable adding to cart? 3) same thing, how can I disable the addition to the cart when the customer enters an address not served by the restaurant (currently the customer is notified when confirming the cart that the restaurant does not deliver to his address), I want to notify him first, without adding items to the cart. Thank you very mach!!!
hi mate
1. there is no settings in the code you can simply change this via code
open the file components/functionsv3.php and look for function getDateList change this line
$nos_days = 30;
to
$nos_days = 3
2. hmmm when its close no one can order already? can you verify
3. don’t have a quick fixed for this we need to add a new code for this
1. thanks, i solved it. 2. I checked, can’t order but can add to cart. Unfortunately, if the customer does not see the notice above that the store is closed, and adds the items to the cart, only when he confirms the cart does he realize that he cannot order, he has wasted time! 3. Also this point (if the customer prepares the order and then cannot order because he is not covered by the service at his address, it is a waste of time). I know you are very busy, if it’s not complicated, are you available to do it as a custom work?
2. i think your correct the reason for this is that customer can see the details of the food if we disabled they cannot see the food details
3. might add on latest update to kmrs
at the moment am working on the version 2 of kmrs
sent
sent
sent
sent
Please Basti, on next update, if ever we choose “Enabled Mobile Verification” on admin panel.
1. After registration, customer can only change his registred number with a verification code on both platforms (app & website)
2. Phone number should be registred by default and customer dont have to insert it on every single order (app & website)
3. To be sure that sms verification will be sent, the first number after the country code “+33 for example” should never be a “0”. Every “0” after the country code should be automaticaly deleted because most of customers do not know how nexmo or twilio works (app & website)
4. Karenderia should ask for a mobile number and send an sms verification even if the customer is signing up with Facebook or Google (first connexion only) (app & website).
You know, i am hyring one person for verification and i am loosing money for something can be easly done with your great system + Twilio or Nexmo 
hi mate
1. will do take note
2. its will set by default bu then again customer has options to change this like for scenario they have multiple numbers and they order for other like family
3. we cannot restrict it be like this since we have many different sms provider and they work all different what you can do is add a message during registration about the format of phone number
so customer will enter there correct phone number
or we can detect this via code when sending sms to remove any number in phone number
but the really fixed is for customer to enter the correct phone number
2. you are correct, in this case /admin should show us registred number + second number (optional case) if they insert it
3. or we can detect this via code when sending sms to remove any number in phone number: this seems a great idea, because i tried adding a message and customers do not respect the format
it will depends on sms provider you are using you can remove that in the code
example in nexmo you can remove that in components/Nexmo.php