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.

29722 comments found.

Hi Basti,

I would like to add my own SMS gateway, would you please advice what file do I need to change.

Currently, we have to pay around A$1.50 – A$2.50 per order (full cycle). Thanks Kitti P

hi mate

adding sms gateway is not easy you will need to be knowledgeable in php

you can add your own sms gateway on components/functions.php and look for function sendSMS

thanks

hi, Basti,

Someone “Jayjacks” had the same issue as the fax issue that we are running into currently. The order from one merchant is being sent to another merchant’s fax. we did not realize this until we got calls from them complaining that why they got order faxed for other restaurants. See below screenshot: order #10168.

https://gyazo.com/16f538a5826032efb73a5b826bc6fcd6 https://gyazo.com/2b9412b56e065e3e87d712d91651d4c5 “Jayjacks” seems to have a fix in below post: https://gyazo.com/f6c72a99519e11573e7df744c4fbda84

but not sure where exactly to fix it in the code/file..

Pls help. Thanks

okay got it resolved now

glad to hear that mate cheers

Hello,

I recently purchased the extended license to your KMRS system as well as the mobile app and very impress with the level of detail the thought that you have put into this app.

My question is regarding the price of Food Items that are entered by the Merchant. Currently, when the Merchant enters a price of $1.50 for a food item it displays at $2 on the website. If a food item value is entered at $2.80 it is displayed as $3 on the website.

Can you please tell me what adjustments need to be made in order to have the correct price display on the website?

Thank you, Jeff

Sorry … I should have used the “search” box above. Here is the solution:

that would be the settings of your price

go to admin -> settings -> Decimal Places

put how many decimals places

so the price will be corrected

glad to hear that mate :) cheers

Hi, Basti, for the fax, see the screenshot:

https://gyazo.com/78a08ef94c9d84d41d5b8013a1f61bb1

why some of faxes went okay, but no “Merchant Name” showed? what does that mean?

Thanks, Jason

hi mate

one thing i can think of if the merchant has been deleted all the previous fax with those merchant will have null value cause the record for the merchant is already deleted

Hi Basti,

I sent an email through contact .. Could you please check and reply?

Thanks

reply sent

Click here to get coordinates using your address funtion does not work, i already enabled all api

hi mate

your correct there is a missing code on merchant side its because google made some changes and it requires now the api

open the file views/layout/merchant_tpl.php

and look for

<script src="//maps.googleapis.com/maps/api/js?v=3.exp&"></script>

change it to

<?php $apikey=getOptionA('google_geo_api_key');?> <?php if (!empty($apikey)):?> <script src="//maps.googleapis.com/maps/api/js?v=3.exp&key=<?php echo $apikey?>"></script> <?php else :?> <script src="//maps.googleapis.com/maps/api/js?v=3.exp&"></script> <?php endif;?>

Hi Basti,

Urgent please, how could we make the phone as required field for both pick up and delivery? Current system when pickup the phone is not required, the cutomer can leave the phone as blank. we could not contact to customer if anything is wrong. Also i dont think the customer can not get sms too once the order is accepted.

Please help urgently

Thanks

hi mate

when pickup there is no phone fields during checkout

you can see the contact number of the customer via there profile on admin -> customer list

the phone number is required during signup

cheers

for the sms make sure your merchant has sms credits

Hello bastikikang, Did you receive my email about sms and payment gateway? from Arsalan.salehi2@gmail.com

reply sent

I got twillio account also set up authy and added to sms verification part the id and key but never ever get verification.

What’s missing?

check the sms logs admin -> sms logs

you can see there what is the error why its not sending

I am with the following problem. When the system receives a new request , it gets the status ” Pending” , as if in the English language. But the system has been translated into another language. I’ve put in the translation file the term ” Pending” and my translation , and yet the term is still ” Pending” . This term appears in the panel ” merchant” in the Sales Reports. Where can I translate this term ?? Thank you

here is the quick fixed

open the file components/ajaxadmin.php

and look for the functions salesReport()

change this line

ucwords($val['status']),

to

t($val['status']),

its work!!! right!! Thanks!!!

I picked email validation but it still says sms validation is sent also no sms validation is coming

hi mate

hmm it should work i don’t receive any issue about the verification can you verify again

Dear Author, I am not a developer, pls can you recommend somebody/company that knows how to debug the whole system very well and customization. Am tired of everyone around here doing half jobs every time.

Thank you.. I have spent running to a thousand dollars.. and nothing get done, nothing even debugging..they made my website worse.. people are dishonest in general..

I have emailed you.. no reply yet.. pls help..

reply sent

hi basti, i tried reaching you in email for merchant app. but no reply, Please do the needful.

Regards, Alextin

hi mate

reply sent

In receipt functions , item total does not display with addon calculation. http://imgur.com/a/ISwjH , Item says “8.95” but there is a 0.75 addon. It should display $9.70 as total price next to item. It isn’t displaying full calculation with addons included.

yea , the addon showing per line is 100% fine. thats even better if they see individual pricing per addon. but how to you compute the total for the item as well instead?

it computes to add into subtotal. so how do you display what it computed instead

hi mate

please please check again the screenshot the screenshot will tell you how do i arrive at the sub total and total

thanks

E-mail template doesn’t display “Addon Category” names. & how do you put ‘price’ next to the item name?

let me check it on my end

okay thank you basti

Alot of merchants use “Aldelo” as their POS system. I see alot of online ordering systems integrate with POS systems. Is there a way to integrate this with a POS?

hi mate

you can create your own POS based on the data of kmrs right now i don’t have plans creating POS for kmrs

Hi …. How would i go about adding a surcharge to the final order. lets say whatever the total is I want to add 50p

you can change the query for the tota balance for it minus the fee

How and which file. Thanks..

open the file components/functions.php and look for the functions getMerchantBalance

Hey basti, How do I style the css of printing for customer receipt : http://imgur.com/a/BP1cQ

you will need some knowlege in css to change it

use the inspect element in firefox

when printing , it outputs as a PDF. you can’t inspect css on a pdf. I have knowledge in how to edit css, but how do I inspect the css of a receipt that’s in print preview? there is no way to view the receipt unless you prepare for print. you can’t inspect a print page css. so what function outputs the receipt and sets the css? is it in functions? what css do I change for that receipt if I can’t inspect css for a print preview? you’re not telling me where to edit basti, the receipt outputs before it prints, where is the output code

hi mate

you need to inspect it on website also there is no pdf output on my code

Hi Basti, because of legal issues can you implement an option in the checkout where the customers need to accept the terms & conditions before paying. The second legal issue is that you need to implement an option where the admin can put a disclaimer on merchants menu page. You should then have a text box where they fill in their disclaimer text.

noted mate i already added this on my update list

Hello. I have some troubles with script “Karenderia Multiple Restaurant System”, so I need help with it. Could you help me?

My email: tuzov.n@gmail.com

Script purchased, I will tell purchase code.

looks like you did not purchase mate

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