29736 comments found.
Basti,
My Mandrill is working perfectly, but no email from /admin/withdrawalsettings is working (These models are not being sent to the merchant). You can check, please?
can you remind me where this email ?
Hello Basti view menu on my site is not working ?? are you checking this 
hi mate i cannot login to your ftp can you send me your ftp access
thanks
Hey bastti, thanx for the update .. but i am on old versionon live site and want to add only new sms gateway from this update .which files to change ..
open the file components/functions.php and look for the functions sendSMS
and these is the new added for new sms
case "swift":
$SwiftSMS=new SwiftSMS();
$SwiftSMS->message=$message;
$SwiftSMS->to=$to;
$SwiftSMS->account_key=getOptionA('swift_accountkey');
$SwiftSMS->is_curl=getOptionA('swift_usecurl')==2?true:false;
try {
$raw=$SwiftSMS->sendSMS();
$msg="process";
} catch (Exception $e){
$msg=$e->getMessage();
}
break;
case "solutionsinfini":
$SMSinf=new SolutionsinfiniSMS;
$SMSinf->message=$message;
$SMSinf->to=$to;
$SMSinf->api_key=getOptionA('solutionsinfini_apikey');
$SMSinf->sender=getOptionA('solutionsinfini_sender');
$SMSinf->is_curl=getOptionA('solutionsinfini_usecurl')==2?true:false;
$SMSinf->unicode=getOptionA('solutionsinfini_useunicode')==2?true:false;
try {
$raw=$SMSinf->sendSMS();
$msg="process";
} catch (Exception $e){
$msg=$e->getMessage();
}
break;
and you need to copy the new files components/SwiftSMS.php and components/SolutionsinfiniSMS.php
thanx basti,will do the changes and reply you back
cheers
hey basti , i have done the changes but i cant see it on admin smss_settings where i can add api_key and sender_id for solutions infini sms api
i added code missing on ajax_admin and sms_settings.php from admin views
where can i change the sms text ‘your order sms code is 6576’
its working fine now ,,,so happy ..
thanx alot basti…
cheers 
where can i change the sms text ‘your order sms code is 6576’
components/ajax.php just search for that words
Basti, my search results are not lining up properly. Is it a CSS issue?
did you update to latest version 3.1 ? can you send me your website url so i can check
I did the update. Https://www.wedashyoudine.com
open the file assets/store-v2.css and look for .result-merchant .inner and add min-height:600px;
these happens cause some of your merchant has no cuisine and lack of info
i belive its better for list view instead of grid view
https://www.wedashyoudine.com/store/searcharea?s=Bienville%20Blvd,%20Ocean%20Springs,%20MS,%20United%20States&display_type=listviewDid you get a chance to check it?
see my answer above
Awesome. Thanks, Basti!
This looks bad on grid view. What I have found is that it is the images not lining up correctly. They are different heights and it is scaling them by width. I am going to see if I can find the CSS to change on my own.
I changed the max-width and min-width attributes to max-height and min height. It makes everything line up regardless of the view, grid or list.
hi mate
thank you for the heads up
cheers
Hello Basti i sent you an email in regards to my site Please Help!
hi mate
your website is ok i just check it myself
are you using shared hosting on bluehost ?
mine too sometimes its down and sometimes is up
so an moving to a new server this week
shared hosting is not reliable you need dedicated or vps atleast
thanks
Hi Basti its a dedicated Server please click view menu i cant view any restaurant menu i installed everything fresh including new data base
can you please check error log
I really appreciate your help buddy i have no idea what to do further
need your ftp access
How to add a restaurant has many outlet with same menu ? At this time what I did is adding more merchant for same restaurant name with different location.
Example: Pizza Hut Restaurant has 3 outlet with same menu for each outlet. I am making merchants: Pizza Hut Location A, Pizza Hut Location B, Pizza Hut Location C and adding the menu again for each location.
I think this is very time consuming and not efficient. Could we just make Pizza Hut location A, then Link Pizza Hut Location B and C to Location A ?
sorry no way that’s why i create these addon http://codecanyon.net/item/kmrs-duplicateexportimport-merchant-addon/13348630
each branch should have different records for records purposes
thanks
I do understand with the add-ons, But it seems to change every price for each restaurant outlet for every change made or a new menu are added.
Imagine if there is a restaurant with 100 outlets around the country if there are 5 new menu or 5 menu prices change, need to do 100×5 = 500 ? Or the addon is providing to another solution for these case ?
hello @bastikikang, could you please let me know the answers?
sorry mate but there is no solutions for that as the program is design for one merchant with all there food item
thanks
I updated and now when I log in with facebook get the error: blocked URL: Redirection failed because the URI is not used in the release list in the application client OAuth settings. Make sure that the client’s OAuth login and web is up and add all areas of your application as valid URIs OAuth redirection. Before it worked Normal
hi mate
hmm i just tried on my end its working fine
you should not have a redirection those only for mobile app
thanks
I did not understand
on your facebook settings there should not be any redirection as those only for mobile app
you will need to put your website url and make the app public and put your email address
thanks
Yes, has the site and the app is published
same error ? wait i will update my demo to see that the fb is working now
thanks
Yes .. same mistake … how do I remove the url / store / home?
http://cliquepedidos.com.br/store/homehi mate
try to login to my demo using facebook and you will see its working
http://multiple-restaurant.codemywebapps.com/store/signupthanks
I can not log in, I clicked the button and nothing happens
hi mate i just tried my self its working fine try to hard refresh your browser as i made some changes on the demo server
how do I remove the url / store / home?
http://cliquepedidos.com.br/store/homesorry right now you cannot i will add on next update
Basti,
I purchased the SSL certificated to my domain but I’m receiving SSL error connect from paypal…you have some idea why?
See my SSL enable: http://take.ms/noJsd
You can check for me please?
can you try these see if will work
open the file /view/store/paypal-init.php
and look for the line
$params['RETURNURL']="http://".$_SERVER['HTTP_HOST'].Yii::app()->request->baseUrl."/store/paypalVerify";
$params['CANCELURL']="http://".$_SERVER['HTTP_HOST'].Yii::app()->request->baseUrl."/store/PaymentOption";
change the http to https
let me know it works
thanks
Still no….we can force all site to HTTPS? I notice now that something the SSL is not show. maybe I should force all site to HTTPS. How can I do this? You can help me if I send my server credentials?
try adding this in your htacccess to force the the url to https
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteEngine On
RewriteCond %{HTTP_HOST} ^yourwebsiteaddress\.com [NC]
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.yourwebsiteaddress.com/$1 [R,L]
</IfModule>
of course you will change the yourwebsiteaddress to yours
This part is right?
RewriteCond %{HTTP_HOST} ^99services\.com.br [NC]
I don’t think it worked too
this one
RewriteEngine On
RewriteCond %{HTTP_HOST} ^99services\.com [NC]
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://99services.com/$1 [R,L]
This forced my site to HTTPS…but I continue receiving: Curl Error no. 35: SSL connect error
can you try the one mention here
http://stackoverflow.com/questions/34932410/paypal-nvp-error-curl-request-failed-ssl-connect-error-35and the file to edit is components/paypal.php and look for the functions postData
many thanks
if nothing works send me your ftp access i will check it myself
I sent, let me know when you finish, please
fixed check your paypal
i just added this line curl_setopt($curl, CURLOPT_SSLVERSION , 1);
thanks
What file? 
components/paypal.php
Thanks…but see this warning on top: http://take.ms/Ch3V9
that would be in your paypal account
solved
cheers 
Not certain if this request is acceptable in this support forum, but was wondering if any Karenderia user has updated Spanish translation? Willing to offer anyone 20.00 for updated Spanish translation. Please save me some some work so that I can go have some beers instead!!
lol
me too i was waiting for other buyers to contribute language file 
Hi guys am doing a survey for new addon to kmrs please vote http://goo.gl/JpfdeU
if you have idea that is not included on the list pm me via profile
97b2d4b9-197f-473a-9c62-b060df153be8 – 14 Oct 2015 REGU
Hi I have update the script and the frontend is still the same … How can i change in the new one ? my domain http://128.199.80.73/restomulti/ http://128.199.80.73/restomulti/admin/userListhi mate
you will have to overwrite your current server files
1. assets folder
2. protected – but don’t over write the folder /protected/config
3. run the update database by visiting your website url
eg www.yourserver.com/update
thanks
Hello Basti,
Just noticed a recent update has been done. I have heavily edited my site and was wandering if you could provide the specific files affected so I can update just these files.
1. I also want to change Stripe from showing on the front end. i have followed one of the instructions you provided but seems not to work. How do I change Stripe to Card payment on the checkout.
2. I also like my customers to be able to have the option to click and pick up if we don’t deliver to their area. How can I achieve this.
Thx
hi mate
its better to use this software http://winmerge.org/just compare the folder protected with your current files
1. just untick the stripe on admin -> payment gateway
you can change the label stripe on the file /protected/functionsv3.php just look for the functions PaymentOptionList
note: you can change only the value but not the key
2. the merchant service must be set to pick and delivery
thanks
Hello Basti,
Just noticed a recent update has been done. I have heavily edited my site and was wandering if you could provide the specific files affected so I can update just these files.
1. I also want to change Stripe from showing on the front end. i have followed one of the instructions you provided but seems not to work. How do I change Stripe to Card payment on the checkout.
2. I also like my customers to be able to have the option to click and pick up if we don’t deliver to their area. How can I achieve this.
Thx
hi mate
its better to use this software http://winmerge.org/just compare the folder protected with your current files
1. just untick the stripe on admin -> payment gateway
you can change the label stripe on the file /protected/functionsv3.php just look for the functions PaymentOptionList
note: you can change only the value but not the key
2. the merchant service must be set to pick and delivery
thanks
hey basti,
ive made the march update but reviews are not saving. in fact there is not even any error message when a user tries to add a review 
hi mate
there is no changes on reviews please send me your ftp access and website address so i can check
thanks
Thanks Basti – I’ve sent you a PM. Let me know when it’s fixed
Thanks so much!
hi mate
i very like what you did on your design 
the review is not working due to your changes on the code it ha affected some javascript
also please check your code that you added there is error on this line $(”#submitFeedback”).click(function(){
use firefox with firebug
thanks
these code must be place after the jquery library has been loaded
Thanks Basti! So.. this is purely a javascript issue? So where must I place this code after? Can you tell me the line? Thanks!
i believe you menu template is using different template
put your all javascript on the footer
thanks
are you referring to the javascript for the feedback button that’s causing the issues?
There are a few footer files in the store folder – which one should i add it in?
yes the feedback the jquery library should be loaded first before you add your own js file
use firefox with firebug you will see the error
thanks
Thanks Basti. Works now.
Also – The paypal payment option is not showing up in the mobile app. Was there an issue in my update? Or is everyone experiencing this same issue?
try this see if will work
open the file modules/mobileapp/controllers/ApiController.php and look for the functions actionGetPaymentOptions
on this line case “paypal”: add this line case “pyp”: so i should be like this
case “paypal”: case pyp>
Thanks Basti. The paypal option is showing now. However after the customer selects “paypal” as the payment option, the screen is frozen at “Redirecting you to paypal now…”
that would be another issue make sure your paypal client id is correct
yes, all details have been unchanged since the last time so not sure what the issue could be..
hmmm i just tried on my end the mobile app demo paypal is working you can try the mobile app demo
no changes has been done yet on mobile app try restarting your mobile
thanks
can you confirm to me that you can login to paypal ? and where is the freezing happens
Ok no problem basti, thanks for your help!!
can you confirm to me that you can login to paypal ? and where is the freezing happens
The freezing happens right after you select the payment option (cash or paypal). It’s just showing “Redirecting you to paypal…”, the tick icon, and the back to home button
It’s actually redirected to the final confirmation stage where the order is sent to the merchant even though paypal payment hasn’t been made yet
sorry is these on mobile app or website?
thanks
on the mobile app 
hmm that seems weird i just tried on my end using the mobile app demo and its working fine no changes done yet on mobile api i did not release any updates yet
also you cannot redirect to final comfirmation or receipt if the paypal has not been process yet
hm the issue with my mobile app is:
Page 1. Customer selects paypal as payment option Page 2. Final confirmation page is showing with a “redirecting you to paypal” on the bottom
Then the customer is sent the order confirmation email so and the order is sent to the merchant despite the customer not having made any payment.
Hm so the issue here would only be in the mobile modules folder right?
hmm did you try my demo apk ?
1 and 2 is correct
after you redirect to paypal you need to login first after that you will to click send payment
then you will be redirect back to mobile app and then receipt
thanks
Hm.. the issue is that it is not redirecting to paypal at all. Before I updated KRMS in March, everything was working fine (eg, would redirect to paypal etc)... hm do you recommend any software to debug the .ipa / .apk file?
no you cannot debug the paypal as those are plugin
i thought you are redirected to paypal? you just mention that above
again this is mobile app not web
thanks
anyways pm me your mobile config.js so i can try it myself
also it would be better to include your ftp access to your website so that any changes to be made i can do it
No, the customer is not redirected to paypal. Instead the screen is showing a line that says “redirecting to paypal…” however nothing actually happens
okay no problem – thanks Basti. I’ll send it over to you now
Actually sorry, I’ll send it over in a few hours – thanks in advance Basti!!
ah i think i found it open the APIcontroller.php
and look for the placeOrder then look for
case "paypal":
add the case pyp>
and should be
case "paypal":
case "pyp":
thanks
oooh yes! Thanks heaps Basti – it’s working perfectly now!
cheers
i thought you were redirected to paypal login 
oh i see.
Also, can you tell me how to edit the Welcome Email from the backend (i,e. editing the php file directly, and not via admin panel)?
The reason why I need to create the welcome email from the file directly is because when i create a welcome email via Admin panel, all the images are not shown automatically in gmail when a customer receives it. Images only load automatically when you edit the file from the backend.
hi mate
actually there is no template for that its actually on admin panel
you can hardcode the images on the template
thanks
Hi, I just updated script and the language menu is still located at the bottom. Everything else looks updated correctly,
admin -> theme settings -> Language bar position
Theme settings? I looked for that section in the admin tree but do not see it anywhere. I just checked your admin demo and now see the theme settings under admin tree. Would you know why my install does not display theme settings section?
and in checking/comparing other sections to your admin demo, I am also missing ‘post codes’ section. How can I fix this?
I just tried accessing theme settings through ”/admin/themesettings” but received this message “Sorry but you don’t have permission to access this page”. Do I have a permission access problem somewhere?
hi mate
my demo is not update with the current version as will move to another server
you will have to enabled the access to theme settings just edit your admin account and tick the access
thanks
ahhh.. I was not aware of the permission settings found in admin->user list->admin.. all good! Thanks for your great support! 
cheers 
Whats new on this update?
i just update the description also you can find the update list on the docemtation
Whats new on this update?
i just update the description also you can find the update list on the docemtation
ola Bruno Camargonh! ...admin/themesettings > app mobile >check box on
abs!
thanks 
Hey,I modified the script can i know what are the files to update! I have made a lot of changes spent close to a week! Thanks!
hi mate
its better to use this software http://winmerge.org/you can check the new files was added or updated with this software just compare the following files and folders
1. compare the folder protected
2. compare the file assets/js/store.js
3. compare the file assets/js/store-v3.js
4. compare the file assets/css/store-v2.css
5. compare the file assets/css/store.css
thanks
Hi Basti,
I have read, you’ll do a survey for us customers with our votes decide which is the more necessary plugin. For you as you develop. I hope you include no thermal printer in the survey (since adjusting css there are many who print on thermal printers and pc). If not GPRS printer to print orders in real time, the share of trade. Or you propose an update to Order Taking App, which you include the ticket for each order that appears in the lists and the ability to connect to google cloud print (to print on any thermal printer connected to the Internet) or by bluethooth or wifi in a portable thermal printer.
I hope you include these proposals in your survey. So people can vote and can develop one of these two options. (Although I understand that would be less costly because the second developing acceptance of orders and observations of it is already done).
A greeting.
Hi Basti , I enclose a bond and another developer published an api for printing cordova plugin. Which has the possibility of connection to Google Cloud Print and Apple AirPrint .
URL plugin: https://github.com/katzer/cordova-plugin-printer/tree/google-cloud-print
thanks mate i just posted the link for voting you can vote here http://goo.gl/JpfdeU
i will decide what will be the new addon depends on the results of the voting
thanks