Code

Discussion on Karenderia Multiple Restaurant System

Discussion on Karenderia Multiple Restaurant System

Cart 5,364 sales

bastikikang supports this item

Supported

This author's response time can be up to 2 business days.

29721 comments found.

Hi, would like to make some changes to the system.

Please get in touch. hjmiguel@outlook.pt

email me here

https://codecanyon.net/user/bastikikang#contact

leave a comment here once you send it so i will be notified

hi basti How I can use this SMS company? https://www.infobip.com

sent

How to add pickup & Delivery date on SMS?

I changed files as linked.
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/C9R31O2O

cheers

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

send me your admin login and ftp :) i will check your serve files

email me here

https://codecanyon.net/user/bastikikang#contact

leave 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

yes 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.

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

Hi mate, I change my site SSL, after change can’t send sms to customer. Do you have any idea?

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.

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.mp4

Hello 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#contact

leave a comment here once you send it so i will be notified

Email 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?

i replied in your email

Details sent over the same email

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

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