29722 comments found.
Hi Could you make a Point Of Sale add on for local orders. Thanks!
hi mate sorry but i don’t have plans for POS 
As it is the best way to make an update of my portal that is made with karenderia, to the new version that you uploaded ??
hi mate
for the updating the site
you won’t loose anything in terms of data
just replace your current files withe new files
also this is very important
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 man! is it possible to enable gzip compression? If so, should i add something to .htaccess? My server currently has it enabled. Thanks!
yes you can just add those in htaccess 
I sent you a mail with my ftp access information SUBJECT : PERU CHEFS WEB
hi mate
that would be correct cause its responsive
check my website you can see its basically the same
sorry my bad
did you change anything in the css ?
i change only the size of logo, in responsive.css, but why the page in pc looks like mobile?...i sent my ftp access info to your gmail
hi mate
revert back what you did you must have messed the closing of css
and try again
thanks
can i use the same push keys for the merchant app and the mobile app ??
yes you can 
Hello BastiKang, Don’t know what to do again. Keep seeing updates without my request. Can you at least incorporate the Location Drop-Down or something Similar to https://www.foodpanda.in so that I can get started. Not everyone likes to depend on Google API so let the Admin upload a list of locations where users can select from during Searches and Registrations.
Have waited just too long for something like this. I asked for just a feature of which few other people have also asked about.
Please kindly release an Update with my request or send me
Kindly respond ASAP let me know how many more weeks to wait
My Support here has expired and Am ready to renew Support and also buy Mobile App but just honor my request.
hi mate
sorry but i cannot add this yet since am working in driver app update also this will need a lot of changes so this will not be an easy update
Hi Basti, i have to update my website from V3.2 to V3.4 Can i get the change log as which files to replace?
sorry mate i don’t have one 
you can use winmerge to check what new files has been added or changes
http://winmerge.org/Hi Basti
Some improvement tips for the system:
1- In home in indicated restaurants should be in randon 2- When doing the searches by restaurant the result should also be in randon less those who are sponsored and should first appreciate those that are open and then the ones that are closed because this makes it easier for users
Question 2 also applies to the customer app.
Can you make these improvements?
hi mate
1. i agree with you on the home page to be random
but on search results i don’t
it should be sort by
distance, sponsored
cheers
No doubt should keep the criterion of distance and sponsored but by the memos those that are open should appear before those that are closed.
Could make the display in 3 blocks: 1º Displays sponsored regardless of whether it is open or closed 2 Displays all that are open by distance criteria 3rd Show all that are closed by distance criteria
Another issue of improvement is the The additional items could be paginated as well so the list would not stay as long as you imagine the following situation:
A restaurant has 30 different types of pizza and has the option of 2 flavors pizza, the customer has 60 options ie a very long list. Doing by paginanão it would choose the first taste soon the second one and also can be placed the suggestion of drink if it is registered like suggested item, this also would be more expensive pratio other cases like a hamburger the addicine client the item in the request opens a page giving suggestion Of additions where he could add or not the additional ones that are in the list subsequently paginaria for the suggestion of drinks. This way it would be more dynamic and fast for the client, not having to search for the categories.
These improvements as I mentioned before should be for the site and for the client app.
Basti Anything about that?
hi mate
sorry for late reply can you send me a sample screenshot about the search results?
Hi Basti
Follow the link to the prints
https://drive.google.com/file/d/0B2xxiQEGeS68dmlHUnlJaVR1bFk/view?usp=sharing https://drive.google.com/file/d/0B2xxiQEGeS68cGJnX0FZS2psS0U/view?usp=sharingThis site has the paging system during the requests you want the link of him too?
ah ok thanks for the screenshot mate will do take note
Hi Basti
Good day 
1. Kindly check email.
2. To accept order, when admin/merchant change status order via EMAIL, it redirect to change order to ‘received’. Theres no issues when merchant confirm order via Merchant/taking order app or via backend, as i change already status at backend. just an issue when accept order via email. how to change the order from ‘received’ to ‘accepted’ via EMAIL? Attached: https://s14.postimg.org/fif91glhd/debug.jpg
3. for preorder, how to make customer can only choose pre order and time that they can choose is 2hours onward from order time? example: customer order at 11am, and at checkout, customer can choose order time by click preorder and time 2pm onwards
Thanks 
hi mate
1. reply sent
2. you can change it in the file controller/storecontroller.php and look for the functions actionConfirmorder()
3. the pre order will based on the merchant opening times
example merchant opens 8am – 5pm only customer change pre order from this opening hours if the customer choose 6pm they cannot proceed with the order
1. reply sent (email)
2. succesfull, thanks!
3. i see, tq 
reply sent
hi basti, emailed
Hi basti, did u get my email? Kinda urgent. Tq
reply sent
Choose Payment option
store/merchantsignup/Do/step3b/token/1c6e9f62cd65b4ec67551226dd56f20c
Payment step 3 of 4 Select Package Merchant information Payment Information Activation
hi mate
long time no chat
sorry what is the issue?
yes long time lol sorry, (Package Merchant ) Does not process the payment is giving error
can you give me the site again so i can try?
include the ftp access so i can fixed if there is any issue
what type of payment you select ?
email me here https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
Thanks, reply to email – GMAIL
Hello Basti!
Where can I change page titles (<title>):
Title: Merchantsignupinfo Store – /store/merchantsignupinfo
Title: Signup Store – /signup
Thank you friend!
open the file controller/storecontroller.php and look for the function actionMerchantSignupinfo
simply add this line
$this->pageTitle=”YOUR NEW PAGE TITLE”;
Thank you Basti!
Could you please be specific where I would put it?
public function actionMerchantSignupinfo() { $this->render(‘merchant-signup-info’,array( ‘terms_merchant’=>getOptionA(‘website_terms_merchant’), ‘terms_merchant_url’=>getOptionA(‘website_terms_merchant_url’), ‘kapcha_enabled’=>getOptionA(‘captcha_merchant_signup’) ));
}
Help me please!
before the line
$this->render(‘merchant-signup-info’,array(
I put it this way more gave error on the page:
$this->render(‘merchant-signup-info’,array($this->pageTitle=”YOUR NEW PAGE TITLE”;
is correct?
I’m sorry, I’m a programmer’s apprentice.
no mate
sorry its like this
public function actionMerchantSignupinfo()
{
$this->pageTitle=”YOUR NEW PAGE TITLE”;
$this->render('merchant-signup-info',array(
'terms_merchant'=>getOptionA('website_terms_merchant'),
'terms_merchant_url'=>getOptionA('website_terms_merchant_url'),
'kapcha_enabled'=>getOptionA('captcha_merchant_signup')
));
}
Friend put the code and an error appeared on the page and was not loaded.
hi mate it should work 
don’ copy the < code >
you are not copying the code correct
try to search this in storecontroller.php
$this->pageTitle=$seo_title;
this is what exactly you will copy but you need to replace the value with your new page title
example
$this->pageTitle= “MY new page title”;
Hello Friend!
I solved the problem!
Thank you and congratulations again for the wonderful support!
glad to hear that mate cheers 
Hi Basti, why search option always take address, even if i want to search by cuisine in URL it take address even if don’t select any address searcharea?st=Los+Angeles%2C+CA%2C+United+States&category=Indian
Why is it so?
hi mate
that would be correct 
cause it will get the distance from what you put a location before
Hi Basti, I am using Bhashsms for OTP, When i check test sms on sms settings it working fine without country code, when i try with country code i did’t get sms alert but sms log informs its done, i manually tested Bhashsms parameter in my browser and it was working fine with country code and without, can u pls help me to slove the issue
hmmm that’s weird
does the country code is with plus sign + ?
yes
hmmm if the status is send it means its succesful can you counter check the logs in Bhashsms what happen in the text message?
Hi Basti, I have the version 3.2. Why the merchant bakend doesn’t send email when the restaruants confirm the order (change state) online (not using the app for merchant) ? thank you
hi mate
is these part when you change the order and a pop shows?
Yes when the popup for the “order status change” appears in the merchant web dashboard. Changing the status the email and notification is not sent. But from the mobile app for merchants all works fine. How can I fix this in the backend?
hi mate
let me check this first on my end and get back to you
Hi Basti, did you check this issue? How can I solve it?
hi mate
i did check this on my end but its working fine on my end this is the functions in ajax.php sendUpdateOrderEmail()
am calling the same functions for sending emails
can you verify make sure the subject is not complicated?
We updated our site today also set the cron jobs for sms but in status we are getting pending first and after 1 min (executed by cron) status turn to Error Code: 20404 – also there is not message in delivery report. We are using MSG91 Please help
hi mate
i think you did not select msg91 as default sender that error is for twilio https://www.twilio.com/docs/api/errors/20404We have selected MSG91 only.. Test sms are working but while placing order its not working. even in Cron log we saw provider Msg91.. Please see
One more thing.. SMS are delivering when placing COD but showing Error when placing with Razorpay
Hi… I think you forgot to code for MSG91 in Cron Controller.. please check .. I think problem is from that end only as no code for msg91…
hi mate i think you are correct you can just add the same code for the cron jobs just copy the code
Which code ? Please send the code to use in Cron controller for MSG91
} elseif ( $sms_provider=="bhashsms") {
$Bhashsms=new Bhashsms;
$Bhashsms->user=$bhashsms_user;
$Bhashsms->password=$bhashsms_pass;
$Bhashsms->sender=$bhashsms_senderid;
$Bhashsms->sms_type=$bhashsms_smstype;
$Bhashsms->priority=$bhashsms_priority;
$Bhashsms->to=$val['contact_phone'];;
$Bhashsms->message=$val['sms_message'];;
$Bhashsms->is_curl=$bhashsms_use_curl==1?true:false;
try {
$raw=$Bhashsms->sendSMS();
$msg="process";
} catch (Exception $e){
$msg=$e->getMessage();
}
} elseif ( $sms_provider=="msg91") {
$msg91_route=getOptionA('msg91_route');
if(empty($msg91_route)){
$msg91_route='default';
}
$msg_resp=Msg91::sendSMS(
getOptionA('msg91_authkey'),
$to,
getOptionA('msg91_senderid'),
$message,
getOptionA('msg91_unicode'),
$msg91_route
);
if($msg_resp){
$msg="process";
$raw=$msg_resp;
} else $msg=Msg91::$msg;
}
Doesn’t work ! Anyways i used bit of my coding skill and made following changes to make it works 
elseif ( $sms_provider==”msg91”) { $msg91_route=getOptionA(‘msg91_route’); if(empty($msg91_route)){ $msg91_route=’default’; } $msg_resp=Msg91::sendSMS( getOptionA(‘msg91_authkey’), $val[‘contact_phone’], getOptionA(‘msg91_senderid’), $val[‘sms_message’], getOptionA(‘msg91_unicode’), $msg91_route ); if($msg_resp){ $msg=”process”; $raw=$msg_resp; } else $msg=Msg91::$msg; }
hi mate glad to hear that
cheers
Hi, Basti,
For the latest script update (11/17/16), did it have the fix for “Pay On Delivery” changed to “Pay On Pickup” when it is Pickup? We plan a time to upgrade the scripts to 11/17/16 version, but have not done yet.
Thanks,
Jason
hi mate
sorry but i think i missed this updates i already added in my update list
ok. can you post a quick fix here? really want to get it corrected since we just got some complains from client on that. thanks
here is the quick fixed
1. open the file views/store/payment-options.php
change this
$this->renderPartial('/front/payment-list',array(
'merchant_id'=>$merchant_id,
'payment_list'=>FunctionsV3::getMerchantPaymentList($merchant_id)
));
to
$this->renderPartial('/front/payment-list',array(
'merchant_id'=>$merchant_id,
'payment_list'=>FunctionsV3::getMerchantPaymentList($merchant_id),
'transaction_type'=>$s['kr_delivery_options']['delivery_type']
));
2.
open the file views/front/payment-list.php
change this
<?php echo $val?>
to
if ( $key=="pyr"){
if ($transaction_type=="pickup"){
echo t("Pay On Pickup");
} else echo $val;
} else echo $val;
yeah, that works. thanks
cheers 
thanks..
just replied an old email to you regarding menu tab/type (dinner menu, lunch menu..). pls kindly check out. cheers!
reply sent
Basti, I set the holidays for a restaurant but someone was still able to order.
hi mate
check the timezone set in the merchant cause merchant can also set the timezone in the settings
the default timezone can be set in admin settings
I control all of the merchants. The time zones are correct.
hi mate
please verify again
this issue is with the timezone set
the default timezone of your website will be use is your server timezone
Both set to America/Chicago. The hours work fine. It opens and closes on schedule. And, on a holiday, it shows closed on the page, but it still allows orders to go through.
Just tried again. Shows merchant as closed, but Checkout button is active.
did you try to do a checkout? can you send me a scenario of your settings so i can replicate on my end?
Yes. Details sent to your email.
i think i know what happen you remove some part of the code in the menu.php
i don’t see the delivery time field
also can you send me the merchant login so i can do a fully check?
I removed the time, but that should have NOTHING to do with it as it should be closed ALL DAY on a holiday.
hi mate
i think you are correct i just investigate and try on my end
holiday does not work anymore 
anyways here is the quick fixed
open the file components/functionsv3.php and look for the functions isMerchantcanCheckout
after the line $code=1; $button=t(“Checkout”);
add this
if ($holiday==1){ $code=2; }
That appears to have solved it, Sir. Thanks!
cheers 
Hi Basti,
Do you have a plan to add function for merchant admin to edit customer order ? we need to edit order especially in quantity of product that customer order.
Thanks
yes i do
in future update
thanks
Hi Basti, just sent you an email with the subject line “Map Problem”. Could you let me know what my problem is? Thank you!
Hi Basti, did you receive my email? The reason I ask is I just got a message like this:
This is an automatically generated Delivery Status Notification
THIS IS A WARNING MESSAGE ONLY.
YOU DO NOT NEED TO RESEND YOUR MESSAGE.
Delivery to the following recipient has been delayed:
support@codemywebapps.comMessage will be retried for 1 more day(s)
Technical details of temporary failure: The recipient server did not accept our requests to connect. Learn more at https://support.google.com/mail/answer/7720 [codemywebapps.com 207.148.248.143: timed out]
So I was wondering if you got my email with questions about my map problem and my customer signup problem?
Thanks!
Here are the problems I am having just in case you didn’t get my email:
1. I`m having a problem with directions to merchants from the `map` tab on the merchant page. The map shows up fine but when I check for direction there is an error message that pops up that says: “Error: Something went wrong REQUEST_DENIED”
here is a screenshot: http://imgur.com/G1IgSKy
I`ve enabled Google Maps Distance Matrix API, Google Maps Geocoding API and Google Maps JavaScript API in my google developer account and all the other maps functions seem to work in the main search bar, in the sidebar that shows distance to the merchant, etc. The only thing that doesn`t seem to work is the directions in the merchant map tab.
2. When I try to signup as a new customer at checkout it gives me an “ERROR” message at the top so right now I can’t add any customers which isn’t good.
Screenshot: http://imgur.com/omego3d
Any idea what is going on with both problems? Thank you!
hi mate
am using a gmail email its bastikikang@gmail.com
for your question
1. in your google project enabled the following
Google Maps Distance Matrix API Google Maps Geocoding API Google Maps JavaScript API Google Places API Web Service Google Maps Directions API Google Places API Web Service
2. can you send me your website so i can do a test? and your ftp access
Hi Basti, I did get the maps working after enabling Google Maps Directions API, thank you! I’ve sent you the FTP info so you can check out the customer account problem. Thank you!
hi mate
try again it was the folder permission for the htmpurfifier
thanks
thanks Basti, it works now. just to clarify anyone who has the same problem it was a permission issue in folder called ‘protected/runtime’ for some reason my server didn’t create the folder when the system was installed. thanks again basti!
cheers 
Just purchased script. How do I turn off commission and membership for merchant? I don’t ever plan to talk to merchant about my business so I don’t need them to login. I’m just offering general public list of 250 restaurant in my city which I will delivery to them. My plans are for Driver and Customer only …no merchant necessary.
you mean the signup link on the front end?
go to admin -> theme settings -> Top menu
if you cannot find the menu theme settings just edit your admin account and tick the access and then relogin again