29733 comments found.
Finally i have all the push notifications working, thats with the customer app, merchant app and driver app.
Can you tell me how to change the order status name, as when the customer receives the push notification on the phone it says ‘food_is_ready’ and i would like to change it to read better english, so like “Food is ready”
hi mate
this is how you add in your order status
just add this food is ready in admin -> order status
email sent
sent
Hi Basti, looks like I have some issue with the otp. Some new customers are able to get the otp through firebase but at the time the fill it into the app, the system say that the otp isn’t correct. I have to delete the customer from the database and them need to perform a new registration to get the registration done. Any reason about it?
hi mate
if the OPT works it should work all the time cause the code is only one,
take note that firebase OPT has limitation,
first you cannot ask for many OPT its called abuse
second you need to use same phone number of your phone if you use different phone number it will not verify
Hi Basti, since I purchased support would this qualify that you set up the driver and merchant app for me ?
also the vendors/categories are in the footer are you planning to add scrollable category section under how it works like on this pic?
https://imgur.com/a/EGE3ULDhi mate
am changing the front end with new design and this will be included on this new design
cheers
Hi Basti 
delivery fees 40 $ 60 $ 70 $ 80 $ 90 $
I want them to be zero in the basket
I told in the pictures
https://imgur.com/TWiyatm https://imgur.com/DuOAnHfhow can i do this shape
https://imgur.com/rtbRrzVEven if it says the delivery fee, I want it to be zero in the cart
Thank you Basti….
hi mate
did yo try adding delivery = 0
when you add those delivery charges rate?
successful when delivering 0
Restaurant Owner Delivery Fee to Specific Areas : 70$ 80$ 90$ writes these
but does not charge delivery fee
These places say it’s free if you shop that much
How can we change this from code
Delivery 40$ 50$ 60$ though it will be zero when you add it to the cart
Thank you Basti
hmm now am confuse
you wanted only to have zero delivery fee correct?
then did you try adding delivery charges rate which is eqaul to zero?
under merchant panel -> delivery charges rate
sent
I sent you an e-mail again
hello Basti, here please see my graphic, i try to explain.. thank you https://imgur.com/a/O4vZhmu
Basti ?
hi mate
sorry for late reply
i think i don’t have yet min order for search by location?
this is still missing i think
Hi Mate
So how can I make the paid part zero
will write the restaurant location fee
location fee will be zero when the customer places an order
Whatever the restaurant location fee says, the location fee in the cart must be zero
How can I change this code
The restaurant doesn’t write zero when the location is far away
The restaurant says I’ll deliver $ 40 to that distance
but does not charge delivery fee from customer
I mean, the restaurant location fee will appear as zero in the cart, regardless of what it says.
purpose is here location fee is not charged from customer
delivery fees 40 $ 60 $ 70 $ 80 $ 90 $
I want them to be zero in the basket
I told in the pictures
https://imgur.com/TWiyatm https://imgur.com/DuOAnHf how can i do this shape https://imgur.com/rtbRrzV Even if it says the delivery fee, I want it to be zero in the carthow can I show here the fees are zero in the cart
click on the position where the fees will appear in the table and the fee will be zero
how do i edit this code
https://imgur.com/RmvVOoTThank you Mate
Hi Team, when you prepare any update?
sorry cannot promise any date yet
Hi Basti, Sent you email.
sent
Hello Basti. I have a future update suggestion. Order Throttling: For each time picker list interval it would be nice to have an assignable number associated with the interval. This number dictates how many orders can choose that time interval. If we set it to 6, then the 7th person will have to choose a different interval. This would help manage pickup and delivery traffic, so everyone can’t choose to show up at the same time. Thanks for listening 
hi mate
thanks for your suggestion,
you mean that you can define how many can order for the time?
can you give more example
Yes, how many can order for the time specific interval. If a time interval becomes unavailable, it simply means the customer will have to choose (if available itself) the time slot before or after. I’m a small merchant with limited space. Pickup or delivery only. This would be nice at lunch time… It will prevent every customer from choosing the same time, spreading out my traffic.
Also, I have been thinking about Food Items and AddOn Items. Unless I mis-understand, the AddOn Items don’t have inventory or their own “Make item unavailable” checkbox. When I use AddOn Items to build Combo meals its difficult to get them disabled if I run out. It would be nice if we had a method to link a Food Item and its associated AddOn Item to give us the ability to disable the AddOn Items availability in the combo meal automatically by using the checkbox “Make item unavailable” on the main/master Food Item.
hi mate
1. ok mate i will do take note what i can see here is we can define like a time range how many can place an order
example 8:00 to 8:30am = 3 orders only
2. will do take note
cheers
Thank You 
I need the upload folder to be read by the system on another server, this server is only for images and files. Where can I change the image address or file upload display in the code?
I want to use a CDN for the Upload folder, but I need to know where the system points the folders of this file for all the images
hi mate
i think changes the pic to use cdn will have many changes
cause you need to saved the cdn link first in database so you can show it correctly
all images is saved only with filename
example for food item
take a look at the table _item = look for photo
ok thank
System error that has no filter in knowing that a state was made. The application freezes and the merchant sends several buttons at the same time, causing the system to send several notifications to the client
https://ibb.co/TDX7SXc
hi mate
will do take note might add new checking for this
cheers
It is very fultrative for me to understand your codes and your words. You’ve been trying for weeks to understand your simple code as you say. I just want to find the function that recomposes to “Confirm Order” and perform a test when the customer selects the “OCR” payment method. I have already tried and still have no result, the system sends the order. My last attempt is to put this test code before inserting and it still sends it to the database. But it does not go to the next page. Please basti help me on this. I want to use OCR to send the information to an external API to process the customer’s payment. As indicated it is something simple. You can send me where I can put the code, I’ll take care of the rest.
for example:
// Place code for external API here
placeOrder file
mate i think you better hire a developer
cause i already keep explaining this to you but you cannot get it 
cause if your not a developer you will find this hard
also you can see the ajax calls in your browser console this is how i always debug my work cause i don’t remember al the functions i added so what i always do is check the ajax call under browser console
Sir, I have already tried with several programmers and they tell me that the functions they use are not fully synchronized. As I indicated I went to the placeOrder function and although in the OCR process or at the end where the order is inserted, put a stop even so on the page it works but mobile2 does not. You are explaining to me wrong, The web, mobile2 and single app have their own function to process the order or everything follows the placeOrder function. Why if the entire application works with this placeOrder function, why does modifying this function not work for the Mobile2 application and single app?
Just do this test to stop the process if the order was OCR and it still only works for web orders. It does not work for the Mobile2 and Singleapp. It is something simple that I want to do, when the client uses the OCR payment system, validate the information before sending. If there is an error, present a page or an error message and if it is ok process the order and send. Since you do not want to implement this, you should think in the future not to put order was processed should give you the opportunity. Since all the clients who select this option go to the restaurants fighting indicating that they already pay because it allows you to go to the confirmation.
is there a csv bulk upload, and is it suitable for grocery store where i have 10k products to upload, is it possible to search on loacation based
hi mate
sorry at the moment this is not available 
due to the food item is not basic unlike other food item
Hi codeking,
I wish to add a Page preloader Something like this: https://www.kingsubash.com/simple-page-preloader-with-css-and-javascriptin the link there is steps:
Step one is html where to add pls step tow is css i know where to add step three is javascript where to add pls
Thank you very much hero:)
question you want to replace all the loader of front end website like this?
if yes
1. add firs the div of that loader in
views/layouts/front_bottom_footer.php or in front_footer.php
2. add the css in assets/css/store-v2.css
3. replace the current loader functions in assets/js/store.js
look for function busy(e)
Thanks you very much codeking. Only need also to replace the coffie cup loader with this how can i do it and where.
thank you very much god bless you hero
hi mate
just replace this file in your server
in assets/images/Coffee-cup.gif
Hi my dear ,I wanted to know if it was possible to move all the Delivery information: -Distance -Delivery East -Delivery Distance Covered: -Free Delivery from menu.php to menu-header.php Thanks dear
hi mate
anything is possible but you need to have knowledge in coding
take a look at the file views/store/menu.php
this is all the data that shows all that information
and from this file you will see this line
$this->renderPartial(’/front/menu-header’,$merchant_info);
this is the header
as you can see am showing this template and this can be found in views/front/menu-header.php
you can pass all the information to this template
Basti, how can we make the multiselect start from scratch and if the client selects it, add 1. Since the client is confused. The client sees the number 1 and understands that it is selected
hi mate
sorry mate am confuse with your question?
Instead of saying one (1) it can be changed to 0 and if the customer selects it, increase or change the number to 1.
ah ok you will have to change the code for it
no options to change this but to modify the code
take note that the addon will not be added if you did not tick on the checkbox
ok, The problem is only visual, so that the client is not confused, it is supposed to start at zero 
Hello my friend Whatever I did, I couldn’t activate the smtp mail feature. When I activate the regular mail function of PHP, it does not send mail with gmail and hotmail. It is recorded as if the mail was sent, but the mail does not go to gmail or Hotmail addresses. Can you please help? My ports are open on the server
hi mate
you will have to ask your hosting why the php mail does not work
take note that php mail and smtp sending of email will depends in your server
Hi Basti, Today I payed a visit to my site to make some customizations and I found this.
https://drive.google.com/file/d/1nh2CMrJlmCQHjp3svftiTicu5FRG24rG/view?usp=sharingThe products in the categories appear in the app but on the site they cant be seen. This is all merchants.
2/ The graph in the merchant dashboards shows info of decline orders too. This mixes up the merchant thinking that he made those sales while he did but declined them. How can we not count decline orders in the graphs.
hi mate
1. hmm kms has no issue with displaying the food item this is very basic
did you migrate from another server? or change something in the code?
2. you are correct i think its not yet fixed
1) I migrated to a new server
it must be your database during migration
i cannot tell what exact issue cause i need to check your data
What info do you need me to send you to take a look
email me here all your access like site link, admin login and ftp access
and provide screenshot of the error
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
email sent
sent
email sent
HI where can I change the name in header menu
Home Browse Restaurant Restaurant Signup Contact Login & Signup Driver Signup
I looked everywhere but ant find it
Also how do I change the text under the 5 circles top of the page ? I found where to change the text of the fit circle but I cant find the text for otter 4
thanks
hi mate
you can simply change those via language file
in protected/messages/en/default.php
example browse restaurant
from
$lang["Browse Restaurant"] ="";
to
$lang["Browse Restaurant"] ="YOUR NEW WORDS HERE";
as always thank you for quick reply
welcome 
Hi bast, got plan for QR digital menu scan for dine in? Which customer on the table will be able to scan a qr code to get the menu on their phone?
let see when the multi currency and single website is done 
cheers
Okay 
cheers
Hi Basti, i sent you email. thank you
sorry cannot find your email
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
Sent
sent