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.

29729 comments found.

Hi basti Need auto. Print receipt please help Thanks

That’s good news If possible provide us manually and can we update it separately? This feature is highly needed

its an addon so its very easy to add in kmrs just like my other addon just copy the whole file to modules

that’s all

will be posting some video here once i upload the video that i did a sample demonstration

Hey Basti I want to add Payfort payment gateway web and mobile app Can you please help me? It is ok if you charge me We can discuss it Thanks

at the moment i stop accepting customization :( to give way for single resto addon :(

i can refer someone for you

email me here

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

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

Hi Basti Any possible way to give each merchant its own currency As I guess your theme is already multi currency? Or any way to change manually? Please advise soonest Thanks

at the moment multi currency is not supported :( it will be in future updates

Hi , is there any way to re-design the home page navigation menu to become more shiny !! , please take a look to this example to know what i mean .

https://www.google.com/search?q=web+tab+design&client=safari&rls=en&biw=1699&bih=1028&source=lnms&tbm=isch&sa=X&ei=sb5UVbCHJsmjgwSJ7oDwDg&ved=0CAYQ_AUoATgU#imgrc=h8zVyGN9YKJQ2M:

yes you can this is only a matter of css

you can add your own css in assets/css/store-v2.css

Hello Basti, Currently admin receiving all the Tips that customer pays on checkout, but is there any way that merchant can get the Tips instead of Admin.

what type of merchant is your restaurant?

i think there is no way to separate the payment to admin and merchant unless we implement the split payment

Hello Basti, I have Two questions. 1. can a merchant use Authorize net? if yes, please tell me How? Admin using PayPal for other commission based merchant but one merchant want to use his own authorize net to receive payments. 2. currently admin receiving all the Tips that customer pay while ordering but is there any way that merchant can get the Tips instead of admin.

just change it in your language file

in your language add this

$lang[‘Authorize.net’]=’Pay With Card’;

Its all good now, Thanks for your help.

Hi Basti , how can i increase the limit of drop-down for the area on location search to 20

check here

https://drive.google.com/open?id=1rjv1NBRTB9mcnL8YrnOoiwqUUmtjF8Pc

in assets/js/store-v3.js

look for functions locationLoadArea

add this in the params

limit: 20,
https://twitter.github.io/typeahead.js/examples/

this will depends also in the query results

Hi,

Everything is okay. But I am not able to setup the Push Notification for Android. It shows the registered devices but the push notification is not working. I have set up according to your documentation. Of course there is a bit of change since I am using the Firebase. Gmail login works for the same account but the push notification are not getting delivered. It shows Pending in the admin panel.

What do you think could have gone wrong?

Hey. It is working now. There was an issue with the server key in Firebase. It is slightly different from the GCM server key. Now it is working just fine.

Very well done system. Will keep you posted if there are any other issues.

Thanks,

glad to hear that mate :)

nxt time please post your question in mobile app section :)

cheers

Dear Basti, Can I turn off frontend (website) and use only mobile app version with backend?

you can mate

just rename the file controller/storecontroller.php

front end will never work :)

Can not you use your security system without relying on views? our hosting and shared and our User does not have root access, so it is giving error and not condition condition at the moment to hire a vps. We need a solution, please. We have already talked with the support of our hosting and said that shared hosting is not possible from this access.

dude, we’ve changed servers about 3 times because of problems that do not work on hosting or others. Have we changed hosting because of ipv6 now that we have changed to the views? It’s tense there! I looked bluehost plans and it’s only annual, now imagine we migrate there and there the other problem? there is no way.

sorry to hear that am not sure what hosting you are into but most of the hosting today is standard it has view tables

i suggest go for a2hosting this is my hosting that am using in my demo or hostgator

can you let me know what is the issue with view tables? is the issue that your mysql user cannot create view tables? or access view tables?

did you migrate from another server? maybe you include all the view tables that is why when you run the db update it will not update cause the view tables is already converted to normal table

Hi, I am very interested in this project. I want to know about the other payment gateway. Will you add another payment gateway? If yes please let me know. Waiting for your response.

Thanks

Gunja

for now i stop adding payment gateway adding payment gateway is by request means with fee

cheers

Thank you for your reply. How much does it cost for adding the payment gateway?

it will depends on what payment gateway you will add

email me here send me the api docs of your payment gateway

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

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

Hello Basti, Can you Please help me about First Data – Payeezy. How can i add First Data – Payeezy to my admin and merchant.

is this a payment gateway? if yes just hire a developer to do this for you since this kind of thing is not easy

just tell them to study how i add stripe payment

How do I install the web app because there’s no information on the documentation to help me in this regards.

hello mate…waiting for your reply

sorry but on screenshot you only show the file? what is the issue here?

once you change your db connection in protected/config/main.php

you can run the installer like this

http://yourserver.com/index.php/install

Hi basti On restaurant management, ”Do not apply tax to delivery charges” , does not work, because enabled or disabled, it includes the delivery charges in the tax. How I can fix it?

can you verify again? this is working fine and its been there for a long time

this means that the tax computation will exclude the delivery fee

Hi, my delivery fee is not working, i have normal delivery fee and not delivery chart. if i do not put address in the pop up and just close it, it says delivery fee: free but if i put address it show the charges properly ! this can you please help me with this?

send me your merchant login and i will do a test myself :)

email me here

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

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

Sent you the admin login

Hi Basti, can i select to show only active restaurants 1st and then the ones which are with closed status?

ahhh sorry but that would not possible at the moment cause checking opening hours of every merchant needs to call a functions

we cannot do it via query :(

ok

Hi Basti, i raise the item price by 20 before uploading the restaurant menu. ho can i calculate my commission?

if someone orders 5 items i earn 5*20 can i change the formula somewhere to calculate this as a commission?

Hi Basti, i tried doing this,

is there anyway i can get current order quantity of total items in cart . i can then change the formula.

now its getting multiplied by the total order cost.

i tried changing this code

if ( $com=Yii::app()>functions>getMerchantCommission($this->data[‘merchant_id’])){ $params[‘percent_commision’]=$com; $params[‘total_commission’]=($com)$params[‘total_w_tax’]; $params[‘merchant_earnings’]=$params[‘total_w_tax’]-$params[‘total_commission’]; if ( $admin_commision_ontop==1){ $params[‘total_commission’]=($com)$params[‘sub_total’];

actually mate i cannot tell yet cause i never tried those :(

Hi Basti,

I have 2 question and I want solution urgently 1) I want to change Discount (numeric) to Discount percent wise(In merchant food item add). Please tell me the FILE and FUNCTION to change this. See the image https://drive.google.com/open?id=1ZPz_WoRlASsnOxCDz1AwtXzWgsGGhk5n

2) I want to change verification code style from Characters to total numeric while signup, forgot password etc…. Example we receive code like this V5SNM44WG2 I want code like 879456 (total numeric). Please tell me the FILE and FUNCTION name..to make this changes..

Thanks

Hi Basti Thansks,

after changes in displayOrderHTML discount is showing correctly on cart but on product page it still showing numeric discount. Please see screenshot.

https://drive.google.com/open?id=1Xp7UPFwJoWmB_uP78LO9d2e8fv5dcLF4 (On product page showing numeric discount but after adding to cart it show correctly percentage wise ) https://drive.google.com/open?id=19K7LKVIe_C2As-cTsNRZEwI0HxXliX05 (cart page showing correctly percentage wise discount)

Hi, I also want to know the FILE and FUNCTION name to change discount percent wise in Mobile app. Also please help in above point

edit the file models/food-item.php

Request made by web brouser using paypal payment is showing this message, now when I do the app, and processed correctly, what problem can be occurringod?

Pay using Paypal Security header is not valid

I already tried to use Sandbox and Live, the web is always showing this error

Web Site: Find by street name I Agree To The Terms & Conditions

Merchant: Food Category Scheduler Category Scheduler Tick when category is available Enabled scheduler Check/Uncheck All Choose option (Higheste price (option of) Sumu and divided by 2) Order Confirmation Page – Pickup Address

Find by street name, Find restaurant by food

on the homepage of the website search

Hi Basti,

I’m having the same problem with my friend firam03

How are you? Recently I moved from shared hosting to vps – everything is working fine. Only Problem SMS is returning “false” and not able to get sms. Earlier was perfectly alright. Please advise.

FYI, I am using smsglobal

this is only i can think of your new server file_get_contents is not working

confirm this with your hosting

if they cannot help you

email me here with your site and ftp access

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

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

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