29731 comments found.
Hi mate! Need urgent quick fix. After update, table booking notification date_booking gives always Jan 01,1970 result. I checked database everything normal there. in database format is like before 2021-05-24. Can you please do a quick fix for this?
I fixed it mate! 
awesome!
Hey code king.. worldppn please take this guy’s suggestion and add in to your list.. it totally makes sense when admin creates voucher that cost huh should be on admin and not on merchant.. additionally the vouchers get recorder every time someone applies it regardless of a successful transaction.. also on web when transaction is successful it records voucher was used twice.. email to admin also gets sent twice and on the status of order it appears paid as two separate statuses as well.. when customer use mobile app then it appears as initial order—>> paid—-> and so on..
hi mate
noted mate its already on my update list
cheers
Mate the voucher has just so many things needed.. I hope you get on that as soon as you can.. and if need be I would pay as a custom job to make it priority..
Thanks though
for voucher i think we can have already fixed for this
just set the commission based on sub total not total order
since if you set to sub total the basis of commission will be on sub total
and sub total is total amount of order it does not include the voucher delivery fee etc
No sir.. subtotal includes less voucher..
ah your correct just check on my end 
Even voucher appear on website as promos which doesn’t make sense
Bcoz some vouchers are restricted to one user..
you are correct there since the new voucher functions was just added forgot to restrict on front end
We are using KMRS for some items which have stock. How to handle and check the inventory?
hi mate
you need to have the inventory addon
Basti, how to make sure that in the delivery areas by State / City (shippingrate), only the city where the trade is registered appears?
hi mate
sorry am confuse what do you mean?
the search results will depends on the merchant delivery charges rate
when i’m going to add a delivery neighborhood with its rate show all the cities registered on the platform, i would like it to show only the city of merchant
hi mate
for now there is no quick fixed since am using this functions to all
what i can see here we can only do this during checkout since we already know what merchant the customer is ordering but for search we cannot
also for adding address book
Ok, tks Basti !
added on my update list mate
cheers
Basti, I sent in your email a suggestion of how it could be to facilitate the registration. Thanks for listening.
thanks mate
Hi, is there any way to disable the black new order notification popups “50 New order has been placed” in the merchant website backend? Changing notification settings doesn’t seem to get rid of it and it’s rather annoying when it pops up every few seconds and you’re trying to add or change products
i think there is no settings for merchant only for admin
you can remove this for merchant in assets/js/admin.js
remove this line
new_order_notify = setInterval(function(){get_new_order()}, notification_interval+1000 );
hi mate
hmmm am using only 1 functions for all receipt if you remove this , it will remove to all
you can remove this in components/functions.php
under function displayOrderHTML
remove this line
if ($res_category=$this->getCategory($val['category_id'])){
$category_name_trans['category_name_trans']=!empty($res_category['category_name_trans'])?
json_decode($res_category['category_name_trans'],true):false;
$htm.="<p style="\"margin:0;\""><b>".qTranslate($res_category['category_name'],
'category_name',$category_name_trans)."</b></p>";
}
And how do we get rid of the same from receipt email sent to Merchant, customers?
https://prnt.sc/13bqzb9remove those in components/EmailTPL.php
under salesReceipt
if (!empty($item['category_id'])){
$tr.="<tr>";
$tr.="<td colspan="\"2\""><b>".
qTranslate($item['category_name'],'category_name',$item['category_name_trans'])."</b></td>";
$tr.="</tr>";
}
the admin theme where do I change it from?
sorry did you purchase?
Hello, I haven’t bought it yet, but I’m really enjoying your work, I’m clearing up this question before I buy it, if it isn’t possible, no problem.
ok admin theme can be change via template
means you need to change the theme to what ever you wanted to look like
ok, thank you very much i will be buying i liked the job seeu congratulations
welcome cheers
Mate, due to many problem i have deleted my site. Please install again new. (I already purchased 2 times including all plugin) detail mail sent you. Please check and help
sent
Ive messaged you
sent
email sent
sent
@smart_vicky
config If your’e using apache2
/etc/apache2/sites-available/your_domain.com-le-ssl.conf
<Directory ”/home/your_domain/public_html/kmrs”>
allow from all
Options SymLinksIfOwnerMatch Multiviews
AllowOverride All
Require all granted
</Directory>
after changing, restart apache
thanks mate for the help
Text 1
Text 2
Text 3
I am placing my information of terms and conditions in my page created terms and conditions but in the spaces between each paragraph I have an error because I get a text rn in each space, how can I delete that text rn?
https://prnt.sc/138hngdis this a custom page? if yes check the content you added
what you put there is what i only show on front end
About this I have already looked for a solution a bit difficult but I have placed it and now it can be seen well and with spaces between each line
Already solved
glad it work
cheers
Basti, u will update Karenderia Loyalty Points Program or will it discontinue? will the new Karenderia come out?
hi mate
no mate it will be back after the new kmrs is out
cause am changing all the codes to newest and standard
also with new design front and backend
I’m having utf-8 problems.
I translated it into my language, however, utf-8 character error appears. What can I do?! Friendly hug.
you need to save the language file to utf8 format
when you modify the language fie in your server like in cpanel there is alerady options there to saved the file to utf8 format
else use notepad or any php editor
Hey Basti,
Is there any caching strategy in place, especially in the admin? Would be nice to not have Api calls hit the database all the time.
Thanks
yii has data cache but you need to implement this one
https://www.yiiframework.com/doc/guide/1.1/en/caching.dataemail sent
sent
Hi Basti,
I just sent you an email because my site and apps are not working. Can you help?
i believe this is already solved
cheers
right now i m using Version 5.4.3 can i update to version 5.4.5 directly?
yes you can
just use all the latest file
and you will be fine
cheers
Basti, as I’m in Australia
Customer they enter their phone number without country code (+61) but SMS only sent to those who with country code.
Do you have solution of this how can I send the SMS if they haven’t enter the country code?
hi mate
you can have 2 following solutions
1. put a message during registration to the customer that put the mobile correctly with country code
2. via code when sending sms we can check if the mobile has country code if there is none then we can add +61
Hi Basti, I discovered that for our website, this folder:
https://yourdomain.com/protected/modules/driver/Can be accessed by anyone when they enter it in their browser. I see check http://bastisapp.com/kmrs/protected/modules/driver/ and it is not accessible.
Please how can we secure it, I do not want our website to be hacked please. Thanks
this is your settings in your cpanel
ask help to your hosting
this is folder restriction
Thank you, I contacted them and it has been fixed. Thanks again
awesome!