29719 comments found.
hey basti, i waiting your email… please reply.
reply sent
Hi, I bought the script. Just would like to know what kind of security features you have for this script to protect unwanted backend access? Thanks
hi mate
am using yii csrftoken http://www.yiiframework.com/doc/guide/1.1/en/topics.securityHi mate, thanks. Is there a way to change mywebsite.com/admin to something else? to access admin page, this is the default and very easy to get the page and after that you need just user name and password. Also how can I make password requirement combination with numbers and letters etc? at this moment it takes any length, anything which is not really secure.
Hi Basti, few more questions 1) Can we relocate ‘Popup’ in the middle of the page? At this moment it shows top of the page and display for just few seconds and sometimes may be customer is missing the message. For example: when you enter wrong logon details a popup shows ‘wrong password/username’ . I would like to show this message in the middle of the page. 2) I want to disable some options like: Ingredients, Cooking Reference etc for some of Merchant. How can I achieve it. 3) how can I manage Top Menu. ie. I would like to takeoff ‘Contact’ or want to add Term of use Page. 4) Browse Restaurants shows all restaurants with map. I would like to show 2-3 restaurants in one row without showing map. how can I achieve that? Thanks in advance for your reply .
hi mate
question 1. sorry but there is no options for that and i don’t recommend to change it as it will break the admin you need to have knowledge in yii to change the url and you will need to change many refference for the link
the password is open it means varchar is accepted you ca have combination of number and char i suggest to turn on the capcha on admin login
question 2 1. am using https://getuikit.com/docs/notify.html
you can edit the assets/js/admin.js and add the position property in
function uk_msg(msg)
{
$.UIkit.notify({
message :msg,
timeout :1500,
});
}
function uk_msg_sucess(msg)
{
$.UIkit.notify({
message :msg,
timeout :1500,
status:'success'
});
}
2. you can remove it from the code open the file components/functions.php and look for functions merchantMenu()
3. you can change it in admin -> theme settings ->Top menu if you cannot see the theme settings just edit your admin account and tick the access to theme settings then relogin again
you can add your own page in admin -> Custom page and you can assign that page in assign page
4. edit the file components/functionsv3.php look for functions getPerPage() change the 4 to 3 if you want to show 3 restaurant per load
to hide the map you need to remove the div element of the map in the file views/front/browse-list.php
by removing this
<div class="browse-list-map active" data-lat="<?php echo $val['latitude']?>" data-long="<?php echo $val['lontitude']?>">
</div> <!--browse-list-map-->
or simply hide the map using css
cheers
Hi basti, Thanks for the reply. For Q-3: I created new page but I can only assign it to bottom-1 or bottom-2. I would like to assign the custom page on Top menu. Q-4: I would like to show 3 restaurants in one row and 4 column. So total will be 12 restaurants in one page. without map.
hi mate
3. there is no options to set the menu on top
i have remove those options yo can manually add it on the file components/functionsv3.php
and look for the functions getMenu
4. you need to modify the files for that views/front/search-list-1.php and search-list-2.php
Hi bastikikang, I purchased this item last week. I have some customization request. Can you forward me your email so that i can send you the brief requirement document. Thanks! Benny
leave a comment here once you send it so i will be notified
is this theme compatible with wordpress and suport wpml translation plugin
sorry mate this is stand alone php using yii framework 
Hey @bastikikang, I’m trying to update my karenderia, but I’m doing another beta version using the updated Karenderia before i change the live site, but I’m exactly unable to export the database without errors, can you please help me with that
hi mate
don’t include all the view tables when you export the database
you can know what view table is it usually contains view_
also when you go to database structure you can see on the column it View normal tables says InnoDB
Hey @bastikikang, I’m trying to update my karenderia, but I’m doing another beta version using the updated Karenderia before i change the live site, but I’m exactly unable to export the database without errors, can you please help me with that
hi mate
don’t include all the view tables when you export the database
you can know what view table is it usually contains view_
also when you go to database structure you can see on the column it View normal tables says InnoDB
hi basti, is it possible to ntegrate the BancaSella bank module for electronic payments? Best regards selfood
hi mate
sorry but am not available to add any payment gateway right now
your welcome to hire your own developer to add this one for you
cheers
How to custmize this zii.widgets.
hi mate
you cannot modify that , that is yii class
http://www.yiiframework.com/doc/api/if you want you can change change the menu to normal html
Hi I have contacted you many times through Email My SMS is not working. Login and FTp details are already sent to your Email
Please resolve it.
hi mate
reply sent
btw leave a comment here so i can be notified
Hi, After we update to Latest Version HTTP ERROR 500 showing when we click any restaurant http://foodnv.com click on any restaurent you will see the errer can you help me,
thx its working now
glad to hear that mate cheers 
Hello If you are looking for a new addon, it would be useful to create a addon to show restaurants for each country.
hi mate
sorry but what do you mean?
Sorry my English is not good. What I am trying to say: Example: if a person enters from Mexico to display only merchants of Mexico, if someone else is entered from the United States to display merchants of that country.
filter of geo-location by country automatic from a same domain.
ah ok mate i understand i think that would not need any addon for that i can be added in future update 
I could use a pointer for doing the following logic:
Large or Small Pizza offered Comes default with Grilled Chicken, Peppers, Onions
I want people to be able to pick Small or Large and then see a list of all pizza toppings available. The Grilled Chicken, Peppers, Onions are pre-selected, all other topics are unchecked but can be added….
How do I do this in the backend for the Merchant?
hi mate
sorry but this is not available yet
you will have to modify the code to achieve this one
sorry but i cannot post any quick fixed for this since
this will require new fields on the database
Cheers
i will do take note for future updates
Options for flavor of chicken wings, Menu Item is Chicken Wings, Size is “8 piece” for example, how can I list things like “Barbeque, Buffalo, Regular, Extra Spicy, etc? It is not like the flavor thing where half of the pizza is one topping and the other is another topping. Just need to have a list appear for the order and show these “styles”
hi mate sorry but am confuse with your setup can you send a screenshot?
Commented out the line in main.php
/‘pointsprogram’=>array( ‘require_login’=>true ),/
Since I have the loyalty program I of course want to use. How to fix? At least I can add food items though.
sorry what is the issue here?
Where can I edit the “Two Flavors” text that I see? Is that hard coded? What is the purpose?
the word two flavors in the backend?
its not hard coded you can translate this
if you want to edit the file is views/merchant/food-item-add.php
I bought and installed the Loyalty program app. I have it activated. Trying to add a new Food Item and it just won’t save.
Thinking that it has something to do with the Loyalty program I see mentioned in comments.
What could be the issue?
did you run the admin -> loyalty points -> Update DB Tables ?
run it first so that it will create new fields for loyalty points
I am looking to see where Two Flavors is saved in the backend….cannot find it.
what do you mean in the database?
you can find it on the table _item
On the Merchant Alert Settings page
http://foodsquire.com/merchant/alert-settingsThere is a typo that you missed.
Title at the top “Alert Settngs”
ok mate you can change that in the file controller/merchantcontroller.php and look for functions actionAlertSettings()
another question: I do want this to be by location,, so like group under close area .. so looks like you dont have categoires for delivery and not even location map.. can you please tell me , if it possible ot show all rests on a map ???
hi mate
sorry but what do you mean?
it will show all your restaurant in the map in browse resto -> View Restaurant by map
For Twilio Sender ID, is that just my Twilio phone number:
(781) 206-2118
Cannot find any reference to what this is specifically?
hi mate
the sender id is your twilio number you will have to input this with + sign
if you are using free account you need to purchase a number