29726 comments found.
hi, what about axis bank payment gateway (Mobile app)
reply sent
hi, what about axis bank payment gateway (Mobile app)
hi mate, payment gateway is very urgent. pls respond
mate i already replied
Hi mate, requested file sent through mail. Pls check and reply back, Thanks
sent
Hi mate, mail sent pls check and reply. Thanks
Hi mate, pls update the status…
sent
Hi mate, mail sent., pls check and update the status, thanks
sent
Reply sent, pls check and revert soon., thanks
sent
Hi mate, What’s the Axis bank
Payment URL
Returns YRL
Pls reply
HI MATE, PLS REPLY SOON, ITS VERY URGENT
sent
Hi mate, please reply my mail. I am very emergency
sent
Hi mate, pls check mail and reply me thanks
Mate, they mailed and cc for you, please check and reply-urgent
sent
Mate, Payment gateway not working. Pls check and reply bank mail. Please co ordinate with bank. Urgent pls…
it will not work cause it set to sandbox
check your email
Mate, mail sent pls reply
please wait for my email
cheers
Hi.. Wish to purchase for own..
But have no programing knowledge..
Will you provide installation services for web n app..?
hi mate
thanks for your interest
just 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
cheers
Thanks. Is there any specific hosting requirements. Shared linux hosting from hostgator is fine? Since I am from India, shall be choosing Indian servers.
at the moment kmrs is stable in php 5.6 and working in php 7.0 but not in php 7.2
so please choose a server that has php 5.6 or php 7.0
cheers
Plz check email..
New email send..
sent
Emailed
sent
email sent
Waiting for email response
Waiting for a response..
Bonjour Basti, Juste savoir le résultat du vote et qu’elle sont le fonctionnalités (Addon) que vous allez développer et a quand la mise a jour pour ce nouvelle fonctionnalité. Merci
for some reason i cannot post the results of voting but i will release the latest addon based on most votes
cheers
What is Commission Type 1. Commission & 2. Commission + Invoice
membership = this means all payment will receive by merchant directly and merchant will need to set the payment settings in merchant panel
commission = this means all payments will go to admin/website owner and the payment settings will be use is in admin panel
commission+invoice = same as membership and they will receive invoice that they need to pay to website owner
Sir, I am very disapointed by purchasing your products because we can’t set Combo Offer for food. Like Ubder eat.!
If One murchent want to give an offer like buy one get one free, what to do? another thing is that if a murchant want to set combo like- piza1+griled chikken1+pepsi can’t set.
This feature are very importent now a days. So Please give me a solution.
hi mate
sorry to hear that but those features is not available as before no one ask for that kind of features
and for adding addon for food item you can do that already just create addon category and add on item
cheers
How to add offer section on my front page , before i buy you guiz said it is a clone of the “www.ubereats.com” but i can’t able to see any option for ads or offer in admin panel
hi mate
offer is not available in front page it will be shown in merchant menu and for the ads you can simply modify the template to add your own ads
i never added the ads cause of the design
and what you see in my demo site is what you will get
cheers
In settings Review Tab what does this mean
1. Review Type 2. Order status ( customer can review the order based on this order status ) 3. Earn review status ( customer will earn points based on this status ) 4. Publish review ( publish review based on this order status )
Also in Home Search Area Tab what does 1. Disabled Share location? means
And Order Cancellation Tab – How do i set t o cancel order before one hour not after one hour or day
In others what does this identify
1. Cash on delivery change Required 2. Disabled Sticky Cart 3. Disabled popup asking customer address
What are the steps to properly set Commission Settings
and what does this mean
1 Exclude All Offline Payment from admin balance 2 Include Cash Payment on merchant balance 3. Set commission on Commission on Sub total order or Commission on Total order what is the difference 4. Commission+Invoice Payment Information 5 Deposited Timeframe to which account it is deposited
hi mate
1. review type
review mercant = this is the old reviewing process this means your customer can add reviews in merchant menu under review tabs
review per order = this is the new reviewing process customer can only add reviews on their purchase it means they can only review what they order
2. this means that customer can only add reviews on their order if the status is the same you set on this section
like example if the order status is pending and you set the status to paid it means customer can only add review if the order status is already set to paid
3. basically same as 2 customer can earn points based on order status
4. same as 2
for cancel order tab
you can only set after the date of purchase
there is hour and day fields in there
==========================================================
1. this is when paying cod it will ask for how much change
2. this has no functions anymore it was remove in latest version cause of the design
3. this is when the customer goes to merchant menu link directly it will ask for customer address to check the delivery fee
just set all your merchant to comission type and make sure you set all your commission settings in admin -> commission settings
==========================================================
1. the default all offline payment like cod, pay on delivery is added on admin balance
2. default is offline payment is not added in merchant balance
3. this is where to based the computation for commission its either compute it from sub total or total order
4. ths is the informat of admin bank account where in the merchant will send the payment
5. due of invoice
cheers
Hello Basti, good evening. Can you please tell me how to put the +34 number before it is visible in the user’s registry? I am having problems with this because many people register and use the autocomplete option of the crhome browser and insert the number but without the +34 and SMS does not arrive. What I want is that when sending the sms for the record, and fence included by default the +34. I do not know if I explained well. Thank you
do this quick fixed in assets/js/store.js
change all this line
autoHideDialCode:true,
to
autoHideDialCode:false,
you can find 2 of this line
cheers
ok, thanks Basti, but the +34 is not registered and NEXMO does not send sms with code for the verification of registration.
sorry i thought it sends to mobile number with +34 ?
The website is only for Spain where the country code is +34 example: +34 666000459 When using the browser’s autocomplete form, insert 6660004459, but not +34. What I want is for the user to write only their phone number and by default, insert the +34 in the database, so that Nexmo can send the SMS. Apparently Nexmo does not send the sms if it does not have the country code.
i agree but i think is better to put up a message to let the customer know that they need to put up a +34 in mobile phone or add a format for a mobile
cause if we add it automatic some people might add the +34 and if we add it it will double up +34+34
am not sure if you know what i mean
cheers
If I understand you, being a web only for Spain and more local only from one city, users only enter the number, without the country code. The problem is that I have many records without the country code. Could you tell me how to do to put +34?
or at least a validation to alert you that you must put the country code first.
do this in components/ajaxadmin.php look for functions clientRegistration()
add this new checking of phone
if(isset($this->data['contact_phone'])){
if(!empty($this->data['contact_phone'])){
$prefix = substr($this->data['contact_phone'],0,3);
if($prefix!="+34"){
$this->msg=t("Invalid phone number, phone number must include country code eg +34666000459");
return ;
}
}
}
Hello Basti good night. I know it’s been a long time since this query but your solution didn’t work for me. Could you tell me how I do so that the country area code cannot be modified by the user? This continues to cause me problems, since not everyone understands and manually deletes +34 leaving only the phone number. Something like this form … https://bit.ly/2Kfn8vi
Thank you so much!
Hi I sent you my ftp you didn’t check my site?! I sent again
reply sent missing new code in main.php
Cpanel details sent
done with installation already 
check your email
Hello sir, i got some error in this script can you help me please ? i nothing to changes in application only add google json file but once i generate apk and then successfully installed that but when i clicked on app for open that not able to open so can you help me what is problem in that?
sorry but did you purchase?
yes I purchased from this id “Optissimo” and I have an available purchase code also
please use those account to ask question 
i only answer who purchase my item
cheers
Hi, I want to add Arabic as a language do you have an easier way to have Arabic as a language.
please watch this video
How to translatehttps://youtu.be/FaQFRX9xEJY
How to set default language
https://youtu.be/Ugl2ilxBbhM
make sure you save your language file as utf8
Thank you Basti
cheers 
Basti
Mate. A small issue in KMRS
On the final order page, the ‘Place Order’ button (green button) is unclickable. It used to work before. But now I can’t click it. Any clues?? The inspect element shows js code in store.js line 1262 (FYI)
send me your site and ftp access i will check
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
Send details mate..TX
sent
Basti
Send a mail.. Please check..
sent
please check your mail…important mate.. i have no clue what to do wit firebase.. should i delete the account or whatever.
reply sent
Basti mate
Yes i saw the source. But actually firebase was for the mobile app (cloud messaging). I dont know how the database came into picture. Also the sdk has to be mentioned somewhere on the site right? Which I didnt do. So how did this happen?? Such as
import firebase from ‘firebase/app’; import ‘firebase/auth’;
the above line has to be mentioned right? somewhere in the restomulti files??
Basti
Ok the firebase is removed.. I had made a mistake of placing the firebase code in the snippets column in the admin… but still signup doesn’t work..
reply sent
Bast…my friend
One problem solved. Now signup works.. It had to do with the side nav bar. I removed it and now it works.. also order placement also works..phew. The thing that doesnt work is google signin..still giving the error
glad to hear that mate
can you check your root htaccess i think that is causing the issue?
htacess is completely gibberish to me. any ways I can sent the file to you??
yes please i think its got do with your htaccess
happy new year btw 
Happy new year mate..
After breaking my head for many days, no end in sight for the elusive GoogleLogin. SO I tried the Google+ scopes in OAuth Playground to see if the redirect uri works? SO its giving a mismatched uri error. but on site it gives a 403 error. if it was a mismatched uri, on the site too it should have given the same error. The htaccess is the default htaccess you had given with the package. there are no other entries in there. the OAUth credentials redirect uri is the same as defined in the social settings of the site. What am i doing wrong?
the htaceess is this::
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /restomulti/ RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /restomulti/index.php [L] </IfModule>
Basti mate
one more thing. So in the OAuth playground i found something strange.. check this out
Set-cookie: PHPSESSID=e8evo803v3j72ik5svhd9qclg5; path=/, YII_CSRF_TOKEN=321de5c6c66cea8579567360f3f961d2b2e7410b; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT
what is with the date being 1981??
basti- mate
need help
i just bought two other modules.. driver and promotion. see i wanted to check if the google sign in has anyrthing to do with OAuth verification. so they rejected the verification procedure because of the Google Sign-In Branding. Looks like I have to change the Google+ icon on the website and use theirs. How do I do that? Instead of downloading the branding image and placing it, is there a class for it? Also looks like Google+ sign in is depreciated.
sorry what do you mean googe sigin?
sorry am kindly lost?
yeah i read something about that , google_ will be deprecated some times this year
Logging in with google. Well the problem is google has stopped verifying signing in with Google + branding – now you have to download the icons -dirty blue ones (ie if you want your credentials to be verified) Now I am thinking maybe my logging in with google does not work because of this. According to their website Google+ loging in will show erratic behavior from end of this month. And completely depreciated by March. SO what are the options mate.. anyways we can incorporate the new signing in method into the present scenario?
i will have to check it first the new docs on how this new google signin works
Please help me on these subjects:
I have installed it on my site. (I am emphasizing that it is my site, so that you don’t panic.)
1-links are broken. How can i get to the admin and merchant?
This is what I get from the installation script. After it reported it has done its job successfully:------------------------------------------------------- Installation done... Admin link (Broken. Broken is my comment, not the script's) http://www.liviacafe.com/kmrs/restomulti/admin Front link (Link is ok. This is my comment, not the script's) http://www.liviacafe.com/kmrs/restomulti/ Merchant link (Broken. Broken is my comment, not the script's) http://www.liviacafe.com/kmrs/restomulti/merchant ----------------------------------------------------2-it looks like this: http://www.liviacafe.com/kmrs/restomulti/ The first look is not so nice. But I think you don’t believe in love at first sight. I think it should have been better. How can i theme it? and Customize it?
3-Where can i get some documentation? it would be better than asking trivial questions here. I had seen the pirated copies everywhere without documentation, before buying. Now I see even the original looks pirated.
Again emphasize this is my site :http://www.liviacafe.com/kmrs/documentation/ , I donwloadedit from CodeCanyon. Documentation is empty. Does any documentation really exist? Or you plan to add it in the near future? Or you forgot to include it by mistake?
hi mate
first of all can you please remove that link here 
it looks like your server php version is 7.2 unfortunately kmrs is not stable in php 7.2 but working in php 7.0 and stable in php 5.6
so if you have options to change your php version please do so change it to php 5.6 or 7.0
and the document is not empty mate
i just check the link
you need to scroll down
cheers
ok I tried both versions of PHP (5.6 and 7.0)
admin and merchant links http://www.liviacafe.com/kmrs/restomulti/admin http://www.liviacafe.com/kmrs/restomulti/merchantboth don’t work…
Any ideas why it doesn’t work?
i can see the link is working?
did you manage to fixed the issue?
cheers
merry christmas basti, thank you for your awesome support 
thanks mate
merry xmas to us all
cheers
basti my friend, thanks for all your fantastic hard work and your support.
merry christmas
hi mate
thanks for your kind words
and thank you for continuing support to all my items ,
merry xmas to you too 
cheers
i’ve email you multiple times the merchant time is still showing closed even after i have the correct time zones on the merchant and admin settings and the store hours are correct but its still showing closed . please help i’ve purchased this app and CANT MOVE FORWARD PLEASE ADVICE ASAP
Hi mate!
Issue solve. You have checked the “Close store”. If you check it,all store hours will
be close.
cheers!
where is that button located
hi mate
in merchant panel -> settings -> Close Store?
@thomas1007
Hi what issue do you get?
try do that go to protected/config/main.php in line 99 change your host,db,user and password. After enter in your website.com/install
@alpsinan19
mod_rewrite and allow_overwrite is enabled?
thanks mate 
merry xmas!!
cheers
Why is this documentation folder completely empty?
first of all that is not my site, where did you get those link?
my site is http://bastisapp.com/kmrs/
and the documentation is on the file that you download in codecanyon
cheers
This is my site.:) I downloaded from code canyon. There is no documentation! I am pointing out to documentation folder. So that you can see that there is no documentation.
One more time I am pointing out to my site: http://www.liviacafe.com/kmrs/restomulti/
Does it really have to look like this from the beginning? How can I theme it? If there was any documentation, I would read it and ask you less questions.
hi mate
it looks like your server php version is 7.2 unfortunately kmrs is not stable in php 7.2 but working in php 7.0 and stable in php 5.6
so if you have options to change your php version please do so
and the document is not empty mate
i just check the link
you need to scroll down
cheers
if you still cannot make it work you can email me
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
Still my users cannot save her profile picture. please support me Basti
Hi mate!
Issue has been solve. it looks like your server mysql strict and disabled it
cheers!