29722 comments found.
I need your support, Please check the mail from xaxapro@gmail.com . Thank you!
reply sent
When I add facebook pixel code. It gives me error : ->
Check the image for error : https://imgur.com/a/ZiZ4ko2And when I add mailchimp code address bar in homepage doesn’t load. I have to reload page couple of times to get the address bar
I’m adding it in custom code & Analytics box
i think mailchimp code has conflict with one of the library that i used
can you provide me the code you enter in custom code?
so i can test on my end
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
Hi basti
when trying to export merchants sales summary repot from admin panel i get this error- > {code token not valid”,details}
what can do for it ?
please update your files assets/js
this is happening if your file is not updated
Hi mate, just found foodhub (in the UK) and on the top header bar they have a slogan… Screenshot is attached. Can you tell me how to add something similar to that?
Where is says “100% Commission FREE website, Helping support your local takeaways”
https://ibb.co/kyDLwpjust modify the templates in views/layouts/front_header.php
Hey Basti, im having a slight problem with the Vendor images. I can set the Icon & Banner images fine, but if I manually close a store, the Icon gets replaced by the Banner & the Banner file returns to default. Does that make sense?
you are correct there is a bug in last update for merchant settings
quick fixed open the file views/admin/settings.php
under Merchant Header/Background
change
echo CHtml::hiddenField(‘photo’,$image);
to
echo CHtml::hiddenField(‘photo2’,$image);
Thanks mate! It was protected / views / merchant / settings.php
ah yeah sorry
my bad your correct 
cheers
Your site looks pretty sweet, but the company I work for need to cover an area like this: https://i.postimg.cc/gk9XB35J/Screenshot_2018-09-23_at_12.45.50.png. Can that be done using the Advanced search? the search by location is no good for us. I have not bought the product from you yet, but I am interested
sorry am not sure what you are looking for
you mean search in the map?
Hi basti, please respond to my support ticket
hmmm i cannot find any email from you?
can you let me know what is the issue?
or email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
Hi basti,
suddenly my sms and email notifications have stopped working , the enabled options for SMS and Email gateway are not picking up at time of order. when i send a test email and SMS it works fine , but while ordering the option is not picking up .
try to check your cron jobs
maybe your server does not process the cron jobs anymore
also check the email and sms logs you can see the status if send or not
here is the screen shot of logs
sms logs – https://ibb.co/bUyogp
email logs – https://ibb.co/m6jGZ9
i never had to enable cron job for sms and email order notifications before
try to run the cron jobs manually in your browser and add ?debug at the end of the link
for sms can you check the folder if you can see this
cronHelper/.locksms
if you can find this file just delete it and try to run the sms cron jobs manually in your browser
example
/cron/processemail?debug
cron/processsms?debug
tried.. all pending sms and email got triggered.
cronHelper/.locksms where to find this file ?
Hi Basti , i guess there is somthing with the order function , it previously use to trigger the email and sms both . from last few days it stopped.
mate no changes in sms functions
i never touch those code during updates
send me your admin login and ftp access i will check
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
Email sent with login and log
reply sent
sent login for admin
sent
Hi basti, I sent you a messages like two times but no reply. Is there any mobile app updates coming anytime soon? and can you implement Pesapal as payment gateway both in web and app? How much it can cost?. cc:wilsonjmashaka@gmail.com
hi mate
there will be updates for mobile app before end of this month
btw i replied in your email
cheers
Thanks, am waiting for update to buy mobile apps, will update be for both customer, merchant and driver app or just customer app? and i sent you the documentation link for pesapal.
hi mate
update for mobile app is already release 
yes there will be update to merchant and driver app
cheers
btw i replied in your email
I sent you an email
sent
hi,
when will be the next update?
it will have more seo options?
thanks buddy
am doing a survey and seo is added on those list
kindly vote here https://linkto.run/p/C9R31O2Obtw mobile app will have update and merchant and driver app
Dear Basti
I suggest you to add in document > /dev/null 2>&1 code to each cron job
its important to stop cron from sending mails every cron job
for example
curl https://xxx.com/driver/cron/processpush > /dev/null 2>&1
Regards
thanks mate and will do i already posted a link for that
https://www.a2hosting.com/kb/developer-corner/linux/disabling-e-mail-notifications-from-cron-jobsand sometimes it will depends on the server some server has options to not send email in cron jobs settings and some does not have

cheers
I am trying in install the application on aws ec2 instance but getting 500 error can you help me with this
sure mate
can you check first if your server mod_rewrite and allow_overwrite is enabled?
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
Everytime customer orders food. It combiles name+phonenumber@mywebsitedomail.com -> Why its creating wrong email and sending it? Customers are not getting email.
Thanks!
sorry what do you mean?
can you provide screenshot?
does the customer checkout using guest checkout?
i dont remember in my code am combining this 2 only if guest checkout for email address cause they don’t need to put there email address
I think it happens when customer users guest checkout
how to add one more field to enter email in guest checkout
ah ok in guest checkout the email address is optional they can enter their email address or not
if they don’t enter any email address that is when the code generate random email address cause this is needed in account
How to change the box color of the closed merchants. Graying out the closed merchant.
Thanks
sorry can you provide screenshot?
I want change the box color of the closed restaurants (Something like greyed out)
Hi, how can I change the color of the closed store box? like faded color
Check the link: https://imgur.com/a/uYkwCCZThanks
am using bootsrap color for that but you can simply over write those css
in assets/css/store-v2.css
add this at the very end
.result-merchant .label-danger{
background-color:grey;
}
I mean that entire rectangle. Not just the little closed button. I want entire container to be in a different color.
Thanks
in store-v2.css look for .result-merchant .inner
Hi, I sent you a message the other day and was just wondering if you had received it
sent
Thanks, is it best to contact you via reply to the email or on here?
let me know if you reply here so i can be notified 
Driver app Unable to add team or drivers.
Error from log
Stack trace: #0 /home/qc2urze64tnr/public_html/yiiframework/db/CDbCommand.php(1278): CDbCommand->execute(Array) #1 /home/qc2urze64tnr/public_html/protected/components/DbExt.php(29): CDbCommand->insert(‘{{driver_team}}’, Array) #2 /home/qc2urze64tnr/public_html/protected/modules/driver/controllers/AjaxController.php(146): DbExt->insertData(‘{{driver_team}}’, Array) #3 /home/qc2urze64tnr/public_html/yiiframework/web/actions/CInlineAction.php(49): AjaxController->actionCreateTeam() #4 /home/qc2urze64tnr/public_html/yiiframework/web/CController.php(308): CInlineAction->runWithParams(Array) #5 /home/qc2urze64tnr/public_html/yiiframework/web/CController.php(286): CController->runAction(Object(CInlineAction)) #6 /home/qc2urze64tnr/public_html/yiiframework/web/CContro in /home/qc2urze64tnr/public_html/yiiframework/db/CDbCommand.php on line 358 General error: 1364 Field ‘date_modified’ doesn’t have a default value’ in /home/qc2urze64tnr/public_html/yiiframework/db/CDbCommand.php:358
looks like your server mysql strict is enabled
if you have options to turn those off please do so
and try again
mysql strict mode cannot be disabled on godaddy shared hosting, what hosting service do you recommend ?
And also, looking at Yii 1 framework, security updates will end 2018 which is a security concern for your application. Do you plan to release or upgrade to Yii 2?
kindly post this question in driver app 
i have a version that is working with mysql strict is enabled
for updating to yii2 as you know yii 2 is very different from yii 1 they rebuild the whole framework
so if there is update to new framework i might use laravel
Please use laravel, when do you think you will upgrade ? This year or next year?
will do
i have a project that i use laravel and it looks like
sorry i cannot promise but let see
cheers
However, having some troubles with mobile apps and driver app. Can you compile ? If so please email me custom fee and pay info. Thanks.
If you have a project look alike, can I purchase ?
sure but with fee?
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
Email sent
sent
email sent
sent
Sent
check your email
sent
Sent
sent
Sent
Sent
sent
sent
sent
email sent
reply sent
reply sent
sent
Reply sent
sent
Where and how I should add condition to voucher code. To check if the subtotal is more then $20. Any condition I add in AjaxAdmin it just dosnt work I cannot add any items to cart. i’m adding something like :
elseif($sub_total_after_less_vouc… < 20){
just show a message;
}
I really need help. Its kinda urgent
add your condition in ajaxadmin.php in function applyVoucher()
add this
if($this->data['sub_total']<=20){
$this->msg = "sub total must be greater than 20";
return ;
}
Where should I add this condition exactly
Fixed. Thank you so much Basti
sorry its not fixed
Sorry, its working now.
Thanks!
can you verify that is the only functions when applying the voucher code
I don’t understand, what u mean?
ah sorry
you already fixed it
cheers
Kindly check email.
sent
Check email please. Replied
sent
Hi basti
How do I migrate to Mapbox? Did you create any tutorials?
just create your account in http://mapbox.com/ and after you create account you will get your Access Token
and set those in admin -> settings -> map api keys ->Mapbox ->Access Token
and make sure you choose mapbox as Choose Map Provider
Hi Basti,
After updating to KMRS 4.7 on the Merchant webpage, the audible alert for new orders is not ringing. The option is set on. Where to check to fix?
https://postimg.cc/TpngpJ2Qthere is no changes on this part kindly verify again
also the sounds will play only in web browser not working in mobile device like ipad