Code

Discussion on Karenderia Multiple Restaurant System

Discussion on Karenderia Multiple Restaurant System

Cart 5,365 sales

bastikikang supports this item

Supported

This author's response time can be up to 2 business days.

29726 comments found.

Hi…i have a question regarding something you replied on recently

“all offline payment is receive by the merchant itself and the default it will not be added on merchant balance

so that mean they have nothing to withdraw the question is how you will get your commission from all offline payment you will have some kind of agreement with the merchant for this one

as i don’t see any solution to get the money from the merchant

only i can see is a prepaid loading system which merchant will have to load there merchant account before they can sell there item”

Can you not set the commission to be deducted off the merchants available balance.

your correct the only solution is prepaid loading system this is already suggested by others and its already included on my update list

for now there is a report where in you can see your total commission and you can bill the merchant

cheers

Pre paid would mean checking the merchants accounts every month. The software already knows not to put the order value on the merchant balance . All you need to do is deduct the commission from the merchant balance the same as you do with a paypal sale.

Hi Basti, is it possible for the merchant to reply to reviews?

hi mate

right now there is no options since you mention it i will add it on my update list

Hi Basti, I want for merchant sign up just to fill out a form not to choose package etc

you can do that if your merchant choose commission based not membership during signup process

POSSIBLE BUG REPORT: Translations for addons are missing when ordering a food item. Everything is translated correctly except addon names – is that a bug or..?

hi mate

can you tell me where is this? screenshot maybe ?

is this on email or receipt?

Any chance for Wordpress version? I’ve wanted to buy this theme for a while now but I had never even heard of Yii as a CMS until I looked into buying this. In my Godaddy hosting account Yii isn’t even one of the dozens of CMS’ they have available for quick download. I tried researching into installing it anyways, but it’s just too much of a headache to learn a whole new CMS

hi mate if you are worrying about installation the installation is very easy its included on the document

if you cannot install the app i can install it for you

thanks

Would you be able to install Yii on my go daddy host as well? If so I’d buy it today! I was planning on getting all of the add-ons as well like the driver app and mobile etc. That would be awesome, the user dashboard seems plenty easy enough to work with from there.

I can buy all of them right now if you have time to install it today

Hi Basti,

I want the navigation bar (top red header) to be sticky. So that when i scroll down, the header/navigation bar with stay sticky. How do i do that? Attached: https://s16.postimg.org/5tdwlst5x/Screen_Shot_2016_09_15_at_2_42_41_PM.png

Hope you can help. Thank you in advance!

hi mate

you can use this http://stickyjs.com/

Hey Man, First of all i want to thank you for this great product, very well done. So far i loved it. I have a couple questions.

1- in the home page when someone put there address there will be no address suggestions by google. How i can fix that? BTW: I can search AND IT WORKS but google address will not show.

2-is there a way that i can do when a customer purchase something from a merchant the order will get approved automatically and send to the driver app automatically without approving it manually?. I’m pretty sure there is away.

3-When someone buy something from any merchant does the money will go to the company bank or to the merchant bank? I need the money to go to my bank and then i can send the money to the merchants.

again thank you so much for the great work.

Thanks

Thank you for your response mate,

-I have did what you told me and i did put the code in functions placeOrder and still not working still the Merchant have to change the statutes manually so it can show in the driver app.

Please let me know if there is a way to do it automatically.

-Also can you tell me how to change the orders to one email? To be more clear with you, When someone buy something from a Merchant i want the order info comes to the site owner email not to the Merchant email. So in that way i can keep track

-Also is there a way that i can disable the Merchant email input?

Still waiting for your response mate.

hi mate the code i posted is the fixed :) make sure in your driver settings the status for adding task is set to pending

for email you can manually add your email on the file views/store/receipt.php at the very bottom you can find the line that sends email to merchant

for disabled yes you can just modify the file and add disabled on the text field

thanks

Basti,

How implement this button http://take.ms/W9y9b to MERCHANT LIST and SUBSCRIBERS LIST?

hi mate

just follow the code for that you can find the file of the merchant on views/merchant

and the js file is assets/js/admin.js

Basti,

When the merchant click on the link, is shown this page http://take.ms/bO8dU Why? How fix?

don’t check Disabled Merchant can add their own status?

on admin -> settings -> Disabled Merchant can add their own status?

BUG REPORT:

1. Go on mobile view. 2. Add something to the basket. 3. Click Checkout. 4. Click “Forgot Password”. 5. Enter email & request new password.

You get this: (url: https://www.domain.com/store/paymentoption/id/mail%20ok)

Something went wrong Either your visiting the page directly or your session has expired.

hi mate

open the file assets/js/store.js and look for the functions form_submit(formid)

and change this line

if ( action=="forgotPassword"){ if ( $(".checkout-page").exists()){ $(".section-forgotpass").hide(); $("#username-email").val(''); return; } }

to

if ( action=="forgotPassword"){ $(".section-forgotpass").hide(); $("#username-email").val(''); return; }

Thank you! :)

install the system and I can not remember the password to retrieve mail

what should I do?

hi mate

you can change your password via phpmyadmin open the table _admin and change the password make sure you set it to md5

I am trying to translate the email receipt. I opened EmailTPL.php and then changed:

$tr.=”

”.$item[‘qty’].” ”.$item[‘item_name’].$size.$notes.$cookref.$ingredients.””;

to

$tr.=”

”.$item[‘qty’].” ”.qTranslate($item[‘item_name’],’item_name’,$item).$size.$notes.$cookref.$ingredients.””;

But that didn’t work. Is there any easy way to modify this?

I managed to get it with this code in EmailTPL.php:

$food_info=Yii::app()>functions>getFoodItem($item[‘item_id’]); $food_name_translation=!empty($food_info[‘item_name_trans’])?json_decode($food_info[‘item_name_trans’],true):’’;

and then print it with $food_name_translation[‘1’]

But the problem is that somehow the encoding is messed up in the email.

Any ideas?

which type of email you using php mail or smtp ?

I have it installed now. but i dnt see how to customize the main website where customers will be searching for restaurants. Is that customizble in the dashboard? I dnt see it.

and I am assuming we would have to translate all this into the mobile platform of our choice? I thought I was buying a grubhub mock up style app. __ bear with a noob coder here plz

hi mate

the code is not encrypted you can change anything its build in yii framework you can find all the template in views/front folder

also there is a mobile app already ready for kmrs

https://codecanyon.net/item/karenderia-mobile-app/13800275

Hi Basti,

can u Double check Barclay Settings: 1. can be selected at the same time > {Sandbox and Live}.

2, live mode can not be saved.

3, when I try phpmyadmin -> admin_mode_barclay -> {option_value = live} live mode is selected️,

but when I was in the payment page of error:

Sorry, this page can not be found.

BACK

Test login

Production login

missing something? ? ? How to fix it

Other payment gateways can work, but not for me,

Looking forward to your reply

thanks!!!

thank you so quickly responded Button issue solved, but still can‘t to pay, I have read the documentation requirements {SHA-IN pass phrase} https://www.barclaycard.co.uk/business/files/epdq-php-sample.zip

can u point me how to modify

hi mate

i don’t have a test account for barclay can you send me your website url and ftp so i can do test?

thanks

btw there is already a sha on the code for barclay

Are the language translations stored somewhere in mySQL or only in plain text file?

its on plain php file

I cannot remember but wasnt there a book a table button before in result list? Its not there anymore neither can i click on something in admin to show. Also when disabling ordering in merchant admin, order now button still remains showing

hi mate

your correct it was remove on the latest version :)

Can you please give me link to download = 1.0.2 (13 Nov 14) = version. and documents!

yes i did receive i will check my computer see if i have the old version :)

Hello! hv you remember me ?

i send you the link and let me know after you download i have to delete those file

Hi Basti @Jasonvillage : Re sub menu : will it not be easier to rather include a search bar that displays the results of meals that match the search criteria ? This gives an easier way For customers to find what they are looking for.

sorry ?

Jasonvillage previous comments to add submenu’s to the system, your response was that it would require lots of changes to structure. My suggestion is to add a search for food items so that customers that know what they want can search directly for them…

oh ok mate thanks for your inputs will do take note

is the application available in french?

yes you can translate this to any language you know :)

cheers

thanks

When I run mobile app Watch a message

pleas wait searching for languages loading languager

it means there is something wrong with your app or your api

send me your www/js/config.js so i can check

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey