645 comments found.
Hello, Basti I ‘m trying to setup single website app but when I go to click on the API Access button on the sub menu in merchant. a 404 error page show up displaying this text Your domain domainname.com is not registered. Need help please on how to solve this problem.
and register your single website purchase code
Hi mate, how can the opening hours be visible in single website? And can the checkout button be disabled like in kmrs when the store is closed and delivery now is selected? Cause at the moment it doesn’t show anything that the store is closed until you try to pay for your order.
also sent you email with access about another issue, your help will be much appreciated 
hi mate
1. i forgot to add this will be added on next update or you can simply create a custom page with merchant opening hours
2. i check i already checking if merchant is close or not in the menu
3. reply sent
We have your Multiple Restaurant System + We have the addon (Single app) we whant to run a Single website only one Restaurant. But we do not understand, when we have the addon Single app – we need to write www.mydomain.com/xxx (xxx=Restaurant Slug) ?
How can we past this. to only www.mydomain.com (when we use addon Single app) ? because Restaurant Slug (This field is required)
hi mate
the idea of this app is for merchant to have there own branded website, you don’t need slug just copy the files to your merchant domain
example in my demo https://singleapp.bastisapp.com/
hope it make sense
cheers
do not understand what you mean.?
We install first Multiple Restaurant System on mydomain.com then we login and install addon SingleModules.zip then we make everything in WebsiteVue and upload files from /spa/ to the rod mydomain.com
but we need to make a merchant in Multiple Restaurant System, but we can’t make a merchant without write a Restaurant Slug (This field is required). +
On your demo https://singleapp.bastisapp.com/ you have your “Multiple Restaurant System” in bastisapp.com and install SingleModules in a subdomain ?
Or what you mean.?
i think your referring to the registration of merchant ? in backend ?
if yes slug is required in kmrs backend cause that will be use in main script example https://demo.bastisapp.com/mcdonaldsbut the slug will not be use in single app
example https://singleapp.bastisapp.com/
this both link is the same merchant i use for demo
Hi Basti!
I was able to install the single restaurant web app on my sub-domain. It looks to be working perfectly fine except for one issue. The restaurant I created the single restaurant web app stopped appearing on the main KMRS restaurant search result.
Here is a screenshot to understand what I mean
https://ibb.co/W2wvQ582) There is also a PayPal Membership payment. Please try to create a restaurant membership using PayPal and see what it gives you. I get a red empty square popup on the right bottom when I try to pay for the membership. I already created the plans on PayPal and pasted the plan code on the plans and my PayPal is setup correctly on the Admin Payment Gateways
hi mate
this should be the case example my demo https://demo.bastisapp.com/ is perfectly findthere must be issue on the api i cannot tell need to check your server
email me here all your access site and ftp
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
and for paypal in subscription this is not yet available in main kmrs
troubleshooting single website
follow this link https://community.bastisapp.com/d/414-single-website-troubleshootinghi to all
i just notice some is doing a test in same domain if you run it on the same domain as your kmrs domain it will not validate you will need to adjust the code for this to work
in components/AppUserIdentity.php
change this line
$domain_from = CommonUtility::removeHttp($_SERVER['HTTP_ORIGIN']);
to
$origin = isset($_SERVER['HTTP_ORIGIN'])?$_SERVER['HTTP_ORIGIN']:$_SERVER['HTTP_HOST'];
$domain_from = CommonUtility::removeHttp($origin);
also i forgot i mention in the docs you need to update the .htaccess
• some server does not return bearer token
- Soulution is to edit the .htaccess and add RewriteCond %{HTTP:Authorization} ^(.*)
- RewriteRule .* - [e=HTTP_AUTHORIZATION:%1] after RewriteEngine On
example
RewriteEngine On
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]
what about languages ? I can’t find language selection in frontend
and if the merchant has one service dinin why the customer must select his location?
hi mate
1. the language is not available yet
2. its because we need to make sure the one who order is near from the restaurant 
cheers
hi basti I may until now don’t understand this add on so may I ask if I buy this add on on my multiple restaurant website for example I have www.multiplescript.com with 100 restaurant on the system and I bought the add on and installed it on the same domain www.multiplescript.com then every restaurant on my domain would have its won single account or page or subdomain or whatever ? or how it would be please need to know important
hi mate
the idea of single restaurant app is for your merchant/restaurant to have there own branded website domain
now your merchant can be found in your website correct? what if merchant wants to have there own website and branding
now the single website app came in
instead the customer is ordering to your website
the merchant will have there own domain
cheers
but there own domain will be connected and calculate my commission from my main multiple domain right ? also will there restaurant will be list in the search of my main multiple script ? also until how many merchant I I can use the add-on from my main script thanks
correct
so to be sure before I buy this add-on my main domain for example is www.multi.com and I have 500 merchants in that domain one of them called MCDO want to have its own domain www.mcdo.com so I can create him a merchant account with this add on he will have a domain and when some one search on my main domain www.multi.com he will find him in the result MCDO and after click on him he will go to the merchant domain www.mcdo.com hope you understand my example
thanks
mate still waiting for your reply before I purchase . also for single app add on where the merchant can change the home page layout like header or other elements
thanks
hi mate
the one you mention is possible but with edits
cause the main script is when you click on merchant it will go to menu but you want to go to merchant own domain so you need to modify this one
cheers
so is it possible to consider this in the next update that when the restaurant has a single app he liked from the main script to his domain invested of linking to the menu in the main script thanks
very much possible we just need to add some kind of settings in admin panel to go to merchant domain instead of main script menu
so will you do it mate or you could help me to do this code by myself ? thanks mate
this will be very easy with simple changes i can give you the fixed
but you need to set every merchant website address
in merchant panel -> merchant -> settings -> basic settings -> website address
we can get the website address in api keys the one you registered but this is saved in jwt token it will be consuming to decode this and get the address so its better to set the merchant domain that i mention above
so now I am lost
the best way is to follow these step
in merchant panel -> merchant -> settings -> basic settings -> website address
and it will work or am I wrong ?
no mate please read what am explaining slowly 
read again above
Mmmmm
one of two thing or I didn’t understand well or sorry mate the English you wrote just need to Reformulate the phrase
forgive me mate after my thickness I am not like before hope you remember what I got in 
let me explain it one by one
1. in search results in main kmrs there is a list of merchant correct?
2. now you want to when you click it instead of going to main script menu you wanted to go to merchant domain single app correct?
3. now how how we can do that? first we need to know the merchant domain correct?
4. how we can know the merchant domain ? we can do that by setting the domain url in merchant panel -> merchant -> settings -> basic settings -> website address
5. now we have domain url we can now change the link of merchant menu to merchant domain
many thanks mate until this al clear for me just one thing in which file I shall change the link of merchant menu to merchant domain?
after upload spa to merchant domain I get Error: Network Error and the menu not show
email me your server ftp access will check
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
Question before purchase
Did this purchase will have all source code (unminified files)
thanks for your interest yes you will get all the source code and is not minified you can modify the vue files
cheers
ok thanks.. nice work ..
cheers
Hi Basti i was asking you why we cannot download thisaddon as we bought all your first apps and addons?? Right now we are not enabled for dpwnload this addon and all you will update since old we paid is missing and are waiting for update this to work Thank you for answer
what do you mean mate?
this is a new item not an update to old apps
this is a new webapp build in quasar and vue js framework
So this is not an update?? All addons? we need begin to reeplace this than the other one? what is this? we are waiting for can use this and dont use the old version. as we understand you are not goin to update the old version so what can we do??
mate i don’t think you understand the idea of this
this is single website correct? do i have a single website addon before?
the one i have is single mobile app https://codecanyon.net/item/krestaurant-mobile-app/22131979hope it make sense
So how all old addons will work?? Mobil, merchant, driver, points, inventory, printer, Etc. We bought you all that and all that is missing, how can we going on== and when??
am still on the process of updating this app
i think i always keep answering this question
we need to move on with the latest version
you can always use the old version if you want until the app is done
we left this version because you promesed update all system and for that reasson we want use new one when will work
then wait until its done
good application take times if we rush it there is no quality
Yes Mr but you promesed finish end of may as i remember i think we all think you are updating your system and we paid for it not a nrw one so we cannot understand your last update sinle web, of couse all here guess that it is a reemplase of sinle app and is not as you said, we misunderstand and trust you are working for complete this, sorry for this words but we was awaiting to many month for can begin with new version that would be better than old
Yes Mr but you promesed finish end of may as i remember i think we all think you are updating your system and we paid for it not a nrw one so we cannot understand your last update sinle web, of couse all here guess that it is a reemplase of sinle app and is not as you said, we misunderstand and trust you are working for complete this, sorry for this words but we was awaiting to many month for can begin with new version that would be better than old
yes i did but you know development sometimes very complex
so please mate wait until its done
am doing support and development at the same time
GLWS!!
Did my part in supporting 
thanks mate
really appreciate your help
You’re welcome mate. Arite, so here is the 1st hurdle. I managed to generate the build and upload to the server, it worked, BUT Im getting API error: blocked by CORS policy: No ‘Access-Control-Allow-Origin Solution or fix to this?
ALSO….How to change the branding of this webapp? (logo, color etc), its not synced with the merchant logo apprently. AND …. KRMS V 2 does not have the commission + subscription + invoicing option….as was the case in V 1, correct & guide me if Im wrong.
email me your server ftp access will check
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
and how to change logo colors etc kindly check the docs i explain it there how
commission is already available in kmrs v2 and subscription only missing is commission+ invoice
Hi Boss 1. FTP credentials sent 2. I already followed the instructions on the document, still it didnt show any change 3. Any plans of adding commission+ invoice?
BTW, I see a new update of the addon today, but no changelog for it. should I update the new one on server?
reply sent in your email
Does this warning in Visual studio have any impact on the build?: “The 1 extension(s) below, in workspace recommendations have issues: johnsoncodehk.volar (not found in marketplace)”
Anyway followed all the instructions plus uploaded the new version, still no luck. Fixed the FTP issue, so try again please.
fixed you forgot to add something in your htaccess
Apparently I did add it, difference is you added in the start, and I added towards the end. The code is still there if you’d like to check. Anyway the error is gone but warning is still there, probably no data added thats why, will add something and then try again. will revert back if still and issue. In the meantime thanks.
hi mate
sorry i did not see it in the docs i already mention it after the line
anyways yes you don’t have any data in your merchant
hello basti if I press on api access in merchant there is error Page not found how to solve this error?
ignore that I forget the activation
but the question have I to use new purchase key for every merchant? I have I to purchase new License for every merchant or one enough ?
no mate 
just register your purchase code once
thank you
welcome
Hey Basti,
Amazing work you’ve put in here. Very happy to see this at last. Keep up the good job.
hi mate
thank you very much am glad you like it
cheers
hi basti on documentation says addon manager i can’t see addon manager in my admin panel i use new kmrs please pm me : doganree34@gmail.com and also please send me fix for sound alert notification for new kmrs . because you haven’t released new merchant app 
hi mate
please download and update to last version was release yesterday 
version 1.0.2
cheers
hello basti done everything you said still got issue 1- when upload addon on admin get this screen https://ibb.co/jVVwNpS 2- real time notification still doesnt work can you please email me i can give you ftp details tried everything doesn’t work thanks email : doganree34@gmail.com
email me here your admin login and ftp access
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
Email Sent Thanks.
sent
tried everything you said still not working email me please
mate i check its working
i just signup in your website
and i can see the sms was sent also the email
and for the single app reply in your email
hi basti on documentation says addon manager i can’t see addon manager in my admin panel i use new kmrs please pm me : doganree34@gmail.com
hi mate
please download and update to last version was release yesterday 
version 1.0.2
cheers
hello basti done everything you said still got issue 1- when upload addon on admin get this screen https://ibb.co/jVVwNpS 2- real time notification still doesnt work can you please email me i can give you ftp details tried everything doesn’t work thanks email : doganree34@gmail.com
keep once post per issue 
Hi Basti, gonna purchase this… however, how does this work? can my restaurants that list on my main site then have a seperate site (like the single restaurant app) and link their domain name to it? So they have my main website, my main app, single restaurant app and now their own branded website also? If so… happy days, its getting there
just need merchant, single restaurant app and mobile app 
hi mate
thanks for your interest
1. yes ofcourse
you can try the demo to find out
2. yes that is the idea to make a merchant have there own website or domain
3. correct
4. give me some time all of this app will be updated same like this using vuejs so you will have app an pwa at the same time
cheers
hello, what are the options for the payment methods? mercado pago?
hi mate
yes mercado pago ls already available kindly test the demo to find out
cheers
Hello Sir.
Please can and purchase this software and use it for Groceries delivery. Would it work?
hi mate
i believe you can
both food and groceries as very similar
so my answer is yes
cheers
@KleinnDev not understand you well , but I think you want to say that the all features and issues for the main script almost done or what ???
now am done with single app
mobile app will be coming out soon
soon is from 1 to 1000 week mate

building working apps need time
if we rush it there will be no quality 
so please be patient am doing my best to finish all addons
I trust in you mate just please give me an estimate time thanks
i cannot give correct estimate of release as sometimes due to complex development i always need more time