29725 comments found.
Mr king, I noticed, some of my customers have a normal printer and when printing the receipt you get the small view layout. Is it not an option to switch the layout to an A4 size. So merchant can choose from a thermal printer or a normal laser/deskjet printer ( A4).
Thanks
hi mate
oh
i have remove this options
am not sure if you can change the layout
during printing page you can adjust or select paper size
Please in the next update, an option to make AddOn Item unavailable, thanks and for exemple cocacola i have it as an Addon item and a Food Item, please an option that we can link two products so when the merchant make cocacola as unavailable in Food Item it be desabled in Addon item too, thanks
will do take note mate
cheers
Hi Mate We are using Google Analytics but when a customer views the site via the mobile app, Analytics shows the result as (Not Set) instead of showing which pages are visited. How do we fix this? Also, is it possible for each merchant to choose their own currency? Cheers
hi mate
can you confirm view the site on device or using mobile app?
for currency sorry at the moment this is not available i have plans to release addon for this
Hi mate It is when customer uses the mobile app. The page view result on Google Analytics shows as (Not set)
already answer in your other comments
I want to add category one time and show those to every merchant so every new merchant not needed to add. , How? Please guide me complete. Thank you
hi mate
you need to add new functions for this
1. if your adding the merchant in admin panel you need to add your own code in components/ajaxadmin.php function addMerchant
2. if on front end edit the function merchantSignUp
you need to insert the records in table __category
Can you please give me code to add there, I do not know much code. If you can give me code, I will use. Please
Hello! How are you?
Would he like to know if it is necessary to know something of planning to install and if to need, you install?
I am wanting to acquire, but I not much know PHP.
Ricardo Trippe
hi mate
for installation i can install this for you without charge
let me know after your purchase
cheers
Thank you! I was able to install KMS on Localhost, I am finishing the translation.
Tell me one thing .. are you looking to improve KMRS layout?
How can I put menus on it to expand and shrink?
hi mate
i have plans to release new theme for kmrs but it will be a addon means its separate for sale
How can I put menus on it to expand and shrink? can you provide screenshot of this one?
cheers
A
?
Hi Basti.
I am presenting a problem. At the time of placing an order through the website, when I go to the payment option select location on the map, I get a geolocation failed.
it means your google api key is not working
check your google api key you set in admin -> settings -> map api keys click here to test
you will see if your api key is working or not
in your google project make sure this api is enabled
Google Maps Distance Matrix API <br />
Google Maps Geocoding API <br />
Google Maps JavaScript API <br />
Google Places API Web Service <br />
Google Maps Directions API <br />
Hi, Since started using SSL it is now got an issue displaying menus see : https://www.savvii.co.uk/menu-breakfast
looks like this: https://www.screencast.com/t/dL6SqVMqH
I am using version 5.3 and on server php7.2, but if i downgrade server to php5.4 it works but it doesnt work php7.2 and i am using version 5.3 of your code
Sent email to you with FTP if you need it
I have set the server to be PHP 5.4 on that domain but the issue exists on the URL http://savviitest.webfactional.com/menu-breakfast this is linked to a server running php7.3 same FTP settings I can mailed you
enabled the error reporting in index.php it will show what causing the error
or send me your ftp access
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
Hi sent in email already
Hi basti, I created a “cooming soon” html page with password entry, that is a simple page that if the password is correct redirects to the index page of the site,
I wanted to ask you how can I do the redirection? which file should I modify so that as soon as you arrive on the site the “cooming soon” page appears and then redirect it to the real homepage?
you can use header location of php
https://www.php.net/manual/en/function.header.phpin your code after successful login redirect the user using header location
hi can a merchant or admin can do xml import ? if so pls tell how to do it
also is it possible to use this site them or integrate with wordpress ?
also i need to merge the function Find restaurants near you, Find restaurant by name ,Find by street name, Find restaurant by cuisine Find restaurant by food together in search bar , measn , we dont have to choose the option , just search whatever the customer needs ,,pls reply with a solution
hi mate
1. what do you mean xml import?
2. sorry you cannot use this for wordpress this is stand alone application
3. you can enabled/disabled this in admin -> theme settings -> Advance search options
thanku for ur reply. by xml import i mean, importing datas of food and other details that is either in xml or csv format,can this file be imported to databse using any addon of your or is it embeded in the app , if so pls let me know, also , if it is embeded , does it support xml and csv file to import and export
I have finished testing the app. Please reset my domain. Thanks
sorry?
you mean clear all the data?
if yes just go to phpmyadmin and truncate the table
truncate table mt_order;
truncate table mt_order_delivery_address;
truncate table mt_order_details;
truncate table mt_order_history;
Hi Basti, I just emailed you
sent
HI Basti I just emailed you
sent
Hi, Basti. I have finished testing the app. It seems to be working fine. I will be submitting the app to app store and google play store. Now I need to start fresh, meaning I don’t want the testing data to show on the admin panel. Can you please let me know which cells in my php admin needs to be deleted/truncated.
Thanks
clear the data in the following table
_order
_order_delivery_address
_order_details
_order_history
i installed the application and kept getting 500 internal error. the app is installed on a subdomain and i have followed all the steps as suggested. Am i doing anything wrong?
you mean after installation? some link does not work only homepage?
if yes this happen cause your server has already have htaccess when you install kmrs
check the file .htaccess
content should be like
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
thanks it worked
cheers
How can i show the payment status and order status on customer receipt?
you can but you need to query it on another table
you can get the data in table _payment_order
and view it on views/store/receipt.php
Hi KingBasti, quick question about Table Bookings – I have a restaurant that wants to accept bookings, but the current system only allows X amount of tables to be booked per day – the restaurant I’m dealing with wants to be able to set X amount of tables per hour instead of per day – is there a quick modification I can make to achieve this? The restaurant is a fast moving place and customers only spend around 40 minutes at there tables, so they want to be able to say ‘We will take 4 table reservation per hour during opening times’
hi mate
sorry but there i none
you need to create first the settings for this and add new functions for checking booking
Once an order is placed by customer and somehow one or more items are not available then there should be some way to suggest an alternate item to customer and once customer approves then merchant can proceed the order.
hi mate
what do you mean?
i think we can avoid the item not available by adding inventory addon which i have plans to release
Let me explain, lets suppose a customer placed an order of chicken burger but when order is received then chicken is not available so merchant would like to suggest an alternate item to customer…. hope it make some sense.
ok at the moment once the order is place we cannot modify the cart anymore
what you can do is cancel that order and ask the customer to order again
hey my brother, have you fixed stripe iphone glitch from a year ago? Customers cannot click “Pay Now” when paying over iphone using stripe checkout
hi mate
i think we did someone already did test it the last version of stripe uses redirect
Hi basti just send you an email about a potential security breach did you receive it ? ( send from skyflyre gmail)
sent
Hi Basti, How do I get 100 varieties of ice cream flavors and set a limit of choosing only 2, 3 and 4 with each purchase? Pizza by halves, etc. How can it be configured? Thank you very much
you mean can only select 2 to 3 addons item?
if yes when you create the food i tem
in addon section choose -> custom -> enter how many you will like to select