29723 comments found.
hi bro ;
I have some problem about the asap.
I made it default tick but now I have a problem like
“Sorry but you have selected time that already past”
I search the comments and already delivery time has non value.
I think it’s about the server time.
I already set the website time and zone on admin-settings-website time
but I want to say that my website time and server have different time zones.
how can I solve it ?
check your timezone in admin -> settings -> website timezone -> timezone
or
you can hard code your server timezone in protected/config/main.php
example
'language'=>'en',
'timeZone'=>"Asia/Calcutta",
just select your timezone from php https://www.php.net/manual/en/timezones.php
Hello. Good day! I want to ask if I can edit my order or change my item in the filing of information?
Thanks.
hi mate
sorry at the moment this is not available
Ok. Mate. Let me know if this update will come. Before placing my order if this edit button can be edited the order item,add and change quantity. For now I saw that the function of it change the quantity.
Thanks.
will do
Hi, Please look into “Cashfree” platform for payouts integration. It’s better than paypal I guess.
hi mate
do you have any api link?
Yep. Developer docs are available too.
it will be great if you can provide a link 
Payouts – Fast IMPS Money transfer API for banking https://www.cashfree.com/payouts
“Developers | Cashfree” https://docs.cashfree.com/docs/
thanks mate will do check this out
hello,
are you planning to release an update soon?
thank you
hi mate
yes but its only minimal mostly changes in structure to work with the new addon for kmrs like multiple currency and single app website
Hi mate,
I am waiting last 6 days for you to confirm the custom job for the payment gateway, I need at least one local payment gateway.
Kindly let me how we can move forward or in the worse case, let me know which files I need change to cater for the payment gateway.
Thanks.
reply sent
Thanks. Let’s do it.
Hi mate,
I know you are busy, kindly send me the payment link, let us go ahead with the custom payment gateway. Thanks.
sent
Hi Basti, How can I set a merchants commission to 0% in percentage or 0 in fixed.
in admin -> merchant list -> edit the merchant and go to tab merchan type -> Membership Type = commission -> commission on orders -> choose fixed and set the fixed fee
Basti, Email sent
sent
Basti, Email sent… KMRS moved to new host (Error) Thank You
sent
Sent reply, Still really messed up.
sent
Hey can you please tell me how i can delete from all the system the fields ‘state’ and ‘area’ i need only city , zip code ?
at the moment there are no options
you will have to change the code for this
ok can you please tell me where i can find these codes to change them? Can you please tell me the files to change that codes?
it will depend on the page cause i have so many pages for this form
like in home and address book etc
usually all this forms can be found in views/store and views/front
I want to delete from all the pages the field “State” and “Area”. Can you please tell me in which lines and from where i should delete them?
Thank you
Or if its easier to tell me how to delete from everywhere just the field “Distric/Area/neighborhood”
Or if its easier to tell me only for “Distric/Area/neighborhood”
hi mate
sorry it will depends on what page you wanted this to delete
but most of the form can be found in views/store
and views/front
I agree with HAZARO19. for example im currently trying my best to set up Karendaria as both food, grocery and more. in other words I control the categories
Hello basti please take note on this suggestion for the new version. As you know, since the COVID – 19 most local grocery stores are going online.
This local grocery stores are joining food delivery companys for grocery delivery, So I switch MENU 2 for grocery stores and MENU 1 for resto.
Please check this screenshot https://imgur.com/7dKMGeB or something like this
https://orderingweb.ordering.co/groceries456 . Please in the new version, make manu 2 view something like one of the two reference and add option for sub-category. Just change the products vew in Menu 2 and add option to used Dish as sub-categories.So Karendaria can offer both food and grocery delivery in same time.
Thank you
sorry i check the screenshot in the link
what am looking here?
i think its the same as mine
Hi Basti
I have set a test merchant and a 8% commission, but when i make test buys and mark order delivered it will not add the commission to admin account. Any idea what this can be?
Forgot to mention that its set to calculate fee after payment
check your commission status settings in admin -> Commission Settings -> Compute Total Commission base on the following order status
Hi basti, Inside reviews merchant name is not appearing https://prntscr.com/wkjsm5
only this will have blank merchant only if merchant is deleted
am getting the merchant id on the table _merchant
Hello Basti
I am working on moving my site from Goddady to AWS .
I was able to migrate the site to AWS lightsail but only the homepage works and any other link does not work .
I created a test.php page and it does render the page . It seems like all other files are missing the .php extension .
Do I need to run the php installer again or just update the DB with myserver/update as you mentioned in server transfer documentation ? I tried myserver/update but it’s not working .
Please help .
Thank You !
it might be your htaccess check the file htaccess
content should be like this
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
reply sent
sent
Hi Basti
I need help migrating my site from Godaddy to AWS. On AWS I am using an EC2 instance with Apache server and MariaDB database. I was able to move my site and uploaded all my files and imported mysql DB from Godaddy to AWS mysql Database .
I am able to access the main homepage www.mysite.com but all other links give me error message Page not FOUND.
After further troubleshooting I found out that on main.php on line 137 , if I remove below piece of code
‘urlManager’=>array( ’class’ => ‘UrlManager’, ’urlFormat’=>’path’, ’showScriptName’=>false, ’rules’=>array( ’’ => ‘store/index’, ’<action:(’.$patern.’)>’ => ‘store/<action>’, ’menu/<slug:[\w\-]+>’=>’store/menu’, ’cuisine/<slug:[\w\-]+>’=>’store/cuisine’, ’page/<slug:[\w\-]+>’=>’store/page’, ’<controller:\w+>/<id:\d+>’=>’<controller>/view’, ’<controller:\w+>’=>’<controller>/index’, ’<controller:\w+>/<action:\w+>/<id:\d+>’=>’<controller>/<action>’, ’<controller:\w+>/<action:\w+>’=>’<controller>/<action>’ )
I can browse to other pages but the problem is the urls links are changed for example mysite/contact will become mysite/index.php?r=store/contact
I am not sure if removing the piece of code above has other ramifications and will break the site later on but so far besides the urls being changed I can’t access the merchant or admin panels.
Do I need to do mysite/update at this stage ? I can’t do mysite/update when the above piece of code is included it tells me mysite/update page not found .
I really need help on this to migrate my site to AWS . I have been struggling with this for over a month now.
Thanks !
Hi Basti
I need help migrating my site from Godaddy to AWS.On AWS I am using an EC2 instance with Apache server and MariaDB database.I was able to move my site and uploaded all my files and imported mysql DB from Godaddy to a newly created AWS mysql Database .
I am able to access the main homepage www.mysite.com but all other links give me error message Page not FOUND.
After further troubleshooting I found out that on main.php on line 137 , if I remove below piece of code
‘urlManager’=>array( ’class’ => ‘UrlManager’, ’urlFormat’=>’path’, ’showScriptName’=>false, ’rules’=>array( ’’ => ‘store/index’, ’<action:(’.$patern.’)>’ => ‘store/<action>’, ’menu/<slug:[\w\-]+>’=>’store/menu’, ’cuisine/<slug:[\w\-]+>’=>’store/cuisine’, ’page/<slug:[\w\-]+>’=>’store/page’, ’<controller:\w+>/<id:\d+>’=>’<controller>/view’, ’<controller:\w+>’=>’<controller>/index’, ’<controller:\w+>/<action:\w+>/<id:\d+>’=>’<controller>/<action>’, ’<controller:\w+>/<action:\w+>’=>’<controller>/<action>’ )
I can browse to other pages but the problem is the urls links are changed for example mysite/contact will become mysite/index.php?r=store/contact
I am not sure if removing the piece of code above has other ramifications but so far besides the urls being changed I can’t access the merchant or admin panels.
Do I need to do mysite/update at this stage ? I can’t do mysite/update when the above piece of code is included in main.php it tells me mysite/update page not found .
I really need help on this to migrate my site to AWS . I have been struggling with this for over a month now.
Thanks !
try converting the htacess to nginx
https://winginx.com/en/htaccessHi mate
1)I am not using nginx . I am using AWS EC2 Lamp stack ( Linux Apache MySQL Php)
I am not sure what you mean by converting the htaccess to nginx since I am not using it .
2) Can you explain why removing that piece of code in main.php change the links and allow me to browse to the page.
3) Is it any other ramifications removing that piece of code in main.php
4) If I create a test.php I can browse successfully to the page
It has to do with something in the code . I spent hours with AWS trying to resolve this issue and they can’t figure out why its not working . I can connect to the AWS mysql DB ( I imported the DB without the tables with _views extension ) All my files are under /var/www/html (root doc) but something is just not clicking.
I really need your help on this . It has been a month and I cant move forward .
Thanks .
hi mate
1. what are the page not working? does the homepage only works but other link does not? then if yes its usually the htaccess and make sure your server apache rewerite is enabled
2. the main.php works fine no need to change anything only the database connection string
3. same as 2
4. am not sure what is the issue i need to check your server so i can see
Hi Basti
After hours of troubleshooting and googling about the issue I finally found the issue. I am putting it here hoping it would help somebody in the future encountering the same issue.
Now all the links are working great !
The issue was under etc /httpd/conf/httpd.conf on the Apache server Below should be set to AllowOverrideAll
<Directory ”/var/www”> AllowOverride All # Allow open access: Require all granted </Directory>
- AllowOverride controls what directives may be placed in .htaccess files. # It can be “All”, “None”, or any combination of the keywords: # Options FileInfo AuthConfig Limit # AllowOverride All
Thanks !
hi mate
glad to hear that
usually most server that is already enabled by default 
cheers
Hi mate,
Sent you an email December 24, last year
I know you are busy, so I just wanna know if you maybe missed it by a mistake? 
It is regarding restaurants are getting super slow the more items I add.
Right now I only have 2 restaurants for test. When I have around 10 items, everything is fast.
In one of the restaurants, I now have 82 items and 22 categories. Actually I am not finish, but with these 82 items, it takes 21 seconds to load the restaurant.
The site in general is fast, super fast. It is only restaurant with more and more items that gets super slow.
Can you be 100% sure this is related to shared hosting? I use simply.com as hosting, you can also see that in my Email..
I just dont wanna search for another host if this is not the problem. I think it is very strange that the restaurants loads extremely slow just because of 82 items, and I find it hard to believe that it would be because of simply.com?
All the best
Surdusvacca 
hi mate
82 items is only minimal records, since your using shared expect it to be slow, so it will work load even in shared hosting,
loading food items in lazy load will added on next update
anyways i don’t suggest using shared hosting cause this kind of server is very slow in one computer there are a lot of website running
and if its peak hours your site will always down from time to time
i suggest use atleast vps hosting
cheers
Is there any chance that you can open your demo site for adding food items? I would really like to test and see the performance with your demo having 80-90 items added.
It is not that I dont trust you, but it is a lot of effort for me to move everything to a VPS or dedicated server, just to find out that it did not fix my problem. And I think like this because I still find it very strange that the a restaurant is slowed down SO much only by 82 items. I have many more sites running at Simply.com which dosent have these issues.
hi mate
please wait for the new update with lazy load this is more faster than the current one
and this is already done will be out very soon
but then again this will all depends in your server
cheers
How do I change on the home page and everywhere else Restaurant Signup & Browse Restaurant to Vendors?
thank you
hi mate
all templates of home page can be found in views/store
example for homepage its views/store/index.php
for browse page views/store/browse-resto.php
Hi Basti
In checkout I cant translate the
$lang[‘Stripe (card fee [card_fee])’]
even tho its in default language file.
Thank you
just add those words in your language file defaut.php
$lang['Stripe (card fee [fee])'] ='TRANSLATION HERE';
Hi, in the tutorial on how to setup, it looks like it’s a whole website you setup?
Does this integrate with a Wordpress Site and WooCommerce?
I might have understood this product completely wrong.
hi mate
this is not for wordpresss, this is stand alone application build in yii
cheers
Hi, 1. i want to know , that is your Multi Vendor Script work as Single Restaurant i already purchased your script ? 2. can i use printer add-on with single Restaurant app ? 3. can i use customer app as single restaurant ?
i have one restaurant and wanted to use your all add-ons just want to conform before purchase
hi mate
1. yes it does just little changes in your kmrs file
also there is addon for single website mobile app for kmrs
https://codecanyon.net/item/krestaurant-mobile-app/22131979also the single website addon is on development already might be out soon
2. i suggest don’t purchase the printer addon yet cause the printer is very hard to get
right now merchant app has bluetooth support printer
https://codecanyon.net/item/karenderia-order-taking-app/14423114watch this demo video
https://www.youtube.com/watch?v=8lnoeATAicc&feature=youtu.be3. same as 1
Thanks for the details, my customer is waiting for me as he want this script for his single restaurant, as u mentioned above little changes needed, this you can do it or u guide us so we hire some one for this to do changes ? 2. This K-Restaurant Mobile App can use as for customer or for restaurant owners ? i am confused . If its for customers then how restaurant owner will know about new orders ? 3. For Printer what is the solution how to sort this out ? as my client is waiting for it 4. Single Website Addon will releasing when?
to make the website as single merchant
1. edit the file controller/storecontroller.php
look for function actionIndex()
change it to
public function actionIndex()
{
$this->redirect(Yii::app()->request->baseUrl."/menu-mcdo");
Yii::app()->end();
$this->actionHome();
}
where menu-mcdo is your merchant url link
2. you are asking for printer addon correct?
you can use merchant app cause it has support for bluetooth printer
3. same as 2
4. not sure yet
Hi, I just purchased your script with all addons, I’m about to set up API with google but your video is outdate (2017) could you create a new one its very confusing navigating thru google API for the first time
thank you
I enabled the following
- Directions API - Distance Matrix API - Geocoding API - Maps JavaScript API - Places API
I created a API key and gave me key for Geocoding API Key and Google Maps JavaScript API
but when i save and test it I get this error
Error : You must enable Billing on the Google Cloud Project at https://console.cloud.google.com/project/_/billing/enable Learn more at https://developers.google.com/maps/gmp-get-started REQUEST_DENIED
does this mean that I have to pay even this is a start up and will only have 50 users first ?
thank you
Hi, I’d like to disable all cities and only enable one by one for merchants but allow customers to register from any city or country. how do i do this?
the ideas that customers select the city and look for merchants in that city.
thank you
Hi, hope you don’t mind if I ask more question. on the main page how do I change the search setting to search keywords, e.g iPhone, Greek salat, apple Store?
hi mate
1. its the same process i believe only ui is change but its the same process
google is not free anymore you need to set your billing account for it to work
just use mapbox instead
2. i suggest your search by location where in you will define all the location will post how this works in my next comment
3. you mean this is food categories?
is there a video or tutorial how o set up mapbox ?
hmmm there is none cause its very simple
just signup and when your in mapbox panel you can see your Access Token
that’s it