29721 comments found.
By mistake
Hello mate. Please when i try to see the Order History from the customer profile - Your Recent Order - order # from my phone its shows this message {code token not valid”,details}
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.phpsthanks mate its work now
cheers 
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
already answer
hello mate. its work for the recent order . but for the invoice still i cant delete or edit the invoice or shows pdf admin/invoice code token not valid”,details}
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 
cheers 
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.controllerHello 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#contactleave 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
sorry mate the addon should display on the right side of the cart?
could you show me the screen shot as for me it is not displaying.. i have the added steps below
1. Added Food category Pizza 2. Added Food size i.e Small, Medium, Large, Regular 3. Added Food item i.e Margherita 4. Addded Addon Category as Drinks 5. Added Addon item as Pepsi, 6. Now gone to Food item & Edited the Food item Margherita ( Step 3 ) 7. Addon Can select multiple 8. choosen check/uncheck box checkbox 9. Saved the item 10. when to the check out page but not showing
can you provide screenshot so i can understand your issue?
did you tick those addon in the backend?
yes i have ticked the options in the backend
can you provide screenshot of this so i can understand what you mean?
pls refer this screen shot https://preview.ibb.co/nApdw8/addon.png also what is use of Flavors & Ingredients & Cooking Reference and where it is shown in front end…
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…
cheers
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.
hmmmm let me double check on my end so i can confirm
Dear Basti, did you check that?
hi mate
i check and yes you are correct it does not check again the minimum delivery fee table 
am checking my code for possible quick fixed i let you know when i came up with the code
cheers
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
for sms or email?
always check the email logs and sms logs
But not showing otp in sms log
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. 
sorry to hear that
the script should work fine in a2hosting cause that is my hosting in my demo 
must be your google api key
send me your site so i can check
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
Sent
Sent again
sent
Sabastian, I am sending you a long message about multiple things, not issues, rather business development items for you to consider.
Cheer Bruh!
~R
reply sent
Sent
sent
reply sent 1859 localtime
sent
Sent
Reply sent
sent
didn’t get email
sent
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
hi mate
1. can you provide example of what table management is this? for pos sorry i don’t have plans i think someone already created addon for pos just search for it
2. sorry can you explain more how this works?
1. There is a app on play store named hostme. Please have a look on that. What you can do is, you can link the seat selection facility with table booking option where people can book their own seat within a suitable time frame.
2. Suppose anyone forget to order anything and visits the partner store. now a customer can shop there and will upload the bill and after verifying that we can reward customers. It will also ensure double check on merchants dealing on commission besis.
1. There is a app on play store named hostme. Please have a look on that. What you can do is, you can link the seat selection facility with table booking option where people can book their own seat within a suitable time frame.
2. Suppose anyone forget to order anything and visits the partner store. now a customer can shop there and will upload the bill and after verifying that we can reward customers. It will also ensure double check on merchants dealing on commission besis.
1. is this on https://www.hostmeapp.com/ ?
2. sorry but am not sure how this works 
1. Yes 2. Have a look https://www.xerve.in/cashback/upload_bill
1. i think this is on more table booking a complete system for table booking
might be a new addon if ever i created this kind of application
2. i still not get the idea of this one 
1. Yes, are planning to take this out. I think it will beneficial for both of us. 2. You purchased something offline from local store. You uploaded the bill on site. Admin will verify this. You will be getting your cashback after verification
1. will do
2. hmmm what do you mean by cashback ?
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?
I got another problem, if i set up the adress of a Merchant, it is not automic in google maps. 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-k44kSorry, 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