29720 comments found.
hi basti How I can use this SMS company? https://www.infobip.com
I need help
unfortunately this is not added in kmrs
if you want i can add this for you but with fee let me know
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
I sent
sent
sent
sent
sent
sent
How to add pickup & Delivery date on SMS?
can you let me know which template is this one?
admin/Notificatin Template/Order Template/RECEIPT_SEND_TO_MERCHANT/edit
—> How to add to SMS for delivery/pickup date?
try this one edit the file components/Functionsv3.php look for function notifyMerchant under /SEND SMS/
on $pattern=array( variable add delivery_date in the array
and your sms template you can use the tag [delivery_date]
$pattern=array(
'customer_name'=>'full_name',
'order_id'=>'order_id',
'restaurant_name'=>'merchant_name',
'total_amount'=>'total_w_tax',
'order_details'=>$sms_data,
'sitename'=>getOptionA('website_title'),
'siteurl'=>websiteUrl(),
'customer_mobile'=>'contact_phone',
'customer_address'=>'client_delivery_address',
'payment_type'=>'payment_type',
'transaction_type'=>'trans_type',
'delivery_time'=>'delivery_time',
'delivery_instruction'=>'delivery_instruction',
'taxable_total'=>'taxable_total',
'cart_tip_value'=>'cart_tip_value',
'delivery_date'=>'delivery_date'
);
http://imbc.ca/show/SMS-01.png
http://imbc.ca/show/SMS-02.png
But not show date on SMS message.
http://imbc.ca/show/SMS-03.png
Please let me know how to fix?
Restaurant have to know pre order date.
mate you need to add a tag [delivery_date] not (delivery_date)
i can see in your template it says [delivery_date]
but on this http://imbc.ca/show/SMS-03.png it says (delivery_date)
how come it change to ()
please verify
cheers
for total amount its because sms cannot read currency code try this
after the line
$data[‘cart_tip_value’] = FunctionsV3::prettyPrice($data[‘cart_tip_value’]);
add this
add this
$data[‘total_order_amount’] = normalPrettyPrice($data[‘total_w_tax’]);
and on the array add this
'delivery_date'=>'delivery_date',
'total_order_amount'=>'total_order_amount'
and use the tag [total_order_amount]
How do I send order address to the restaurant via SMS?
I do it
double post
Hi With the system i have now (not yours), google charges for each character search when looking up addresses. recently the developers changed my system so the api charges are per session and not per character is this how this system works?
Google seem to change their API alot and it was only recently I had a massive bill from google for the google maps api call
sorry but i only answer who actually purchase my item
Hi Basti,
Just wondering when the version 2 of the mobile app will be released? We are waiting for this one. Thanks so much!
actually am doing a survey which one should be priorities first
hi guys
am doing a survey which addon would you like to add in KMRS
kindly vote here https://linkto.run/p/C9R31O2Ocheers
HI Urgent- We want the transaction fee of payumoney and razorpay to be charged /display in invoice. How to do that? also pay on delivery not working on checkout though its enabled from merchant end.
first of all there is no transaction fee added in those payment gateway
so you cannot add fee in invoice you need to add those fee first when paying
i will do take note this on my update list i will add a transaction fee for all payment gateway
Hello basti, i got issue on add products page.
When am adding a product, i can not upload image
Please check the screenshot https://imgur.com/a/DLWFNiF
urgent replay. Thanks
those section is working fine 
kindly check all the files of your kmrs
specially the file in asset/js
the uploading was updated to secure upload ajax
Basti, i have updates those files and still not working mate. Please check that for mi please
send me your admin login and ftp
i will check your serve files
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
Basti mail sent
i believe already solved
cheers
PDF generation stopped working I believe after dong some updates as I have not tuched the PDF for a long time. So I will presume it effects others?
The issue is with this Basti
$commission_status=FunctionsV3::getCommissionStatusBased();
if($commission_status){
$and_status = " AND status in ($commission_status) ";
}
As a test I removed $and_status from the where clause and all worked fine again creating the invoice. will look later into what it is, as was just a quick guess and appears I was right.
the invoice pdf is working fine
no changes on this section
and please don’t remove those
its there we based the order status for computing the invoice 
this is settings from admin -> commission settings -> Compute Total Commission base on the following order status
if you remove those condition all order will computed in invoice even the status of the order is pending 
i have this when try to install kmrs ;
Checking requirements.. Connecting to database… Database Successful [OK]
PDO installed [OK]
Session [OK]
mail() is available [OK]
CURL is enabled [OK]
file_get_contents is enabled [OK]
Creating .htaccess file
RewriteEngine On RewriteBase /kmrs/ RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /kmrs/index.php [L] Unable to open file!/Applications/XAMPP/xamppfiles/htdocs/kmrs/.htaccess
hello ,when enter to http://localhost/kmrs/admin “Admin link” Object not found!
all page link object not found
check your localhost mod_rewrite and allow_overwrite make sure this is enabled after you enabled this you need to restart your apache
http://ask.xmodulo.com/enable-htaccess-apache.htmlyes it working Thank to you
when I install K-Restaurant Mobile App app , not working in android device , after configuration firebase and map api and get apk
kindly post this to single app 
1. how to make first two order delivery free for customers 2. how to show the mobile number of the customer and merchant in the order
hi mate
1. sorry not available at the moment 
2. can you let me know where is this? or provide screenshot?
1. if code need to be added where i need to add the logic
Dashboard Incoming orders 2. http://bastisapp.com/kmrs/admin/dashboard & http://bastisapp.com/kmrs/admin/incomingorders this page in table customer phone number and merchant phone number
1. in components/ajaxadmin.php look for function placeOrder()
this is where in the order was place and insert to database
from this you need to check first if the customer has no order in table _order if you cannot find any that means its there first order and set the delivery fee to zero
2. hmm you mean add a new column for customer phone and merchant?
Hi Basti,
Noticed that although the restaurant details are showing Name & Address No contact telephone numbers for people to call in their orders are showing ? Is that deliberate or have I missed something Thanks.
hmmm i think the contact number of customer is there already
can you verify?
can you give me screenshot?
Have sent email with screenshot of what I am referring to Cheers 
reply sent
i thought i was on the receipt
its on homepage
Yay worked a treat have sent you a screen shot. I think it looks good. Delighted with the support best I have ever received. Thanks
sent
Hi mate, I change my site SSL, after change can’t send sms to customer. Do you have any idea?
Test SMS is working, but get order not sending SMS to restaurant.
Do you have any idea? What is my problem?
It is URGENT!!!
Hi mate, I delete Rewrite info on htcss file, than working.
its must be your cron jobs check the sms logs if the status is pending you need to update your cron jobs link with https
Thanks mate.
cheers
Hello Basti,
I found other MAPBOX BUG.
I sent message with details and credentials, please check asap.
Thanks!
reply sent
660afa6b-7f15-42ba-b52f-7262d7cdb056
http://peditucomida.com.ar/videos/problema.mp4Hello dear Batitiskiang I have updated to the latest version. And the data does not appear in the admin. Neither on the front page. Previously, the view boards were erased, and I can not fix them because it asks for SUPER access, because I’m on a shared server.
Then, the clients’ sites do not appear on the front page.
I also observe that I must translate everything again, or I do not know how to do it. Thank you. regards
the update is fine 
you should have install it in a test server so you can see its working fine
its how you update your files
did you migrate the database from old to new server?
When I add MailChimp newsletter subscription popup code. Sometimes homepage banner and address bar doesn’t load. Can you please help me, with that.
Thanks
hi mate
i think there is a conflict with MailChimp javascript code in kmrs

can you provide me the code that you added so i can recheck?
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
Email sent
sent
How to set default latitude and longitude for every user?
For example, when user visits my site, a default latitude and longitude should be set automatically.
Which file should I modify?
hi mate
the site has this already when you are in homepage it will ask for your current location but this one works only in some browser as you need to enabled the location in some browser like chrome
try it first in firefox and it will ask for your current location
It is not my requirement. I don’t want to ask the location as my restaurant is located only in one place.
The actual problem is this:
1. I have removed location box in homepage. So user can directly go to menu without choosing the location.
2. When user adds an item to cart, it is adding fine but delivery charges are not applying to total amount.
Delivery charges are working ONLY AFTER selecting the location.
If location is NOT selected, delivery charges are NOT working.
Previously it worked fine as expected. But recently I lost all store settings and I configured them manually. But now I’m facing problems with delivery charges.
This is my requirement.
1. User visits the home page
2. Choose a restaurant from featured section (I WONT ASK THE USER LOCATION ANYWHERE)
3. I need to add Rs. 20 as delivery fee for every order (even if user didn’t choose any location)
Help me in figuring out the issue, it worked previously but not working now.
first of all you need to get the customer location how can you compute the distance between merchant and customer without knowing there address?
the only way to do that is by asking for customer location by using navigator.geolocation.getCurrentPosition
https://www.w3schools.com/html/html5_geolocation.aspif in your browser before you search address from homepage am saving this in cookie so when you go back to website it uses those address as based for getting distance
Please read my requirements again. I don’t want to ask the location of user as all our users are from one location
Delivery charges same for any distance. So there is no need to ask the location.
I’m saying about this popup
Working site: Open this link (https://www.ongolefoodies.com/menu-hotel-sarovar-ongole) and close the popup without entering any location
Now enter any item to cart and it will show delivery charges
Problem site: Open this link (http://www.myeatable.com/v4.4/menu-hotel-paradise) and close the popup without entering any location Now enter any item to cart and it is NOT SHOWING delivery charges
Hope you understand the problem now.
try this
tick in admin -> settings -> Disabled popup asking customer address
Still not working. It is not showing the popup and also not showing the delivery charges.
Any other way to debug the issue?
sorry you mean you need to show the popup address? if yes then dont tick the Disabled popup asking customer address
this is how system works in your browser if you already put an address before it will use it try to use another browser and when you got merchant menu popup address will show
Looks like still you are not clear with my requirements.
I DO NOT want to show the popup. I just want to add a fixed Rs. 30 delivery charges for every order.
please help me in fixing the problem.
hi mate 
sorry about that but your last answer is
It is not showing the popup
did you already set default delivery fee in merchant settings?
cheers
Yes, I set delivery fee as Rs. 30
Check this screenshot
https://monosnap.com/file/RHi3HLeMvi5AuCgzZHHN5v7sHgfR1Eit should have the fee unless you enabled delivery table in merchant panel
kindly verify again turn off delivery table in your merchant
dont enabled merchant -> delivery charges rate -> Enabled Table Rates?
Still same problem 
Check this screenshot https://monosnap.com/file/70V8Q80RVQSHukXbpSHyqRbZFtOxWR
I have already emailed you login details. It would be really helpful if you can login and check the problem.
i replied in your email
Details sent over the same email
sent
Hello basti I did the procedures that you directed me some more fields in the mobile app continue without translation
sorry what do you mean? can you provide screenshot?
is this translation for kmrs?
Hello,
How can I send address information to the restaurant via SMS?
I do it
is this the sms template RECEIPT_SEND_TO_MERCHANT ?
add address of customer?
I need your support, Please check the mail from xaxapro@gmail.com . Thank you!
reply sent
When I add facebook pixel code. It gives me error : ->
Check the image for error : https://imgur.com/a/ZiZ4ko2And when I add mailchimp code address bar in homepage doesn’t load. I have to reload page couple of times to get the address bar
I’m adding it in custom code & Analytics box
i think mailchimp code has conflict with one of the library that i used
can you provide me the code you enter in custom code?
so i can test on my end
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified