Code

Discussion on Kartero

Discussion on Kartero

Cart 1,018 sales

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?

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#contact

leave a comment here once you send it so i will be notified

cheers

access dets 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#contact

leave a comment here once you send it so i will be notified

cheers

whenn the uupdate? :(

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?

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

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

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/1100rwq

ah 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

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 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 ?

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?

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

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey