29725 comments found.
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!
Hi bro !! I hope that you are doing well !! I need something!! Actually in karenderia the merchand can not make orders !! But i want to give the possibility even for the merchand to make orders through his admin merchand account !! Can you help me with that?
hi mate
am good thank you 
you mean create orders under merchant panel? if yes sorry this requires many new code
i might create this addon as POS you can both so i can make it priority
vote here https://strawpoll.com/wxkvdocax
cheers
Hi basti, I have extended the functionality of the voucher by implementing maximum discount to voucher. For example 50% discount of 200rs is 100rs but I restricted it to 40rs. It is working perfectly when placing order its showing 40rs discount but in order receipt of web, app and admin panel its showing 100rs discount. I think I need to make some changes to the receipt where I need to that. please help me
Basti please reply. Its very important for me. Functions.php
if ( $receipt==TRUE){
$order_ids=isset($data['order_id'])?$data['order_id']:'';
if (isset($_GET['id'])){
$order_ids=$_GET['id'];
}
$order_infos=$this->getOrderInfo($order_ids);
//dump($order_infos);
if (!empty($order_infos['voucher_code'])){
$has_voucher=true;
if ($order_infos['voucher_type']=="fixed amount"){
$less_voucher=$order_infos['voucher_amount'];
} else {
$voucher_type=normalPrettyPrice((integer)$order_infos['voucher_amount'])."%";
$less_voucher=$subtotal*($order_infos['voucher_amount']/100);
........................................................................................................................
I have added this part to make changes on the receipt. voucher_amou is the new field I added in my data base. I tried to retrieve here but its not working. I have retrieved this voucher_amou in functions.php sucessfully before. ................................................................................................................. } } else $has_voucher=false; }
if( $order_infos['voucher_amou'] < $less_voucher){
$less_voucher = $order_infos['voucher_amou'];
}
please reply
you need to modify the functions.php under function displayOrderHTML
when viewing on receipt you just need to view the saved details in database no need to recompute again
so make sure you saved the correct amount in table _order
Basti can you please elaborate in which line I need to make changes . I tried doing based on your suggestion for 2 days it didn’t worked
first mate you need to save the value in table _order
and you can do this in components/ajaxadmin.php under function placeorder
and now when viewing receipt example after customer purchase you need to pass those parameters in views/store/receipt.php to the function displayOrderHTML
Hi Basti. 1. I translated the order status ‘successful’ to another language and added it to Customer Order History as a completed order alongside ‘delivered’. The problem is that it’s not being reflected in the customer app as a completed order (only the orders with status ‘delivered’ are displayed as completed). How can i change that? 2. Is there any way to display the merchant logo in the customer’s app main page (near me) instead of the banner?
is this on mobile app 2 ?
if yes post this to mobile app section
will answer you there
Posted
reply
Hi Basti,
Any update on when we can expect the new theme etc
?
i cannot promise yet any date as its still on development 
it will be completely new kmrs
from design to code front end and backend
Hi Mate. Whatever I do while install fresh new version i receive Error 500. Why. How to solve it ?
it must be your htaccess
before installation remove any .htaccess in your root folder
or just rename it
so that during installation it will create correct htaccess
hi basti, can you please advise how to fix this urgenlty 1- when admin create a voucher , the merchant earning should not be affcted is like marketing from admin, means sub total order is 100 and voucher created by admin is 50% the mercnant earning will be based on 100 less commisions, in this case the subtotal is summing all discount, loyalty point to deducted from the subtotal order after that the commission is applied to issue the merchant earning. merchant earning should be stable based on the price of each items despite the nature of discount (voucher, points…) how to make the base of the merchant earning based on his product price exluding all this offers, discount points issued by admin?
hi mate
you mean do not less the voucher from merchant earnings? if voucher is created by admin
yes and yes the voucher is created by admin
ok mate the computation happens in components/ajaxadmin.php under function placeorder just look for Commission
great thnks a lot can you please show me what to change ? i need to exclude points and discount and voucher from the merchnt erning the base of the calcualtion is the sub total w tax, i need to have have it exclusing any discount (numerci or %) any voucher applied and any point means if subtotal is 100 and we use point 10 and voucher and or discount the subtotal remais 100 for the merchant earning applying the com : if com is 10% the merchant eanring should be 90 exluding all points all voucher and discount which remains under the subotala so the customer will pay the deducted amount but merchant base still the official price of each produt sum?
many thanks basti
hi mate
sorry i just realize we have a fixed for this already
we have 2 types of based commission
we can based the commission on total order or sub total
i think using sub total will solved the issue ?
the subtotal is the total orders excluding the voucher tax etc