29718 comments found.
hi mate i have this issue that keep coming up. on mobile picture upload when i upload my picture it will show then a couple minutes late it will delete and then karendaria logo will show on only mobile. can you fix this for me please. thanks.
yea when you add the mobile version image in admin panel it disappear from admin panel and goes back to custom one from karendaria. i was able to find logo-mobile.png and replace with mine so i am all set for now but please fix this so i can add the image from admin panel instead in the future. thanks. 
there are 2 logo now on admin panel 1 for desktop and mobile
check admin -> settings
Basti,
What do all of the CRON jobs do? If I do not use the services, I don’t need to run the CRON jobs, right?
i believe we have discuss these already on different comment section
thanks
Yes, we have. Thanks.
cheers
sorry mate i need to reply to this comment so it wil not appear on my dahsboard 
BUG: On Checkout, Delivery information, when i click Click here to select your address in the map, it opens a grey map.
screenshot: http://s27.postimg.org/3tvsfts6b/grey_map.jpg
its working on my demo please check
thanks
I don’t know what happened, but for the past 3 days it was grey, now after you replied, i checked and like magik, it’s fine 
i believe you have to have address if you don’t have any address inputted on home page that’s happen cause there is no address to map
anyways thanks for sharing this will put some fallback if no address has been entered
Yes, you are right, if no address is inputted on home page this happens, but I thing it should open for guest checkout…
Hi Basti just a comment if we can’t translate the permalinks yet. could we change the url ‘store’ to ‘restuarant’ it’s more covenient I believe. Thanks
hi mate
sorry but i don’t suggest to change the url for now
as there so many reference 
it’s hard to explain as there so many files needed to change will try to add these on my next update but am not promising
thanks
On Merchant, for multiple language, only the English tab is working, when i fill up the fields in other language nothing happens when i change languages on the web page.
what do you mean? can you send some screenshot
hi mate these is old functions and it should work i just tried on my end
can you entered on other tab language ? and on the front end did you choose your own language?
thanks
Yes, i fill in english on english tab, i fill in my language on my language, and on front end english is english, and when i change on my language nothing happens, it stays wrom whatever is entered on english tab
hi mate
english is the dafault you will need to put another words in your other language like spanish
thanks
Yes, I’ve tested, on 1 item i entered words in my language in my language tab, and on front end, on my language it’s showing English
send me your merchant login i will check
You have it from day or two ago, search under mail protrajan@gmail.com – you can test write on some food item to test it yourself
hi mate
i cannot access your website
Resource Limit Exceeded The website is temporarily unable to service your request as it exceeded resource limit. Please try again later.
i believe your server is shared hosting
thanks
Oh yeah, that can happen if i use it a lot, I’m currently on free plan before moving on paid… It’s back online now
hi mate
its very hard to check your server am getting time out
the default should be in english but you put the food item english tab in you own language
quick fixed would be switch the english to your own language and your own language to english and add your own language to front end not sure if those make sense
thanks
Where can i change the size of the text above search: Order Delivery Food Online From Local Restaurants?
admin -> settings -> Home Title Text and Home SubTitle Text
thanks
I know how to change the text, I want to change the size
opps:) on assets/css/store-v2.css and look for .search-wraps h1
Thank you, solved 
cheers 
Hi Basti. I have just installed the new theme and will definately reduce my customization effort of the design. But I thought the back-end would be responsive, it’s not. Please look that soonest.
it will be soon but not right now
thanks
Hi Support,
When i add more-than 6 featured restaurants , not showing properly in home page . http://infiniteposters.com/files/findme/1a.jpgi want slider images for my homepage banner ,also possible to apply video banner , please let me know .
Thank You.
hi mate
these happens if your merchant address is so long to fixed these open the file /views/store/index.php and look for this line
<p><?php echo $address?></p>
and replace it with
<p class="concat-text"><?php echo $address?></p>
and for the slider yes you can if you know html and css you can simple change it all the files is on views/store and views/front
thanks
HI basti,
After i replaced the code but still i am getting same issue please look this images
http://infiniteposters.com/files/findme/E1.jpg http://infiniteposters.com/files/findme/E2.jpgThanks
try adding the class concat-text also on the cuisine
Please let me know how to do that.
open the file views/store/index.php
add concat-text class on merchant name , address and cuisine example
<h4><?php echo $val['restaurant_name']?></h4>
to
<h4 class="concat-text"><?php echo $val['restaurant_name']?></h4>
Hi, basti , i made above the all changes but still nothing to change i am facing same issue? i am unable to figure it out , if you need ftp access i will give you please let me know what can i do ?
still waiting,Please reply the solution .
hi mate
actually this is fixed on version 3.1 anyways send me your ftp access and website address i will fixed it myself
thanks
Hi Basti i emailed you ftp access please check and let me know, thanks.
hi mate
i believe i already fixed this ?
thanks
Hi mate, I have one query and one bug report to make 1) Customer Profile Picture Update On customer profile I am unable to change the profile picture, the image uploads but once I refresh it goes back to the original one. In the error log it shows an database exception avatar column does not exist.
2) Order Receipt Printing We require an option to directly send print of an order to the merchants wireless printer. Can you develop that feature for us?
Thanks
hi mate
1. its because you did not run the database update by visiting your website url like these htttp://yousrever.com/update
there is new column added on the table client for avatar
2. sorry no plans for now 
thanks
Hi basti,
I have social setting enabled but i don’t find the social share button.
please find below the details of my configuration:
Default Share text: added Disabled Social Icon: not flagged Disabled restaurant share?: not flagged Disabled Facebook Login?: not flagged App ID: added App Secret: added Facebook Page URL: added
Twitter Page URL:added
Google Page URL: added Enabled Google Login?: flagged Client ID: added Client Secret: added Redirect Url: added
the google and facebook login work, but share button is not visibile anywhere.
I missing some setting?
Regards
hi mate
those social settings should appear in your website footer
hope that helps
Hello Basti,
Currently when I do a search or access the page of the merchant directly, appear error page. See: http://screencast.com/t/oMKmJg0BY
Any idea?
basti…I nedd help you with the problem. Thank you
send me your ftp access so i can check thanks
I sent now. thanks
ftp not working 
Response: 550 PWD: Permission denied Error: Failed to retrieve directory listing
please try now 
hi mate
issue in your server when you install the krms it does not create the view table because you don’t have access for creating view tables
‘99services.mt_view_ratings’ references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them
try runnning the yourserver.com/update and you will see the error before that edit the file index.php and turn on the error reporting ini_set(“display_errors”,false); to ini_set(“display_errors”,true);
you can fixed these by creating a user for the database will all the access like creating views
thanks
I don’t know how to do this, you can help me. I sent email
hi mate
do you have a cpanel ? if yes when you create a user for the database it does ask you to choose what rights of access to database?
if what is said above is not present you will have to ask your hosting to fixed these for you
thanks
When I create the database, there is no permission option, I need to put only the password to create a database. That type of permission exactly I need to solve this problem? I never had to do this
am using a view table you will have access to create those view tables in you case it seems you don’t have access am not sure if you are using shared hosting
you can ask your hosting about these am sure they can answer you
http://dev.mysql.com/doc/refman/5.7/en/create-view.htmlyou tell me in which file that tables are being created?
Hi basti
First off all Excellent update / new theme it is amazing
I did the update, Front End it is ok but I have the following prioblems:
1º – Theme Settings do not appear in admin
http://www.awesomescreenshot.com/image/1104889/70a7bc6e9d2234bf512e6c88ff5aba2c2º – After doing search, appear all merchants, including inactive and out of reach radius
3º – In the mobile version the euro symble appears on down the line and have problem with letters / characters. Please see the pictures attached
http://www.awesomescreenshot.com/image/1104912/a9d29145126fdd40d98b186c5dcf57d0 http://www.awesomescreenshot.com/image/1104914/a9c3c4d7ef2ea2734dd2b0103a3e0d91Thaks Dario
Hi Basti,
Problem with “Theme Settings do not appear in admin” now it is OK, only needed tick the access to theme settings.
Another Problem:
4º – When I Enabled Website Compression (I downloaded the file and placed where you indicated) the home page / site does not load
Thanks
Dario
2. your correct i have missed something on the new code to fixed thise open the file /components/FUnctionsv3.php and look for the functions searchByAddress and before this line $and.=” AND is_ready =’2’ ”;
add this line $and.=”AND status=’active’ ”;
and also look for the functions searchGetFilter do the same above
3. will do check and applied the fixed on next update
4. i think is your php version the code is not compatible with old version of php i have to modified this library it would be great if you can tell me what php version is your server?
thanks
Hi Basti
About 4º (When I enable the compression website the home page / site does not load) I would like to inform you that I am using the php version 5.3 as you can see in the figure attached.
http://www.awesomescreenshot.com/image/1111023/0db967a2bc0c9dcd6839c5831aac8310I take the opportunity to put more the following problem: 5º – When I make Login & Signup ( by clicke in top menu) the country code (phone code) appears correct, but on the contrary in the fase checkout – Sign up, appears by default the code of USA and not my coutry.
Thanks
Dario
hi mate
can you send me your ftp access so i can check it with php 5.3 i don’t have a server that sets to php 5.3 my demo server is php 5.4
can you point me to a page ? maybe a screenhot
thanks
Hi Basti
The problem of “compression website / php version”, I leave for after the update (now you are too busy).
About the following: 5º – When I make Login & Signup (by clicke in top menu) the country code (phone code) appears correct, but on the contrary in the checkout phase – Sign up appears by default the code of USA and not my country.
I leave images to explain the problem:
Login & Signup http://www.awesomescreenshot.com/image/1121486/cd8872299b79ee0c910edc46207f9edd
Checkout phase http://www.awesomescreenshot.com/image/1121487/c04cf47acc823a531082319e3d49fb95
Thanks
Dario
hi dario
expect these issue be fixed on next update it will be out this wekkk
thanks
Hi mate:
Currently web site orders default status is pending but i see for mobile app incoming order default status is IN PROCESS. How i can set the mobile app orders default status to pending instead IN PROCESS.
hi mate
is these on mobile app ? when you set the default status on merchant -> Order Status -> Default Status
that would be the initial status of the orders
thanks
hmmm actually i think there is a bug
open the file mobileapp/controller/Apicontroller.php and look for the functions actionPlaceOrder and change this line $default_order_status=getOption(’’,’default_order_status’); to $default_order_status=getOption($mtid,’default_order_status’);
thanks
i need that default be pending. How to set it
ok with these code will use the default status currently using for web orders?
only merchant can set the status of the orders
merchant -> Order Status -> Default Status
also if these is regarding the mobile app please comment on correct item thanks
i follow yout step and now the default status for mobile app orders is Array. How to set it pending for all ?
I place the same comment on mobile app item friend as you request. Please answer it asap.
is these on mobile app?or web if mobile app ask question on mobile app please
How do I remove this warning : http://imgur.com/niY67l5 .. I want to remove , no longer work with maps
Hi,
If I want to change any language, wording. I do this all at “mt_language_file.php” or are there other places I need to edit this?
Hey Sorry for posting a new comment but i think a new comment would avoid confusion.Firstly sorry for multiple comments previously. I just done bit deep into the issue. SMTP isnt working because my smtp server requires authentication over TLS/SSL which your script doesnt support. Could you please help. Somehow when i select phpmail and send a test mail it says success but the mail is never delivered
Hey when ever you sign up ,enter details,merchant signup for every action it just says successfully added to card,only successfully added to cart nothing else. Please help
Hey fixed it myself
did you fixed your email issue?
cheers
Hi Basti. Got some questions for you mate.
1. I have enabled all Payment Options for test purposes and disabled all payment options except Cash on Delivery. But now Offline Credit Card Payment and Pay On Delivery remains on Merchant payment list when placing an order. I can not remove them from Payment Option on the Merchant.
2. When I don’t have any pages assigned to “Menu” and “Other” titles in Footer, is it possible to not display those 2 titles?
3. I would like to have the merchant name & merchant contact details on the footer, when viewing a merchant page. Is it possible to create a header and footer for merchant and call the merchant header and footer when viewing a merchant so that the footer looks unique to the merchant?
4. I would like to remove “We are always happy to hear from our clients and visitors, you may contact us anytime” in Contact Us page. What file holds this text?
Thanks.
I’m reposing couple of question I have mate. May be you have missed it.
1. Offline Credit Card Payment and Pay On Delivery remains on Merchant payment. I can not remove them from Payment Option on the Merchant.
2. I just moved the Variable one line below in front_bottom_footer.php All good.
3. Please ignore.
4. I would like to remove “We are always happy to hear from our clients and visitors, you may contact us anytime” in Contact Us page. What file holds this text?
5. When I place an order at 8:45PM, it let me select the time 8PM. Can we have a better control on that to not to select times in the past?
6. Can we display Delivery Estimate Time (30min or 45min etc) on the receipt.
Thanks.
hi mate
1. i think you are right i just tried on my end here is the quick fixed open the file components/functionsv3.php and look for the functions getMerchantPaymentList after this line
if ( getOption($merchant_id,'merchant_bankdeposit_enabled')=="yes"){
$payment_available[]='obd';
}
add this line
$admin_available_payment=Yii::app()->functions->getMerchantListOfPaymentGateway();
if (is_array($admin_available_payment) && count($admin_available_payment)>=1 ){
foreach ($payment_available as $key=>$val) {
if ( !in_array($val, (array) $admin_available_payment)){
unset($payment_available[$key]);
}
}
} else $payment_available='';
2. yes you can remove those on the file /views/layout/front_bottom_footer.php
3. actually you can the code is not encrypted you can render the templates for it look at the file views/store/menu.php and look for renderPartial
4. views/store/contact.php
5. i will check maybe we can find a better time picker
6. yes you can just edit the files and you need to add new fields for that on the database
thanks
I got the 28$ license for testing purpose. And I can’t log in using restaurant page info. I wanted to add menu to the restaurant. What should I do?
hi basti thanks for the api you sent me. i sent a reply email.i would like you to please help me resolve the google api issue. i sent all info to your emai. thanks mate.
Hi, I just have a presale question: Does your script supports list by city? If yes, does it generates sef urls like /city/? I also want to ask if this also happens with cuisine, for example /city/cuisine or/and /cuisine/ urls
Thank you