29721 comments found.
sent
sen
mal
wait for reply
sent
please,I have to go into production next week
sent
sent
Please
sent
No mail arrived
my friend
1.. Small issue. “IF SOLD OUT” HERE WHEN YOU receive an order, the option which was chosen by the customer appears https://snipboard.io/fVPmsk.jpg But when the status change, (IF SOLD OUT, disappears) https://snipboard.io/QWjhiz.jpg .2.. Creating a page, i cannot add rich html also i cannot add an iframe (such a youtube)… how can i do that? Are there any restrictions?How to bypass that momentaneously, while I insert the html code, iframe code etc..
also mail sent about multicurrency
hi mate
1. ok its because you already accepted the order so there is no reason for this to show anymore
since order is accepted and will prepare now if you still want to show this even its accepted you can just remove this condition in
backoffice\themes\classic\views\orders\order-details.php
remove the if condition
<template v-if="modify_order">
<p class="m-0"><b><?php echo t("If sold out")?></b></p>
<p class="m-0 text-danger" v-if="sold_out_options[items.if_sold_out]">
{{sold_out_options[items.if_sold_out]}}
</p>
</template>
2. for custom page kindly search here i already provided quick fixed for this one before
am not allowing this cause if page has special character it will results to page broken
3. your right i always forgot about this 
1. many thanks. 2. i found it but the tip is for version 1 3. when can be solved?.
thank you 
2. actually i check you can already put html to the custom page in latest version
cheers
il check thanks… also mail sent
ok mate i will add it and will contact you once ready
thank you!!!
Hi Basti, after updating to 2.7, there are problems I am facing, please help: 1- SMS not working when order by customer 2 – SMS not received to Admin not to customer at all All was working fine before update?
No Emails goes to any customer or admin All was working fine before update?
Red Notification icon gone missing when there use to any notification. was working fine before update
Web realtime push has does not show order updates on customer browser~it has stopped working
I have all the cron task running as per your new updates please see attached images for your reference. Please guide.
https://prnt.sc/pSkL0G6Lsg_Jhi mate
again no changes in this section of features its never been touch
if you have pending cron jobs says in admin panel that means the cron is not properly set or their issue when running cron like your php server is change
Hello. A few quick question for your kind response:
1. Can you please clarify whats the difference between the Printer addon and the printing functionalityalready seen in the Priners section on the admin & Merchant side?
2. Is there any useable functionality of the Inventory Management module? It only allows to list the vendors in item, not in ingredients and there no option to place a purchase order to them.
3. The ingredient list is of no real use for inventory management purposes if there is no raw material quantity assigned to it, liike if coffee is purchased in a pack of 1KG then per coffee ingrediant usage is 5 grams, which will be deducted from raw material in hand to assess balance stock of ingredient and once it runs low in stock, trigger a purchase request/notification. Is this something that can be done in here? 4. Is there an option to integrate QR scanner and Barcode reader APIs n the POS? I tried using with the PC directly but it does not detect the scanner only picks up the pc camera, although in the PC the scanner is showing as a detected device. Also FYI the scanner icon doesnt always show in POS, not for all users atleast.
5. In the barcode section of the ITEM is only shows a item price sticker/tag to print no barcode is generated. Is there any barcode/QR Code generation builtin capability and visa versa: reading capability built into the system?
hi mate
1. in admin panel you can add 2 types if printer
the chinese printer that has api this one http://www.feiecloud.com/product_detail-N80WC.html
the second one is the wifi thermal printer this can be any as long its wifi printer
and this will only work with the thermal printer addon
2. right now not available
3. same as 2
4. POS scanner is like a text box i think i added is to use the pc camera or any camera attach to the pc
so this might be change in the future to use textbox only cause scanner device is like a keyboard only
5. there should be a barcode please check again
HI Basti, Easy one today, im going threw all files to find any issue i might installed incorectly. can you tell me is there suposed to be 2x Backoffice folders as im getting a Back office issue on my site.
Please see attached https://prnt.sc/bwwzRXIhlTjc
hi mate
is how you extract the update.zip
make sure your in correct folder when you extract the update.zip
you should be in the folder public_html folder
Which file do I change the address format? Because I want the number to appear after the street.
you can take a look at the file protected/components/MapSdk.php
this depends in google response
public static function placeDetails($place_id=’’,$place_description=’‘)
I’m using Location Addon
its better can you provide screenshot in what section you need to change so i can understand better
take a look at the file protected\components\COrders.php
under
public static function orderInfo($lang=KMRS_DEFAULT_LANGUAGE,$datenow=’’,$is_notifications=false)
this is the address use for that
$complete_delivery_address = '';
if($address_format_use==2){
$complete_delivery_address = "$address1 $formatted_address";
if(!empty($location_name)){
$complete_delivery_address.=", $location_name";
}
if(!empty($address2)){
$complete_delivery_address.=", $address2";
}
if(!empty($postal_code)){
$complete_delivery_address.=", $postal_code";
}
if(!empty($company)){
$complete_delivery_address.=", $company";
}
} else {
$complete_delivery_address = !empty($address1) ? "$address1 $formatted_address" : $formatted_address ;
}
But how do I change the order of the house number with the street name?
for location the field custom_field2 = is the house number field
address1 = street number street = formatted_address
How to activate invoice and chat?
what do you mean
I set up the taxes the same for two restaurants, but the tax is applied to orders from one restaurant and not the other. Both are using the Standard tax with the same tax name and tax rate. Why is this happening? THIS IS URGENT!!!
I turn off Prices Include Tax, both restaurants.
tax can be set by different merchant
check both settings for tax in merchant panel
I sent an email with a picture, and the subject is “For Tax setup for merchant”
sent
HI Basti im going threw all files to look for issues on my system this file https://prnt.sc/8Ht8nqpmPOvK is it part of the update as file name seems very strange ???
mate i don’t have those file in my updates 
check the file in codecanyon before upload extract in your pc first
maybe you forgot you created that file before
Hi Email Sent from bidiptamitra@gmail.com that email not working
Hi Basti,
Email sent with FTP details Kindly check
Any update? Why email not receiving? Wait for your mail. its from bidiptamitra@gmail.com
wait for my email
next time when ask for help pls provide all the details else i cannot check
Hi mate. Orders mark as unpaid on dashboard after last updated . Did you change anything in that section. Thank you
no changes in this part just tested working fine as before
Backoffice/protected/controllers/ApibackendController.php this file has big change from the old file
this is not the file that update the unpaid to paid its the cron jobs that process the status to paid this file protected/components/jobs/Afterupdatestatus.php
so make sure your cron jobs is set properly in your cpanel
Ok mate so this cron I cab find in Utilities—> Cron Jobs or somewhere else
Same thing for wifi printer it’s stop printing the ticket whats the cron job for the printer
make sure this cron is running in your server admin panel -> utilities -> cron -> yiic.php processjobs >/dev/null 2>&1
again wifi any any auto print is working fine cause i test this with other buyers already
if status is not updating and print also this means cron is not set or not running in your cpanel
Basti I have a question. I currently have the version 2.06. If I update my system to 2.07 will this affect the other apps? Also, have you added apple login for web on this version?
hi mate
yes it has back wards compability except for merchant app cause the api is totally change am not sure if old app will still work so you need to update the app also
for apple login in web sorry i forgot about this , will add next update
cheers
sent
sent
How to integrate chat and invoice?
what do you mean? this is already available
Hello Basti, when split payments is going to be added to POS?
i already added this one already but i haven’t yet release it on the updates cause some parts of the POS is under development
add this in your front end language
Add {required_subtotal} to unlock this free item
You unlocked {qty} free item!
Order from your favorite restaurants & track on the go.
Order from your favorite restaurants & track on the go, with the all-new K app.
Sent
sent
add this in your backend and front end language
Hello! You’ve got a new message from {first_name}
It didn’t work, it’s still in English
please verify there is no other words but that one only
Hello friend, I updated the Karenderia Multiple Restaurant System. I don’t want to show the restaurant on the main site. I closed the restaurant, but it still shows as active. It wasn’t like that before. When I closed the restaurant, it definitely wouldn’t show on the site.
My friend, I had to revert to the previous version. Please do not release updates without reviewing them in detail. Thank you very much for your update.
can you confirm again 
i don’t have changes on this part is still the same
My friend, I just updated it again. I’ll send you a video of it. I’ll show you whether the restaurant will be visible when the app is closed.
Now, in the old update, when I try to find me on the map, it gives me this error: Position update is unavailable. I noticed that before the update, the map worked with the find me button, but it gives me this error. I allowed the location, but it gives me this error. I type the location in the address bar and it finds it. Normally, when I try to find the exact location, it gives me this error.
where did you sent the video?
i check my updates i don’t have this kind of issue as the this features has no updates in my code its still the same
the find my location has no updates so please verify this sometimes work depends in your browser and allowed location should be enabled
Sent
am sorry i did not receive any email from you
video link
ok found it for restaurant still show if not published you can still see the restaurant menu but will not display in the search results
i remove the query of is_ready actually this was already change in the last update 2.0.6
you can bring back the filter in the file protected/components/CMerchantListingV1.php under
public static function getMerchantInfo($slug_name=’’,$lang=’‘)
on the query below just add the AND a.is_ready =’2’
after AND a.status=’active’
Thank you Basti 
welcome and thanks for noticing this
You’re welcome.
Mate I sent you an email
sent
sent
sent