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.

Hello, I have 2 presale questions.

1. Does this plugin have split checkout? Eg. When a user pays some percentage will go to the managing company account and the other to the machant.

2. Can i integrate other payment gateways? Eg. https://paystack.com

it has already a commission per order but you are looking for split payment which is not included

at the moment all earnings will go to admin account and merchant will request payout to get there earnings

am not sure it will depends

cheers

Thanks for your quick response. Am definitely going to be this software but there are just few things I need t know before I proceed. 1. If it’s cash payment from a customer,how will I get my commission? 2. It possible to add blog page (very important) 3. How does offline card payment works?

Which add-ons do I need to achieve the following perfectly Order mobile and email notification Force completion of other by merchant so that admin can track every successful order.

Thanks for your corporation

Cheers

hi mate

1. at the moment you will have agreement with the merchant on how to collect this

also there another option to deduct the commission from merchant balance only with offline payment like cod by doing this you will have the money

2. at the moment you can create a custom page but for blog its not added maybe using another app like wordpress will do the trick :)

3. it will depends there is cod and bank deposit and offline cc

mobile app and driver app if you want to track the order

@Amarilindra

This is because You left the install controller un-removed after install. We had seen many KMRS users contacted before.

Please make sure that you delete your install controller. And configure the tables like admin login, site settings etc.

All other like merchant details etc will be there on your server without any issue.

This happens when someone tried to do an install on your server by calling www.example.com/index.php/install on your script making KMRS wipe your existing Database ..

Regards, Folks @ Gangiz.com

thanks mate

Scratch that, I just realized it is your use of English. Was a confusing word in there

ok mate

I lost all my store settings like payment options, contact information, SMS and email settings etc all of a sudden over night.

Why does it happen and is there any way to recover them?

send me your ftp access i will check

email me here

https://codecanyon.net/user/bastikikang#contact

leave a comment here once you send it so i will be notified

Hi I have sent the details. Please let me know if you face any problems while connecting.

reply sent :)

Hi Basti. My merchant is on Commission base, if I auto login as merchant I can see the withdrawals option but if I create a new user and select option for withdrawals it doesnt show on the new users panel and the option is Hidden..

Can you please help?

Thanks

hi mate

you are correct :(

do this quick fixed in components/functions.php

change this

array('visible'=>$togle_com_widrawals,'tag'=>'withdrawals', 'label'=>'<i class="fa fa-paypal" />'.t("Withdrawals"), 'url'=>array('merchant/withdrawals')),

to

array('visible'=>$togle_com,'tag'=>'withdrawals', 'label'=>'<i class="fa fa-paypal" />'.t("Withdrawals"), 'url'=>array('merchant/withdrawals')),

Hello, i have updated the script for new map fucntion but i can not see any menu comes on admin side, how i can see thissection ?

thank you

hello Basti, yes i did upload new file as you guided and admin panel ,i can not see any details or where it needs to be appear ?

sorry but can you provide screenshot so i can understand the issue?

and send me your admin login and ftp access

email me here

https://codecanyon.net/user/bastikikang#contact

leave a comment here once you send it so i will be notified

Mate please check your email i send you about the printer status Error . Thanks

reply sent

Hi mate, check your email, plz.

reply sent

Hi mate! See your email please!

sent

Hi Basti,

Is there any feature like if order is above $50 then a specific food item is free. Similar to this type will also be helpful.

Like On Christmas free cake on every order

Thanks

sounds great feature let me do take note this on my update list

Hi there,

I followed the instructions you have provided and installed the code perfect at http://fnb.betaholder.com

I got admin & merchant login URLs after installation but none of the following urls are working and it shows an internal error.

1. http://fnb.betaholder.com/admin

2. http://fnb.betaholder.com/merchant

Please look into this

it must be your htaccess cause sometime there is already htaccess created by your server

check the file ,htaccess

the content should be like

<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>

Hi Basti. I have an issue. I have enabled Cash on Delivery and Offline Credit Card for all Merchants and it works pretty fine and customers are able to checkout without any problem. My issue is that on the Merchant search list doesn’t display all Available Payment Options!!! It displays only “Cash on Delivery Available”, and NOT “Offline Credit Card available” :(

I double checked if i have enable those payment options for all of my merchants and its ok. As i said above, customers can use any of 2 payment options to checkout without problem.

Also i checked the code at Functionsv3.php file for any error and everything is fine there. This is the code that display the Offline credit card in Merchant search/browse list.

if (array_key_exists('ocr',(array)$new_payment_list)){
        if(!empty($payment_accepted)){
        $payment_accepted.='<div style="height:5px;" />';
        }
        $payment_accepted.="<p class="\"cod-text\"">".t("Credit Card available")."</p>";
        }

i think there must be some problem with the:

if(!empty($payment_accepted)) {} 

condition because if i remove that, it displays both “Cash on Delivery Available” & “Offline Credit Card available”. Ofcourse this isn’t the right way cause now it always display both payment options even if the merchant disable for example the “Offline Credit Card”.

I tried hard to fix this silly issue for the last 6-7 hours but no luck. Could you please help me to fix that ???

Thanks in advance mate.

I checked carefully the code and found the problem. I noticed that you set the “ocr” only if merchant commission is true, and i added a new if statement for membership. Now ot works perfect. So ignore my question. Problem fixed.

sorry for late reply glad you figure it out

cheers

can you add cashback offer per item

can you give more information what is cashback ?

Hi Basti. One quick question. In the Sponsored Merchant search list when i set a merchant as sponsored then it display this Merchant at the top of the list which is the normal function. BUT i want to display the merchant list sorted alphabetical (by name) no matter if a Merchant is sponsored or not. How can i do that ???

I checked the FunctionsV3.php file and found the public function which is contains the code for the sponsored merchants list sort order:

$sort_by =" ORDER BY is_sponsored....... 

but even if i comment that line it still keeps the sorting with the sponsored merchants at the top of the List !!!!

I need a very quick fix for that mate. Thanx

Ignore the question Basti. SOLVED!

sorry for late reply glad to hear that mate

cheers

I found a flaw that needs to be addressed.

if you go to receipt/?id=59 (random number) at any time, you can restart the order and can for anyone so all orders are sent out again effectively spamming this does not matter what status the order is in, just y going to that link and randomly entering an id number I can re issue the order, so anyone with malicious intent could really mess with this.

thanks for i check the code it will get the order by customer id

will do add more preventions

cheers

I can not enter admin and guest entry

basti ftp pasword sent you mail

I solved the problem

glad to hear that mate

cheers

Hello Basti

Long time & happy customer here.

Is it possible to « force pop-up on customer address » ? Some of my clients skip this option and it causes trouble for the delivery fee per KM.

Thank you

don’t worry in latest version it will re check again

for forcing them to enter the default it will ask for address

cheers

In the components / ScriptManager.php and ScriptManagerCompress.php files does it add the bookstores that will only be used in the front end of the site?

Should I have to add bookstores to be used in the admin on would files would be?

sorry can you remind me what is bookstore?

Hi Basti. I need your help. As many other of your clients, me too i really want to get rid of the “menu-” slug so i followed the @Matthuffy ’s solution step by step but the “menu-” word is always in the url!!!!

What i did is:

1) I added this to the bottom of the URL rules in protected/config/main.php:

'<view:[a-zA-Z0-9\-]+>-<action:\w+>'=>'store/menu/<action>',

2) I replaced the following line in protected/controllers/StoreController.php:

$page_slug=str_replace('menu-','',$page_slug);
with this:
//$page_slug=str_replace('menu-','',$page_slug);
  $page_slugtest=preg_split('/-/',$page_slug, 2);
  $page_slug = $page_slugtest[1];

Then i went to the “admin -> Add merchant ” and i added in the store slug field “burgers-corner”.

When i visited the front end “mysite.com/burgers-corner” i got 404 error page but the link for “mysite.com/menu-burgers-corner” works fine.

What i have missed ?? I followed the instructions very carefully. Why i can’t remove this ugly “menu-” word from the merchant slug???

Please help me as it is very urgent to me. Thanks in advance.

sorry never tried this one

i tried but it seems its not working not sure what is the correct code that Matthuffy suggestted

Actually it worked perfect with the help of Matt ;) just FYI you must change every single url controller to link to the new slug you want. This is why it didnt work for me at the first time. Thank u Both guys

you mean you need to define all those as controller?

Hello mate can we add for the printer addon in receipt trans_type. icon pic like the pic http://d.up-00.com/2018/09/153688173001071.jpg

yes mate its printed out like this Smiley face

same the code

oh in that case yo can just put it on the template next to transaction tag

<CB>[transaction_type]</CB>

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