29731 comments found.
How can i show the payment status and order status on customer receipt?
you can but you need to query it on another table
you can get the data in table _payment_order
and view it on views/store/receipt.php
Hi KingBasti, quick question about Table Bookings – I have a restaurant that wants to accept bookings, but the current system only allows X amount of tables to be booked per day – the restaurant I’m dealing with wants to be able to set X amount of tables per hour instead of per day – is there a quick modification I can make to achieve this? The restaurant is a fast moving place and customers only spend around 40 minutes at there tables, so they want to be able to say ‘We will take 4 table reservation per hour during opening times’
hi mate
sorry but there i none
you need to create first the settings for this and add new functions for checking booking
Once an order is placed by customer and somehow one or more items are not available then there should be some way to suggest an alternate item to customer and once customer approves then merchant can proceed the order.
hi mate
what do you mean?
i think we can avoid the item not available by adding inventory addon which i have plans to release
Let me explain, lets suppose a customer placed an order of chicken burger but when order is received then chicken is not available so merchant would like to suggest an alternate item to customer…. hope it make some sense.
ok at the moment once the order is place we cannot modify the cart anymore
what you can do is cancel that order and ask the customer to order again
hey my brother, have you fixed stripe iphone glitch from a year ago? Customers cannot click “Pay Now” when paying over iphone using stripe checkout
hi mate
i think we did someone already did test it the last version of stripe uses redirect
Hi basti just send you an email about a potential security breach did you receive it ? ( send from skyflyre gmail)
sent
Hi Basti, How do I get 100 varieties of ice cream flavors and set a limit of choosing only 2, 3 and 4 with each purchase? Pizza by halves, etc. How can it be configured? Thank you very much
you mean can only select 2 to 3 addons item?
if yes when you create the food i tem
in addon section choose -> custom -> enter how many you will like to select
Hello, how are you? I need to help the site is out of order. I sent an e-mail.
sent
Hello, How can I manage multiple franchise restaurant on a single restaurant app?
you mean different branches? if yes at the moment you will add it as separate restaurant under merchant list
I have added them as separate restaurant but need to add all these restaurant in one restaurant app. So customers can order at any branch from one application.
again at the moment branches is not available 
Hello I have a problem with the logo on the mobile site. The merchant logo is below.
can you provide screenshot?
vou mandar para seu email
look at the print
that is normal mate 
i move the lpgo down with viewing in mobile device you can change it if you want in assets/css/responsive.css
I am getting this error when a merchant is about to buy fax credits
Fatal error: Uncaught CHttpException: The system is unable to find the requested action “faxAtzInit”. in /home/gkarabel/webapps/zipeat/yiiframework/web/CController.php:483 Stack trace: #0 /home/gkarabel/webapps/zipeat/yiiframework/web/CController.php(270): CController->missingAction(‘faxAtzInit’) #1 /home/gkarabel/webapps/zipeat/yiiframework/web/CWebApplication.php(282): CController->run(‘faxAtzInit’) #2 /home/gkarabel/webapps/zipeat/yiiframework/web/CWebApplication.php(141): CWebApplication->runController(‘merchant/faxAtz…’) #3 /home/gkarabel/webapps/zipeat/yiiframework/base/CApplication.php(185): CWebApplication->processRequest() #4 /home/gkarabel/webapps/zipeat/index.php(59): CApplication->run() #5 {main} thrown in /home/gkarabel/webapps/zipeat/yiiframework/web/CController.php on line 483
can you please help
your correct for now you payment available for fax is paypal and stripe 
can you fix this for Authorize.net on next release? ... when will you publish a new release?
not sure yet when
am still working on single app
update
let me check if there is quick fixed for this i can give you the the fixed
it should use the same as SMS recharge, I dont think will be difficult but I dont know gthe mechanics with yii platform I knwo it simple on your end basicaly use the same as SMS but credit Fax credits.. if I am not mistaken
yes its does its just that i forgot to add it
you just need to copy same code for buying food for sms
cheers
can you please elabroate a littl emor i did not understand ” need to copy same code for buying food for sms” do I need to create new file? what exactly ihave to do to fix this issue?
can you please provide the necessary files to be added?
hi mate
sorry for late reply take a look at controller/merchantcontroller.php
and take a look at function actionAtzinit()
you will see there the that is rendering the file atz-init
this can be found in views/merchant/atz-init.php
but if you see on the error above is looking for : faxAtzInit this icannot find anywhere,
you will have to create this action name 
its only ready for all payment gateway
in merchantcontroller.php add
public function actionfaxAtzInit()
{
// add your code here
}
can you provide the fix for this? Basicaly to send /provide the necessary files if possible?
is this correct what I have added? { $this->crumbsTitle=Yii::t(“default”,”Pay using Authorize.net”); $this->render(‘atz-init’); }
public function actionfaxAtzInit()
after I did this it take sme to the next step but I get this ont op of the cc form:
“Sorry but we cannot find what your are looking for”
.
I still dont have answer to this….the function is missing and I need this code to complte my project please respond asap is important!
hi mate
is this regarding the fax puchase using authorize.net?
if yes send me your admin login and ftp access i will update your files
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
yes this is what we are talking about fax puchase using authorize.net … I have sent the email please confirmw ith me when yo have it ready thank you very much for your quick response!
thanks mate reply sent
thenk you, I have also sent you the path that you have requested.. thanks again!
reply sent
Hello,
How can I duplicate my live project? Because I want to set up a live project into my local environment. Do I need to follow the installation step for setup project into the local environment ? or any other option to setup project in my local system without following the installation step.
Thanks, Surat
are this free sales question?
Dear, I have issue with mail service on my hosting account, they suspended my mail and ask me to but measure to stop bulk emails so i emplmenetede google recaptue forms and ask them to unsuspend my mail services, so they do. But now i get the same mail from them after one day from reactivate my mail :-
has been suspended. The suspension is due to large volumes of email sent from the account.
(Perhaps the mail activity is not intentional. The account, or some client that uses it, may have been compromised, causing mails to be sent without your knowledge. A form on the site may be unprotected and need captcha or other anti-bot measure. Please investigate installed software in the account as well as clients using the account to send mail)
What should i do?
sorry to hear that
some server this is violation when you send bulk email
what you can do is use 3rd party for sending emails like sendgrid mailjet etc
in your admin -> email settings use this 3rd party as this 3rd party is use to send bulk email
Dear, I have issue with mail service, could you pls check your mail.
sent
Hi
when a user places an order is there an option for him to receive an sms with order details or phone number of restaurant ?
yes there is make sure you have templates for it in admin -> notification template -> RECEIPT_TEMPLATE
enabled sms and tick the pencil to set sms template
and make sure the merchant has sms balance else it will not send sms
Dear, Pls how to change front end site main tabs language ? Is it will be effected if i change language ?
I have found it in your language and translate video tutorial, thanks
awesome! cheers
Do we have the option for the restaurant to select graphcal delivery area by draging pointers to a map? If not can we add ourselves? or you are planing to do so in the future?
at the moment this is not available 
will be adding this in future updates
yes you can
just create your own functions
If I nee dhelp can we hire you for additional development? if so can you email?
very sorry mate at the moment am very busy
doing update to single app
understood when will be your next release?
very very soon
looking forward to it. Question if we have done some custom development , how the update will be possible without effecting changes? This is just a concern I have for future updates
hi mate
yes it will be affected i suggest create your own file so it will not be affected once there is new update
or you can use http://winmerge.org/Understood thank you
cheers again create separate file
any update on the new release?
for kmrs? its around may
Ye sKrms, that sounds great, can you please provide what kind of changes and Features we are going to have on the new issue of KRMS?
backend
changes all the code and layout design its more be like the mobile app 2 backend
same as front end i will have to change all the code to make it more faster remove unnecessary code
that will be great! looking forward to it,
cheers 
basically it will be a new kmrs version
and am expecting negative and positive reviews on this one by existing user of kmrs
nothings comes easy, but I really hope to a great success of your new release
thanks mate
let’s see
Hello is there anyway a Merchant to be able to refund payment via a credit card through the portal? I am using Authorize.net, if not possible do you have any plans to add this feature in a future release? and lastly how is possible for me to add this feature? can you point me to the right direction?
hi mate
technically this is very much possible as long the payment gateway has api for refund
at the moment when it comes to payment gateway it will be a customization 
can you assists on customization?
does authorize.net has api for refund?
we are using your authorize.net plug in and we amulate authorioze.net to a different gateway, I can share some stuff with you, if you can please send me a private email so I can send you the API, I am ok for paying for this implementation
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
sent
sent
I still need some guidance on Authorize.net redirection through emulation and refund
sent
any update on this? ... I need some help here…. please!
hi mate
you need to call this api for refund
https://developer.authorize.net/api/reference/index.html#payment-transactions-refund-a-transactionthank you for the info, can you please provide this feature with the new KRMS release? I believe is very importan Restaurant wo be abele to give refunds this removes a lot of labor for us when it goes live.
problem here is that not all payment gateway offer refund api 
anyways let me add this on my update list
as i have plans to redo the backend and front end of kmrs
Authorize.net is one of the most critical ones on my opinion, since it gives the scalability to add many processors. Maybe a feature that will be only can be anabled if we use Authorize.net and not be available to the rest. I think will be great to do .
will do take note mate
cheers
thanks
Hi Basti i have got several issues with modules instalations and other things here. Iattached you links to see screenshots about this. i folowed step by step all your guide and couldn’t complete them whay? 1. Where are and why doesn’t appear the 4 icones buttons from front end? 2. App module doesn’t open and i did all your guide, ehat is wrong? 3. Driver doesn’t show db and also doesn’t let me complete instalation. 4. How much does it cost including 2Checout into sysem? Or do you know which checkot you already have works in Paraguay South America? 5. If i already paid regular licence, for get extended how much cost and how may i do it? Thank you for your help
Images: https://fuggostore.com/assets/images/access%20issue.jpg https://fuggostore.com/assets/images/db%20missing.jpg https://fuggostore.com/assets/images/where%20are%20the%204%20missing%20icons.jpgKarenderia Mobile App wrong
https://fuggostore.com/assets/images/Screenshot_20191205-200529.jpg https://fuggostore.com/assets/images/https://fuggostore.com/assets/images/Screenshot_20191205-200529.jpg https://fuggostore.com/assets/images/Screenshot_20191205-200555.jpghi mate
1. you mean the different search type you need to enabled it in admin -> settings -> home search area -> Enabled advance search?
2. comment in mobile app i will answer you there
3. same as driver
4. pm me https://codecanyon.net/user/bastikikang#contact5. you need extended license since you will charge your customer
cheers
Sorry i forget mention that db is from Driver module also i think it appear in url
This admin -> settings -> home search area -> Enabled advance search? doesn’t appear in my admin
what do you mean does not appear?
please verify that menu is there 
Hi mate! See your email please! 
sent
sent
sent
sent
Sent
sent
Sent
sent
sent
sent
Cannot get stripe to show as a payment gateway on checkout.
and where do I add the event checkout.session.completed
it will depends in your merchant type
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
also this i notice in customer when you go to admin -> edit merchant -> payment settings tab this means disabled not enabled
how to enabled
1. first enabled the payment will be available in admin -> payment gateway settings
2. if your merchant is membership you need to enabled the payment options in merchant panel
2. if your merchant is commission then enabled it in admin panel
you will have to set this inside your stripe account panel
and where do I add the event checkout.session.completed
sent an email for more details
Subject is : Karenderia Multiple Restaurant System (Stripe Issue)
sent