2659 comments found.
can i change the Kartero ñame from the api ?
you can simply change it in admin panel -> gen settings -> Website Information -> company name
Hello i need help compiling the app on phonegap , it’s not building the apk at all ,
leave a comment here once you send it so i will be notified
Sir, Do you have any documentation that list all the api’s for this application?
Sir, Do you have any documentation that list all the api’s for this application?
sorry mate i don’t have one but you can find all the api in controller/apicontroller.php
cheers
hi, I am working on the android app and my app once installed is get stuck on Loading Settings … can you help me ??
send me your api url i will do a test
email me here https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
thanks, i just sended to you ( api – kartero – Fortega62 )
can you give me a valid email ??
mate i replied in your email
Im highly interested into learning more. Do you have a wiki on how to use the app and take full advantage of it ? I Was checking your site, hoping to find this treasured info, but when when I cliked on the link “how it works” All I could read was loremIpsum, I couldn’t be more frustated. I cross my fingers to access any kind of documentation on its use. Nice work here !
hi mate
if your looking for user manual sorry i don’t have one
the how it works is only a sample page
cheers
i have read the comments and i cant´t do it, malformed config.xml can you check my file ??? you email ??
send me the actual file config.xml
don’t copy and paste it in email 
leave a comment here once you send it so i will be notified
Hello mr basti, i have send you a message by the email ( paul.socas ) regarding what we talk about. Respond mi with the requirements you will need for so. Thanks
reply sent
Responded. Thanks
reply sent
I’m looking for a way to increase a character limit for task entry
you can find that in your package? or manually edit the customer account and you can set the limit of task
Hello on admin panel cant access to mobile settings:
define(‘YII_ENABLE_ERROR_HANDLER’, false); define(‘YII_ENABLE_EXCEPTION_HANDLER’, false); ini_set(“display_errors”,false);
// include Yii bootstrap file require_once(dirname(FILE).’/yiiframework/yii.php’); $config=dirname(FILE).’/protected/config/main.php’;
// create a Web application instance and run Yii::createWebApplication($config)->run();
please asist
i solve it. but app after building dont open
sorry what do you mean?
I send you a direct message but no answer so I will send a comment I got the app installed on the website end and waiting on the iOS and Android to complied. I need to know how will the drivers connect to the app do I need another app for drivers
Can agents use web userface? I tried but they can’t login the panel
no agent will login to the app not the customer panel
Is it easy to do that customization? Also we want to give only pickup location to agent. We want to remove “Drop address” section. Is it possible?
you need to have knowledge in php to be able to modify the code
for me its very easy and the code is not encrypted
cheers
Hi mate in customer panel search button and filter option Is not working in task page please help me
send me the link and login
email me here https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
reply sent
Hello friend So it’s coming to the email when we use the in-forgot password option. It does not show the code nor the user name. Grateful
Hi {first_name}
Your password change code is : {code}
Thank you.
mate it should be
hi [first_name]
your verification code is : [verification_code]
Sorry, I did not explain the problem well. On the mobile phone when I use forgot the password, it sends to the email like this:
Hi {first_name}
Your password change code is : {code}
Thank you
sorry is this driver app forgot password or customer forgot password?
The application user
hi mate
ah your correct there is a bug with app user forgot password
i change the tag to [] anyways here is the quick fixed
open the file components/EmailTemplate.php
and change the tag of forgotPasswordRequest
from {first_name} to [first_name]
cheers
Thanks, done!
awesome! cheers 
I’m not finding the location in the translation of the application for the word ASSIGN TASK that appears on the mobile phone, when the driver receives a task. Thank you
you can simply add those in your language file
cheers
I do not think you understood my point. I want to change the name ASSIGN_TASK when a push notification arrives for the driver. see the image
https://postimg.org/image/htn03owlh/you cannot change it cause those are keys only way to change it is via language file
in your default language file add those words and translate
cheers
In the language file I changed $lang[‘ASSIGN_TASK’] = ‘ATRIBUIR TAREFA’; Does not change in the application
try the following
$lang[‘ASSIGN_TASK’] = '';
$lang[‘ASSIGN TASK’] = '';
$lang[‘assign_task’] = '';
$lang[‘assign task’] = '';
Thank you friend. It worked. Excellent support
cheers 
I has follow this yes you can open the file config.xml and remove this <platform name=”android” /> <platform name=”ios” />
compile app for window still error on phone gap
hi mate
if android compile find windows should as well take note you need to sign the windows app as well
to be honest i never tried the windows application
Can i change the name of de app when instaling config.hml ??
yes you can
you can change the name of the app in config.xml
<name>Kartero</name>
We run PhoneGap i get this massage :
FAILURE: Build failed with an exception.
- What went wrong: Execution failed for task ’:transformClassesWithDexForDebug’. > com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.dex.DexException: Multiple dex files define Lcom/google/android/gms/iid/zzc;
What can i do, i all ready change to 1.10.5
try to update the push version and map
from
<gap:plugin name="phonegap-plugin-push" source="npm" spec="1.10.0" >
<param name="SENDER_ID" value="" />
</gap:plugin>
<gap:plugin name="cordova-plugin-googlemaps" source="npm" spec="1.3.9" >
<param name="API_KEY_FOR_ANDROID" value="" />
<param name="API_KEY_FOR_IOS" value="" />
</gap:plugin>
to
<gap:plugin name="phonegap-plugin-push" source="npm" spec="1.10.5" >
<param name="SENDER_ID" value="" />
</gap:plugin>
<gap:plugin name="cordova-plugin-googlemaps" source="npm" >
<param name="API_KEY_FOR_ANDROID" value="" />
<param name="API_KEY_FOR_IOS" value="" />
</gap:plugin>
Hello Basti , first of all thanks for your very well product . I have installed and compile the android app successfully . I have two issues
1) On website when the customer create any task it shows created but on fronted left side under task it shows 0 created , 0 assigned and 0 Completed. normally should be 1 Created , 1 Assigned .But when customer click on setting and after tasks , here all the created tasks shows .Even push message to driver works from here.
2) On driver app , Driver did not receive any created tasks .Push notifications he receives.
One more thing is it possible to create a task but for different date .example for future date ?
hi mate
thank you i really appreciate your kind words 
1. hmmm there should be a task there unless you change something in the code?
maybe the date of the task you created is not the current date?
2. check the push logs you can see there if there is any push was send if you cannot find any check your notification settings
sure you can do that
cheers
Thanks problem fixed
glad to hear that mate cheers 
Hi, Bastikikang. Help
Could you please tell me what i should do exactly after this erorr
1. Load .ipa file from build.phonegap.com (© AppLoader Version 3.6 (1020)) -
ERROR ITMS-90161: "Invalid Provisioning Profile. The provisioning profile included in the xxx xxx.xxx.app [Payload/Default.app] is invalid. [Missing code-signing certificate]. A Distribution Provisioning profile should be used when submitting apps to the App Store. For more information, visit the iOS Developer Portal."
2. Is it possible to add SMS service to the update? (SMS.RU – http://sms.ru/api)
Thks)
hi mate
1.its your provisional profile is incorrect
http://code.tutsplus.com/tutorials/how-to-submit-an-ios-app-to-the-app-store--mobile-168122. i can add but with a fee let me know
contact me next week about the sms 
HI Basti, please, release customer app, soon. tqvm
hi mate
sorry i cannot promise it yet
am still doing update on my other item
thank you for your patience
cheers
Dear Mate, Can I allot one task to multiple drivers? or can multiple drivers accept single task?
hi mate
yes you can use the auto assign features it will assign the task to all your drivers the first one who accept the task those task will belong to that driver
hope that helps