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 sent you message, please check

not able to send sms to merchant when place new order

check your templates in admin -> notification template -> RECEIPT_SEND_TO_MERCHANT

and always check for sms if there is any sent in admin -> sms logs

Can I generate different types of products to show a diferent type of usesrs?

Example, this product has a different value for one user than for another.

sorry but am not sure what you mean :(

Hi Basti, Email sent regarding issue with merchant sign up payment error Regards Paul

reply sent

Hi Basti, replied to email.Tried your PayPal details and still the same

try again you put different api key :)

cheers

hello bastikikang leaves this error in the invoice: {“code”: 2, “msg”: “Session token not valid”, “details”: null}

quick fixed open the file assets/js/admin.js look for function openFancyboxWindow

add the line params+=”&method=get”;

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

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

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