1106 comments found.
Oi Basti, estou fazendo uns testes com cupons de desconto, criei alguns mas percebi que no aplicativo eles só aparecem no estabelecimento, o estabelecimento diz que está em oferta mas na hora de adicionar promoções a lista está vazia, configurei todos para ilimitado para usuários, na versão web parece estar funcionando bem nos testes que fiz, você já está ciente desse problema?
Basti, I’ve been testing and the following happens: in the initial menu under offers, the establishment only appears when it has a discount coupon, but if there is only one discount offer on orders, for example, the establishment does not appear in the list of establishments that have offers, so if you create a coupon, both appear next to the restaurant there, when you finalize the order they are appearing normally, only on the initial screen we have this small problem.
hi mate
sorry to hear that can you share screenshot? so i can understand well the issue
Hi Basti
Busy with the upgrade of the app, must we enter info for firebase in this file under the public folder?
importScripts( “https://www.gstatic.com/firebasejs/10.0.0/firebase-app-compat.js” ); importScripts( “https://www.gstatic.com/firebasejs/10.0.0/firebase-messaging-compat.js” );
const firebaseConfig = { apiKey: ””, authDomain: ””, databaseURL: ””, projectId: ””, storageBucket: ””, messagingSenderId: ””, appId: ””, measurementId: ””, };
firebase.initializeApp(firebaseConfig);
const messaging = firebase.messaging();
messaging.onBackgroundMessage((payload) => { console.log( “[firebase-messaging-sw.js] Received background message”, payload ); const notificationTitle = payload.notification?.title || “Background Title”; const notificationOptions = { body: payload.notification?.body || “Background Body”, icon: ”/icons/icon-128×128.png”, }; self.registration.showNotification(notificationTitle, notificationOptions); });
that will be the firebase-messaging-sw.js file
this is for firebase push for pwa basically you will need only to update the file in src-pwa/firebase-messaging-sw.js
Default location on backoffice/admin/search_settings is not working on PWA .
but if i modify Cmaps.php ‘default_lat’ , ‘default_lng’ its working
hi mate
i just check on my end its working fine
please verify
cheers
Notice in the second image in dark mode, the special instructions box does not appear, it is hidden, this is in your demonstration that I took the print, can we fix this?
I already found number 2 where it changes Menu addons use checkbox, don’t worry, only the issue of the dark mode box not appearing if you can fix it
is this fixed?
Yes Basti, I just ask that when you have time, review the application screens in dark mode, as I sent in the second image, the box to type the special instructions is invisible, and there are other screens that I noticed need to configure the css as well, but you must have more important things at the moment, taking the opportunity to ask: can we expect the single restaurant application soon?
ok mate thanks
you can change the text box type in dark mode in src/css/app.scss under
// DARK MODE
for single app yes hopefully this month
Basti, I added this at the end of the css and it worked, can I leave it like this?
body.body—dark textarea, body.body—dark .q-field__control { background: #1f3b57 !important; /* color visible in dark / color: #f0f4f8 !important; / light text */ border-color: #bcccdc !important; }
// END DARK MODE
yes this is fine
Hi mate , i have a question . For what is tags list? /backoffice/attributes/tag_list ? What is it used for? Could you explain it to me? Thanks.
How can i change color from status-bar , now its blue. Thanks in advance.
How to use new feature Real-time driver tracking?
How to use new feature Real-time driver tracking? Done , waiting other questions.
hi mate
1. for the status bar i remove this one in the last update and it uses the default color if you want to change it follow this one https://quasar.dev/quasar-plugins/addressbar-color#installation2. for real time its already automatic make sure the app is updated and using the latest version
and make sure pusher is working in your backoffice
cheers
Hi Basti, how do I see comments on product and restaurant reviews? It seems you forgot that.
hi mate
the reviews was added in last update
note we don’t have reviews for product yet only for restaurant
We can only see this: https://ibb.co/BHvMK4c0 I want to be able to see the customer comments on orders, just like on the web version.
mate
its already added use the last update
its under the merchant menu -> info and there will be a review carousel
see attach screenshot
https://ibb.co/ksVMS0MF https://ibb.co/qF1BtCXPstill same “Version: 2.0.0 ” I updated to the new version 2.0 but the problem still persists and my restaurant doesn’t show on the page I started in PWA.
did you update your kmrs to latest version first?
try to update your kmrs first as there is no current issue with the updates
all updated but still “Explore Restaurants No restaurants available in this category in your area.”
Hi,
Please email me all your access details, including:
Site link
Admin login
FTP access
Also, provide a screenshot of the error and include a detailed description of the issue in the email.
You can reach support here: https://codecanyon.net/user/bastikikangCheers
Hello, I updated to the new version 2.0 but the problem still persists and my restaurant doesn’t show on the page I started in PWA. I already sent you an email
did you update your kmrs to latest version first?
try to update your kmrs first as there is no current issue with the updates
Sure, I have the latest updates.
It seems there is no interest in helping us, I sent you emails and you don’t respond either.
sorry for late reply i was away for personal reason
i will do check my email today but since there is a lot of emails it might take time for me to finish reading them all
Sent
hi mate
sorry for late reply i was away for personal reason
will do check my email today
cheers
Hi mate, How can I show the Header image in the restaurant list and only show it in the small square after opening the restaurant store?
Example all apps use the header image in the restaurant list: https://ibb.co/JjZ5861K
Example that all apps use when you enter the restaurant: https://ibb.co/Jj62gcNwJust an example of styles that are being used by major global players
Customers don’t want to see the image in the restaurant list, they want to see food, which is why all apps show the food image and not the restaurant logo in the restaurant list. What is your recommended way to do this? Thank you
hi mate
1. you can just adjust this via api to show the banner instead of logo so you don’t need to touch the mobile app
2. for menu you can just adjust your own code to adapt to this one
cheers
Hi mate, Congratulations on all the improvements you have made in the update.
This thing of showing the header image in the restaurant list instead of the logo would be useful for web and app because currently everything works like this: customers want to see food and all the big players already do this on their web and apps. Thank you
this can be simply change in the api let me know so i can provide you the quick fixed
How can I show the header image on the web in the merchant list, so that when the merchant opens it shows the logo in the small square and the header in the large image.
Also in the app, in the merchant list it shows the header image in a banner and when the merchant opens it shows the header in large at the top and the logo in the small square. If you could suggest how to do this it would be appreciated.
ok mate do this in protected/components/CMerchantListingV1.php
under
public static function getFeed($filter=array(),$sort_by='')
change this
'url_logo'=>CMedia::getImage($items->logo,$items->path,"@2x",CommonUtility::getPlaceholderPhoto('item')),
to
'url_logo'=>CMedia::getImage($items->header_image,$items->path,"@2x",CommonUtility::getPlaceholderPhoto('item')),
and for the other one sorry i cannot cause this requires changes in layout and css
No restaurants available in this category in your area. on PWA , on normal website restaurant is visiable
is this on the offer page? if yes wait today i will release new updates to have this fixed
if this is not offer page then issue is within your api you need to email me
Already sent mail
Are you releasing bug fix new update today
I updated to the new version 2.0 but the problem still my restaurant doesn’t show on the page I started in PWA.
did you update your kmrs to latest version first?
try to update your kmrs first as there is no current issue with the updates
Bast what is the measurement for these images? :https://prnt.sc/CJ67r7Cdv8nk
try 960×320 or 1200×400
Sent
sent
My friend, first of all, thank you very much for upgrading the script. You are a trustworthy person. The interface is very easy to use, especially the address option is very beautiful. I have found a few small bugs for the time being: The problem reported by nelio2017 does exist, and I have also reported it before. That is, when you fill in the county, state, and city, you go back to edit, sometimes only its ID serial number is displayed. 2. When the delivery process status of the multilingual app is changed, some statuses only display English, and you need to manually refresh to return to the translated text. Delivery process status problem 3. Why does the Total amount on the checkout page not include all fees? The order details and Paid By are also the same. 4. After setting the state and city, in the mobile app, go back and set the city again. The opened interface overlaps with your mobile phone input method interface, which may bring difficulty to the selection and slow loading.
Please ignore the last question.
hi mate
Thank you for your kind words
1. its the response from api not sure why in my end its string but in other server its integer this is causing the issue you can email me for quick fixed
2. can you share process or video so i can understand
3. same as this
cheers
Pop up error when adding address “AR_client_address.city is not deigned.”
run the fixed database first this field is new from the update of 2.0.4
Thanks now working
welcome 
Basti, one question, the chat is working on the web, but in the pwa application it is not loading, it keeps trying to load and it does not work, any configuration to do in the application files?
did you set the config for firebase in src/boot/FirebaseChat.js ?
help i updated the module and i got blank when i click the merchant
Hi,
Please email me all your access details, including:
Site link
Admin login
FTP access
Also, provide a screenshot of the error and include a detailed description of the issue in the email.
You can reach support here: https://codecanyon.net/user/bastikikangCheers
send
sent
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource
its your kmrs not updated customer app will work without issue in kmrs 2.0.4
i sent screenshot
Thanks Just updated the main . its now working thank you
glad to hear 
Basti, using the location search there is an error that needs to be fixed, on the screen where the system says complete your address details, in the fields that are already filled in automatically: State, City, Area, it is filling in with the ID not with the description, only the postal code is correct. I have a state, a city, a neighborhood registered in my database, when I did the tests they all filled in with the number 1 instead of the name of the city, state and district, can you fix this? Sorry for bothering me so much, but this system is very good, let’s make it perfect!
hi mate
can you please verify it should be not number it should fill the address selected when you first open the app you can test the demo
cheers
sorry you cannot test on the demo let me check on my other test server if this does not fill correctly it might be the type cast of the id instead of integer it should be string or other way around
Sim, já estava respondendo, sua demonstração não usa a busca por localização, verifique e verifique que tenho razão.
will do test on my end and will get back to you
this might be issue with the type cast of variables
No rush friend, we are in the testing phase, thank you very much!
ok mate i check unfortunately its working on my end 
can you share your api config instead so i can test on my end
You can reach support here: https://codecanyon.net/user/bastikikangsent
send
sent
sent
sent
sent
hi mate
sorry for late reply i was away for personal reason
will do check my email today
cheers
Sent
sent
Sent
sent