2659 comments found.
Hi Bastik, I’m changing the theme where do you insert css style? in which php file?
hi mate
in front end its added in components/ScriptManageFront.php
for backend ScriptManagerAdmin.php
and ScriptManager.php
Hello Basti, have a question, how i can make task token be the same as the task ID
sorry mate you cannot
the task id is auto increment integer only
while task token is combination of letters and numbers
In Kartero when you add a contact on the address field I would like to be able to add cordinate also. Can you assist?
hi mate
sorry what do you mean? there is already coordinate when you add contact
There is only address on add contact kartero. is it possible to add cordinate like on second image?
sorry mate am confuse?
can you provide screenshot instead ? so i can understand
sorry, to confuse you. Its working if i use the pointer. Thanks man.
ok cheers
Hi, I have received the following message: 【RE: Termination Announcement of Monaca Backend】 The Monaca Backend service which is used for user management will be terminated on May 31 2021.
Schedule of service termination: New Applications: October 31, 2020. End of the whole service: May 31, 2021. Please follow this migration guideline to migrate to our partner’s service. We apologize for any inconvenience.
what to do ?
I am also receiving the following error: The project contains unlicensed plugins.
1. this will not affect has monaca has many services and this is there old service
2. you need to change your account to pro plan
Hi Basti,
We have installed Kartero under a subdomain (https://subdomain.domain.com), but it only shows the main page. Other things like Admin login, User login, etc. doesn’t works with subdomain and gives 404 Not Found page error. If I don’t use subdomain and instead use the folder name of the subdomain like https://domain.com/subdomain/app/login then it works.
Kindly suggest.
Thanks,
it must be your htaccess
email me here all your access like site link, admin login and ftp access
and provide screenshot of the error
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
access dets sent
sent
Last few days, when we try to login it is redirecting back to login page.. even tried to update … Can you help.. the code was running smooth.. user accounts / admin account all login page we are facing same issue..
email me here all your access like site link, admin login and ftp access
and provide screenshot of the error
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
whenn the uupdate? 
update when?
hi mate
i cannot tell yet when 
hello basty could add send to the whole team of an administrator
hmmm mate there is no team for admnistrator?
I need to implement the functionality of assigning to all drivers https://prnt.sc/11594yy like this in krms driver, how can I do it?
can you translate that for me?
oh i did not see i don’t have this in kartero
sorry mate there is no quick fixed for this one
it needs new code 
could you do it for me as a custom job?
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
I already sent you the information, please verify and give me an answer
Basti sent you the information about the customization, please answer me and let me know
waiting for your reply please. And I am also waiting for the updated kartero code to be able to publish the app and not be rejected in the stores
and reply about customization. Thank you
sent
Hi, basti
Bro, Please help on this point:
i want send cc mail to driver ( copy of email Notification “PICKUP_SUCCESSFUL” )
to driver whos handel the task
on this file “components/Driver.php” what i have to add or modify?
hi mate
in driver.php under function sendCustomerNotification
just copy this line
Yii::app()->db->createCommand()->insert("{{email_logs}}",array(
'email_address'=>$info['email_address'],
'subject'=>self::t($key),
'content'=>$email_message,
'date_created'=>AdminFunctions::dateNow(),
'ip_address'=>$_SERVER['REMOTE_ADDR'],
'customer_id'=>(integer)$customer_id
));
and change the $info['email_address'],
to your email address
Hi Do RTL supported?
only in web panel but not on driver app
Hi, I have a question. Can more than one customer have the same delivery groupp assigned?
am not sure what you mean
please try the demo
Brother I need you to help me to update the files and for the background tracking to work for me, I will send you my access to monaca so that you can check my file please to see why it does not work for me.
let me know as soon as it is available to give you my access to monaca
I have created the [Notes] tag
When the driver sends a note, the email reaches the client but the note is not read, only the label format arrives.
example. template: https://prnt.sc/10wr3hd
notification email: https://prnt.sc/10wr50f
Why is the note not sent to the customer?
hi mate
can you try this one
in components/driver.php under function sendCustomerNotification
change this line
if ($key=="DELIVERY_NOTES" || $key=="DELIVERY_UPDATE_NOTES"){
to
if ($key=="DELIVERY_NOTES" || $key=="DELIVERY_UPDATE_NOTES" || $key=="PICKUP_NOTES" ){
I have tried entering the code and it does not work yet. when I send the notes they do not reach the client
hmmm can you verify this one mate?
i did a test on my end and the notes is there
only the notes is not coming in pickup transaction cause its missing in the code
btw this will trigger only if the driver add notes on the task means on the app
Brother, you have my application, install my apk and do the test when the driver sends a note through the application, the note does not reach the customer’s email.
look at the format of how it arrives
https://prnt.sc/1100rwqah mate you need to change all this code
if ($key=="DELIVERY_NOTES" || $key=="DELIVERY_UPDATE_NOTES" || $key=="PICKUP_NOTES" ){
you can find like 2 of this line
one for sms and one for email
This still does not work I did everything as explained and when I send a note from the application in the mail the note does not arrive, only the label arrives
Brother I have compiled the KRMS driver application as kartero by inserting the kartero api but it does not want to start it gives me a notification_sound_url error
can you help me please send you an email with a screenshot
please basti option to take a picture when the delivery its done i will waiting for this its necesary take a picture when the package its delivered
i will buy this but it need that 
ok mate let me add this on my update list
Awesome! thank you!
welcome mate
Hi Basti! Have you consider migrate the app to Yii framework 2? I’m worried about PHP version getting too old.
hi mate
at the moment am not
its like creating new kartero
as yii 2 is so much different from yii1
Ok, Basti. I understand. But think about this, even if we have to pay for the new version. For me this is no problem…
Another issue, that we have to address… We having problems with a deprecated library (cordova-plugin-file-transfer) trying to compile to IOS using Monaca. Do you overcome this issue? Can you help us?
hi mate
thanks for understanding
and for deprecated as long you can compile the app no need to worry
am been using this plugin to all my work
Dear Basti
I need the updated code and with the pop-up window to accept or reject the location permissions as required by the app stores because otherwise they reject it.
Please send me the updated files with the corrections of the error about the connected and disconnected status.
Since if the drivers are with the application in the background, the online status is disconnected after 3 minutes.
hi mate
i just realize i haven’t yet release an update for this app
just like my other driver app 
please bear with me will release new update next week
Ok I am waiting for you. and please solve the error of the online status of the drivers since it is disconnecting after 3 minutes and they do not go online and the tasks are not assigned if they are not online
hi mate in android or ios? cause if android it should be working just like my other item
In android but it does not work for me, the drivers their online status does not work when the application is in the background for more than a few minutes their status becomes offlline
i replied in your other coments
Hi, Basti Kindly help :
When assign task to team A
Task is sent to all Drivers team A & B & C
How i can assign task only for Drivers team A ?
hi mate
at the moment this is not available 
we need to change the auto assign query for this one
Could you please mention what is the File path i have to modified to change the auto assign query
is this auto assign? if yes
you can find this in controllers/CronController.php function actionAutoAssign()
Thank you Mate Another question, please
Is there a new update coming And when do you expect to be release ?
As i see there are comments regarding : location permissions, and location in background..etc
yes there is i will add this new requirements of google
i forgot i did not yet update this app like my other work
Hi Basti,
Your suggestion on the installation guide “for security of your /upload folder…”, I tried adding the suggested content, but then our site goes off and gives error “403 forbidden”. We have installed Kartero in a subdomain and making changes in .htaccess file of subdomain, hope this doesn’t matters.
Kindly suggest.
Thanks,
hi mate
i think you added the .htaccess in your root folder not in /upload folder
if your site goes 403
in your main root directory the hacces
should be like this
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /index.php/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Hi Basti,
Thanks for your prompt reply.
I am talking about below lines that you’ve suggested to add in .htaccess file.
<Files *> SetHandler None </Files> <Files *.php> deny from all </Files> <Files *.html> deny from all </Files> <Files *.js> deny from all </Files> <Files *.cgi> deny from all </Files> </Files>
Thanks,
you only need to add this in the folder /upload
so its /upoad/.htaccess
this will not have affect in your main website only on this folder /upload
How can I track drivers even if the application is closed in the background?
you cannot the app should be running or running in the background else it will not sent its location to your server
When the application is in the background, the online status no longer works, although the driver is connected, it displays its offline status.
When the application is in the background it does not report the online status of the drivers, how do I make it work well?
in ios or in android?
i think for ios it will not we need to use different plugin just like my other app
In android it does not work for me, when it is in the background and it passes more than 3 minutes they go offline
check this cause this is the common issue i found in most of the customer
make sure that this one is not tick in customer panel -> settings -> agents tracking options -> Disabled Background Tracking
this should not be tick
that is not enabled https://prnt.sc/10vli5i
this is for my other driver app but the code is basically similar to kartero
this is will be the update soon in kartero app background is working 100% on this app
if i tried to do that but i got an error when compiling if you can help me i give you my access to monaca
just checking is this already fixed?
I have not compiled it yet I will send you my access to monaca so that you can do it for me please, since my application does not work the online state is disconnected in the background
I just sent you my access to monaca
ok mate wait for my email