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/f6c72a99519e11573e7df744c4fbda84but 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/78a08ef94c9d84d41d5b8013a1f61bb1why 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
hi mate
put this in your language file
$lang[“pending”] =””;
I already put this term and not translated
can you tell me where part is these? is this email receive by the customer ? screenshot will be helpful
the problem in the term ” pending ” is on the order report , as in the picture attached
https://snag.gy/tm7jS4.jpghere 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!!!
cheers
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.
hi mate
i will check my email some one email me and i think he can understand the kmrs very well
can you email me via profile
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.
hi mate
i think you are confuse the screenshot computation is correct the addon have a row and food item they will be combined in sub total
hope that helps
but shouldn’t the total cost of the item include + addon price? if the item is 8.95 + 0.75 addon, the total of the item changes – the customer would want to see what the new total of the item is including addons. right now there is no way to tell the exact new price of the item. it’s just included in subtotal. if I got a $5.00 sandwich at a restaurant and added 3 addons, I would want to know what the total cost of my sandwich is at checkout. it’s just included in subtotal without display, so i’ll never know the full actual price of the item that I paid for including addons. how do you compute including addon price?
no mate its per line it will be confusing if you add the addon on item price
it showing per line so it will be more clear
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 this on my end
is this the email receive by customer? and merchant
yes, the email is received by the customer and merchant
let me check it on my end
okay thank you basti
cheers
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
hi mate
these is not present on the current system you will have to edit the code for this one
i will add this on my update list
thanks
which file generates the final figure that goes to paypal
and stripe etc
if you want to add a fee on paypal there is already
on admin -> paypal -> Card Fee
the file that send to paypal and stripe
can be found in views/store/
paypal-init.php
stripe-init.php
thanks
How do i copy the “add card fee” code in paypal-init to stripe-init…it it possible?
you just need to add a variable for the card fee just add the fee on the total amount to be charge
thanks. I have added it the paypal but it adds it to the merchant’s balance rather than adding it to the admin balance. why ?
in case you missed my last question. I have added the 50p charge for using paypal but instead of it going to the admin balance it gets added to the merchant balance. How can we correct this as it should go to the admin account
what do you mean?
I need the paypal charge that I add on to be excluded from the merchant balance
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 can modify those on css if this on front end you can add your own css in assets/css/store-v2.css
if backend add your own css on admin.css
where is the output for that receipt? how do I know which classes to change in the css
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