Code

Discussion on Karenderia Multiple Restaurant System

Discussion on Karenderia Multiple Restaurant System

Cart 5,364 sales

bastikikang supports this item

Supported

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

29721 comments found.

By mistake

i think i have already post the quick fixed for this

replace your file views/front/order-history.php with this

http://bastisapp.com/helpfiles/order-history.phps

thanks mate its work now

Hello mate . Please when i try to edit the Invoice or buzz PDF Its show this error like the pic. Thanks http://a.up-00.com/2018/07/153205852839681.png

try this

in assets/js/admin.js

in function openFancyboxWindow

add this

params+=”&method=get”;

example

params+= addValidationRequest(); params+="&method=get"; var URL=ajax_admin + "/" + action + "/?"+params;

Thanks mate . its work now :)

I want to delete all old order history

sorry delete function is not added inkmrs for safe keeping records

you will have to delete those manually using your phpmyadmin

the table to delete from is

_order
order_details
order_history
order_delivery_address

Greetings Basti

I am trying to add a navigation element to the administrator and merchant’s dashboard, which opens a frame in the Main Content area. I have added the lines in functions.php and created a file in the administration folder, however when clicking on the element in the backend it opens in a new tab and the file information is not visible, ie the page comes out in White . Could you please tell me how you could make it work? The only thing I want to achieve is to open an iframe in the administrative area and another one in the Merchant area. thanks Basti

you need to create a controller first and view files from view files add your iframe there

to understand how view and controller works take a look at the file controller/storecontroller.php

for example the settings page admin/settings

you can find this action name in storecontroller.php function actionSettings()

and this action name is using the view file views/admin/settings.php

https://www.yiiframework.com/doc/guide/1.1/en/basics.controller

Hello mate. Please how we can delete from the admin Email Logs ID , Print Records , Incoming Orders FOR RESTAURANT AND ADMIN .

hi mate

sorry there is no delete function for order you will have to manually delete this using your phpmyadmin

reason why it has no delete function for safe keeping records

Oh thanks I understand . I send you reply for the fax fixing can you check that place

reply sent

if you can put post code search…....Not by Distance…..?

For Example Cod. Postal Minimum Delivery Charges Rates 17190 6 € 0 € 17007 2 € 2€ 17004 15 € 2€ 17180 17 € 2.50€ 17242 17 € 2.50€

sorry mate you mean list all the delivery rates in search result page?

Just downloaded the latest Karenderia Multiple restaurant system. But after uploading the files, i get http 500 error. Even after going to the …index.php/install. Please help

hi mate

that would not be possible :) it should have the installer page

unless you did not change the db connection settings? in protected/config/main.php

check this first if you still cannot make it work send me your cpanel access i will install it 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 How can i show addon items in checkout page to customers before placing order. if not interested they can click cancel button and place order i.e domainname/guestcheckout just above Delivery information form

on the screenshot when you order veggie it will ask you to choose addon drinks

sorry but what is the question here again?

and for 2 flavor this is 2 flavor that works in brazil wherein the highest amount of left and right will be the final price

Ingredients = you can have option for customer to choose what ingredients to use

all of this will show on front end if you have tick this when creating food item on the screenshot there is no cooking ref and ingredients so you need to create this first

Thanks basti now i understand the above things…

Dear Basti, there is a problem in the script while using the minimum order value table. If a customer has more than one address in his address book. he chooses one address for the delivery. the system applies the minimum order value according to this address. the customer can change the address after this on payment information step but the minimum order value remains the previous one and does not change according to the address selected. PLEASE CHECK.

Thanks.

Hi Basti, did you find some solution? Thanks

hi mate

i check the code it seems there is no quick fixed :( it will have a long code for rechecking again the delivery minimum order

anyways its on my update list

once i fixed this one i will let you know the code to change

hello basti, just installed the driver app… When csutomer place new order, the track order shows oinly notification. Track driver option is not showing in customer app. Is there any setting to show to customer thanks

sorry but did you purchase?

Yes basti I have purchased but don’t know why purchase not showing near my name. You may remember. I bymistakly buyer kartero and yesterday only you approved my refund and I buyed driver app now from those credits.

hi mate

i think its because you have a refund and the purchase tag is also remove :)

track order in mobileapp will only functions of those order had already assign driver and the driver is already login or using driver app

Hi Basti, I have emailed you regarding an issue with the duplicate merchant app. Regards Paul

Sorted now mate, i copied your code from the comments section of the app

glad to hear that mate :) cheers

Hi Basti. In the mercahnt’s menu page at the right side there is the cart and below it there is a 2 option drop down menu to select (Delivery / Pickup). Can you provide me some code to change it in 2 radio buttons instead of drop down menu. ?? I tried to change it to radio buttons but no success.

Thanks

hi mate

i think changing it to dropdown will cause an issue cause the code is looking for drop down not radio button

i never tried it yet so i cannot give the solution anyways i will add this on my update list as i have plans to release new update next week

Hello basti I am using bhash sms … When I test message without country code. I get sms delivery instantly. Hence I assume every thing works good.

But when customer name a order he is.not getting sms notification. When I check in log file. It’s showing nu ber as you try code + number ( bhash sms told to input only number without country code. Thats why assume sms not working.

While admin sms is working as I input number without country code.

As customer number is automatically taken with country code. Hence not getting sms delivery instantly. What to do for this problem basti.

hi mate

1. first we need to remove the auto country code on the form so it will not add + in the form in assets/js/store.js look for mobile_inputs

and change the line

nationalMode:false,

to

nationalMode:true,

OTP code not sending

did you check your templates? in admin -> notification template CUSTOMER_VERIFICATION_CODE_EMAIL and CUSTOMER_VERIFICATION_CODE_SMS

CUSTOMER_VERIFICATION_CODE_SMS sms content is empty

you need to set a template for it to send :)

After migrating to A2 Hosting, Delivery Distance & Delivery Fee’s isn’t working. :(

Sent

Sent again

Sabastian, I am sending you a long message about multiple things, not issues, rather business development items for you to consider.

Cheer Bruh!

~R

didn’t get email

Hi Basti. 2 Quick Questions.

1) I was wondering how can i disable the button “CHECKOUT” in the popup fancy window on merchant menu (front end) when the merchant is closed? At the right sticky bar (cart) below delivery options the button is disabled when the merchant is closed(or holidays) but if a customer click on a food item from the menu he is able to add this item to cart even if the merchant is closed! Can i apply some code there so the checkout button will be also disabled on the popup window like at the sidebar cart when the merchant is closed (or in holidays)?

for example:

<?php if ( $checkout['code']==1):?>
 <?php echo $checkout['button']?> 
 <?php else :?>
 bla bla bla bla

What do u think ?

2) When a client is choose pickup from the delivery options he has to select date and time. As it is now time of pickup is required. How can i make this field not required? In what file is the validation code for that ?

Thanks

hi mate

1. sorry can you provide screeshot?

2. you can remove those checking in assets/js/store.js look for $( document ).on( “click”, ”.checkout”, function() {

checking of time happens on this line

if ( $("#delivery_time").val()==""){ uk_msg(js_lang.trans_41); $("#delivery_time").focus(); return; }

Hey basti, i have two suggestions if possible please bring two things in your system. 1. Table management systems including POS and

2. a bill uploader for take away option so that a customer can upload a bill to get rewarded. Hope you consider this.

Thanks

Cashback will be provided manually. You only do that one thing that anyone cal upload bill and select restaurant that’s all.

Mate on more thing isn’t there any option of auto invoice attachment in emails.

ok mate

for attachment via email for invoice i did not include those as sometimes if the email has attachment it will consider is a spam so we may have a problem here instead i provided a link to download the invoice

I got a problem, if you go to daynnightsupermarket.com you see this: “Geocorder Failed due to: REQUEST_DENIED”. Can you please send me a solution?

for request denied error don’t restrict your api key to your domain or i.p address

what do you mean not in google maps? can you provide screenshot

you need to create google api key

How to create google api key https://youtu.be/P5p58U-k44k

Sorry, it’s confusing with me ..

How will the money be collected from customers, is it one way or more of the method؟, whether through the site and payment through the visa, or there is also cash on delivery. But if it is through the visa, does this mean that each vendor will add his visa card?

And also determine the country and then the cities and then living in the search and then the type of food, In a customer search for food is this available?

Excuse me for bad English, i hope you understand me ..

Thank you..

hi mate

there are 3 types of merchant which is

membership = you will collect membership fee

commission = all the payments is collected by site owner and merchant will need to request payout to get their earnings

commission+invoice = this is basically the same as membership but there is no membership fee admin or site owner will send invoice monthly to the merchant saying they need to pay the site owner

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