29719 comments found.
hi, how can I add Special Instruction Button with item ?
Thanks
what do you mean? can you provide screenshot?
www.mydomain.com is currently unable to handle this request. HTTP ERROR 500
you forgot to update all your files
1. update your yiiframework folder cause it has the newest version of yii
2. update your config/main.php with this sample http://bastisapp.com/helpfiles/new-main.phps make backup first your main.php before replacing after you replace with the new main.php edit the database connection to your database old connection
and make sure you run the update db found in admin dashboard
thanks
Hi Basti, can a merchant do inventory management on food item , like if he has marked 10 Food items in stock and they are reduced on every order and marked out of stock once done.
hi mate
food inventory is not present yet in kmrs i was thinking to add this as new features in future updates
basti , looking for gprs printer configured.. is there on your mind you can consider this for a new add-on .
i have buy already a bluetooth printer and thermal usb printer
yes it wil be added in next update
i don’t have gprs printer 
Hi Basit, can you reply bit urgent if possible? I am migrating to a new hosting company and a domain. For website, I copied the files to public_html and I run this yourserver/install.php command, then click next to enter information about database. What is DB host? when I put ‘localhost’ as DB host and enter rest of info about database (already created), I click next and get this dead end: , Connecting to database..Uncaught exception: could not find driver. Please help.
Issue resolved. however, still in mess. I sent you email please check. Thank you.
reply sent
Hi basti, the website does not work even after successful install, the admin, merchant link 500 error, and broken main website. actually I have been working on this for last 4 days, nowhere till now. I dont know whats wrong. Can you do a basic fresh install of the website that will work. I have already sent you access.
i replied in your email 
you are including view tables when you export the database kindly read again my instructions very carefully
unless you backup db has issue 
Hi Basti,
How can I put an additional tax. In other words, add another field for another tax.
Thanks
sorry this is not available 
can you give me example how this works?
Thanks for your reply.
Can you give me your email please?
Regards.
leave a comment here once you send it so i will be notified
Hi Basti,
I’m having a serious problem with the system. I’m not sure how to explain this, but apparently some users are getting access to the other ones accounts even logging into their own account.
For example, I access my account with my login and password, but I enter into someone else’s account. Or I order on my account, but the system shows as if someone else had requested it. I still don’t quite understand what’s going on.
Do you know if someone else has ever had this kind of problem or if there is some kind of error like that in the system?
Thanks.
hi mate
is this customer account? there is no way to login to someone account without knowing the username and password i suggest change the password
Yes, it is. It seems to happen with facebook login.
sorry but there is no way
check the file components/ajaxadmin.php and look for functions FBRegister
facebook login is looking for email address not username
On customer list some entries are with “undefined” on email field, can this have anything to do with the problem? If not, why does this “undefined” happen?
hmmm that means there is no return email from facebook login can you send me your website and ftp so i can investigate
I sent you these information and the admin login. If you look in the customer list, you’ll see that the #999 register is with this problem.
reply sent
Hi basti, the problem persists. Can u help me?
hi mate
sorry is this the issue with facebook login ?
Yes, it is
can you add this in the file components/ajaxadmin.php
look for functions FBRegister() add this code
if (isset($this->data['email'])){
if ( $this->data['email']=="undefined"){
$this->msg=Yii::t("default","Invalid email address");
$this->output();
Yii::app()->end();
}
}
Okay, I’ll be back if the problem persists. 
let me know mate
Where exactly should I add this part of the code? Soon after public function FBRegister ()?
yes
public function FBRegister (){
// insert here the code i posted above
}
Ok, thanks 
cheers
Hey man, it didn’t work :/
what? did some fb registration have no email ?
can you send me your database access so i can check the records
what is being inserted in the db
I’ll update my facebook api and i’ll contact you if the problem persists.
cheers
Hi,
I still getting “undefined” email on some facebook login, even after update my facebook api. Look at this, another people are getting the same error with the api.
https://stackoverflow.com/questions/18166089/unable-to-access-users-email-getting-undefineddid you update to latest version?
the problem said in the link if the customer email address is not verififed
Yes I did.
Look at this https://developers.facebook.com/docs/apps/changelog#v2_4
On “Declarative Fields”
I think that’s the problem.
no what i mean is if the customer facebook account is not verified it will not return email address when calling the api
Hello Basti, please check e-mail.
i cannot find any email from you
email me here https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
Hi mate where i can edit merchant login left menu layout
components/functions.php and look for merchantMenu
Hi mate thank you it is got cleared please click this link i am getting error https://drive.google.com/file/d/0B1ApQdgdS5jRaFJ5WlRPcEQ0SDA/view?usp=sharing
you need to set google api key in your admin -> settings and make sure you enabled following api
Google Maps Distance Matrix API
Google Maps Geocoding API
Google Maps JavaScript API
Google Places API Web Service
Google Maps Directions API
Yes sir got clear thank you
cheers
Dear sir if you make future updates like editing and adding products from app itself it will be to useful
you mean in merchant app ? sorry but i don’t have plans for that
Ok no issues
cheers
Send you a email. .
reply sent
Hi Basti,
I have installed the last version and import a database from the 2.6 version. now the size’s of the foods are showing in merchants store page. That was not showing in 2.6 version.
http://prnt.sc/eg012w How can i solve this?its because of the update
do you want to remove the size?
Yes i want to remove the size from the menu, but not from the popup, because some products have 2 sizes.
http://prnt.sc/eg7iwpOr can i show all sizes an prices in the menu?
?
you can remove the size
showing all the price in the menu will mess the current design
to remove the size open the file components/functionsv3.php and look for functions getItemFirstPrice
change the line
return $size.” ”.self::prettyPrice($regular_price);
to
return self::prettyPrice($regular_price);
How to change front end of script ?
you can find all the templates in views/store and views/front and the css is located at assets/css
Hello Basti, 1) Do you have the SMTP mail server coded with your system ? Because I configured SMTP properly from admin and made sure my port is open but it didn’t worked. However while using PHP mailer’s all mails are going in spam. How to fix SMTP issue please? 2) Can we also Cafe’s in the system (not just Restaurants) 3) Why only certain section of map is coming http://prnt.sc/efwg8q Thanks
hi mate
1.
am using my own server for smtp
so i cannot give you example 
usually the settings for smtp can be found when you create a email in your server you need the outgoing not incoming settings
and for spam you need to set a valid email address in admin -> settings – > global email sender don’t use dummy email like noreply@ make sure the email exist
2. i believe you can someone use this for florist
3. i believe the map is still loading try to drag the nap
Hey mate,
I can access all sorts of URL without being connected as admin. For example :
http://bastisapp.com/kmrs/admin/ajax?action=rptMerchantSalesSummaryReport&tbl=itemHow can I prevent that please? This is really a security issue don’t you think?
I’m sending you this PM as I don’t want everyone to see this security breach.
ah i think you are correct mate
i really forgot about this one
you need to put the checking of admin or merchant if this report can be found in admin
you need to add this
if(!Yii::app()>functions>isAdminLogin() ){
}
if merchant
if(!Yii::app()>functions>validateMerchantSession() ){
}
Basti, rptMerchantSalesSummaryReport was just an example.
The issue is present for all of the Ajax functions…
Therefore, I was looking for a more generic solution. Adding “isAdminLogin” or “validateMerchantSession” to 300+ functions is clearly not a good idea.
you can place it in the controller/ajaxcontroller.php
before action just like what you see in admincontroller.php
public function beforeAction($action)
actually just wait for my updates as you might not understand the solution for this
Well I might understand more than you think. Including finding important security breaches across all your website. Like this one regarding Ajax, or a previous one regarding XSS…
actually i think that is the only problems about xss ajax csrf token is already added
hii
How to change front end of scrript ?
you can find all the template for front end in views/store
i can not get any files in views/store
also there is not files HTML for edit it or do every thing in it and all the front end is HTML
mate all html file for front end can be found in protected/views/store
example in homepage the file is views/store/index.php
HUGE problem, i enabled google recaptcha and everything went find put in the keys and all, worked well for 1 day and now it says invalid-input-secret i tried looking through the table in mysql to see the setting and diasble it being required to log back in but cant find it, and now im locked out from all areas where is the table that has these settings so i can disable it being required
hi mate
it means your secret key is empty try to open your phpmyadmin and in the table _option look for a option_name = captcha_site_key and captcha_secret try setting your key
for admin login to enabled the captcha the key is captcha_admin_login try to set to empty the option_value so that in your admin login there is no recaptcha
thank you, taking the admin one off worked but the key deff wasnt empty. my guess is it possible the key stopped working on googles end for some reason, cause it worked the first day i used it. i couldnt find them in the tables i was searching everywhere but it didnt help not knowing what the setting may have been called
are you able to login to admin panel? check your settings for google captcha
i don’t think so if its working before it should be working fine
also when u buy the extensions, are they built into the script now because i did the export one and nothing works i even went through the comments and tried to do what advice you gave others but to no prevail
sorry for exportaddon you need to change the url to small letters cause of the update the url change to all small letters
change the url to /exportmanager
instead /ExportManager
example http://bastisapp.com/kmrs/exportmanageryes all addons is for kmrs
when i go to do that it automatically changes it back to the upper cased link, do you mean in the code somewhere?
nevermind i got it
so all of your extensions show in the code and on the admin dashboard are they are fully able to be used from just the purchase of this, or they only work after buying the right extension and adding the file?
yes
Email sent
please wait for my reply
Ok
Do not forget me mate
reply sent
reply sent
reply sent
reply sent
New reply
hi sir, need to check with you why am i getting this “Add New List First Name” only? for this link “http://abc.com/estore/admin/userList/Do/Add/?id=1” the rest all ok. only this page. i never edit any of your file on this.
as i need to enable setting theme so i need to access the page.((
what do you mean?
for theme settings
edit your admin account
go to admin -> user list -> edit your admin account -> tick the access to all menu -> logout then relogin again
i cant access the page on admin->>user how to edit.
have send you email all the details.
reply sent
solve thks sir.
cheers
How to disable delivery time?
by default delivery time is already disabled
you can make the delivery time required in merchant panel -> settings -> Make Delivery Time Required?
Make Delivery Time Required? check box is unchecked.
But show Delivery Time picker.
My file has some problem? Please let me know.
Thanks
can you send me the merchant login? and i will check
hey basti previously sms is working fine but now it is not working. I am using bhashSMS. The message deducts from the sms provider and in the sms log the sms is processed but i didnt recieve any SMS please tell me whts the problem
i have got “The requested content cannot be loaded. Please try again later.” this error in the TEST MESSAGE while sending a test message to a phone
hi mate
check your bhashsms account see if there is any sending of message remember i just calling the api for bhashsms if the message is send or not you need to ask bhashsms
hey basti thanks for the reply and the message is deducting from the BHASHSMS account and i also try to send sms from the bhashsms server and it is working but the problem is with the website. I have sent you the FTP access in the previous mail. Please go through my website and check whats the matter. Its urgent mate i want to live my website soon. So rally need your help!!! Thanks for your support BASTI!!
mate i just calling the api for sending sms if the sms is sent in your BHASHSMS account that means its succesful ask BHASHSMS why you cannot receive the sms
ok i will ask BhashSMS but for my sake please check my website
ftp access is in your previous mails i just want to verify that the problem is not in your code
mate is not the code if your account is being deducted that means bhassms receive the request for sending sms
did you check if the mobile number is correct? like with if there is country code or plus sign
yes i put the country code and check also previously it is working fine but the problem starts yesterday
well you need to ask bhassms
if it is not the code problem mate then why your code is showing me this error ” The requested content cannot be loaded. Please try again later. “
check you mail i have sent you the screenshot
i don’t receive any screenshot from you can you send it here
you just said your account is deducted and you can receive sms before
check it now it take some time to receive to you and how i send you here
no email from you mate you can upload the screenshot here http://imgur.com/upload
or
email me here https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
send FTP access
please check your mail
reply already
thanks basti you are the best. let me see if it is working or not
sorry to disturb you again please help me with another issue the mobile verification is working on website but not working on the app..
also one thing the facebook login is not working on other accounts. I have sent you the screenshot please check it and tell me
for mobile app please post it to mobile app item
same as facebook
Thanks basti for your valuable solution and i messaged you on the mobile app item. and please check your mail too
basti i know whats the problem now with my messages when i enter the country code then message was not sent but when i send message without the country code then message will be sent. you have my ftp access and admin password please check whats the problem and revert me soon Thanks Regards Eatershub
basti the problem is of country code what to do tell me please…
hi mate
can you tell me example number with country code? and without country code that works?
so i can give you a quick fixed
mate i fixed it thanks
great!
plase revert me basti!!
hey basti sorry for the late reply previously sms is working fine but now it is not working. I am using bhashSMS. The message deducts from the sms provider and in the sms log the sms is processed but i didnt recieve any SMS please tell me whts the problem
i have got “The requested content cannot be loaded. Please try again later.” this error in the TEST MESSAGE while sending a test message to a phone
reply already
ok thanks
cheers