29726 comments found.
Basti Good morning! I installed the system but this error is appearing: https://prnt.sc/1N7RkH4nQ9Er
Sorted out
glad to hear that mate
cheers
Mate, when i make an order and chose Dinein i can not complete the order if i do not use Room name and Table name that is very Good, but if i use POS i can complete the order with out Room name and Table name, how i can do it like above, screenshot,
https://ibb.co/jvq1Qs6 https://ibb.co/Tw7hzhG https://ibb.co/KmWS6D4hi mate
update your files you have missing new line of code
cause am checking rooms in pos as well
I updated again now and still not work.
This problem the same in your POS, screenshot from your merchant POS,
https://ibb.co/HxRPXjWwhat do you mean?
i don’t think its been updated with that information yet
Ok, you will update this, next updated?.
next update
Hi mate, I added the tables but when i want to reserve table i can not see all tables only one table, screenshot,
https://ibb.co/n3Wmfmf https://ibb.co/7kp6mKFit will show only the tables that covers the person
Good I tried it, it was perfect.
Hi Basti, How the Inventory Management work?
hi mate
sorry there is no inventory in kmrs yet
It was there but how it is work, see this screenshot,
https://ibb.co/b56QP4jIts only preparation
i remove it cause its not fully implemented
Ok, Could you do to fully implemented?
i cannot promise maybe in future updates
Ok
Hello! I would like to know about the two-flavor option for pizzerias, when the update will be made as it is needed, as the previous system had this option.
probably next update this will be added
Something went wrong contact the author https://codecanyon.net/user/bastikikang
please do email me with your website and ftp access
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
hello my friend.. sent an email
sent
I did no received. please vi*@gmail
hello my friend mail sent
mate sorry is this your email pa**@yahoo.com ?
yes but in our task we are talking from vi*@gmail
Hi Basti,
I realised that placing an order is taking more time (5 sec or more) since we added the new payment gateway.
I mean even COD payment taking 5 sec or more loading to “track order page”.
And I remember it took 1 second before. Same on your demo.
Will you please help me to make it smooth again like before?
hi mate
first of all this is got nothing to do with the payment added
if cod this will be more faster cause your not calling any 3rd party api
now if you paying like paypal or stripe or any payment that has api it will take more time than cod cause your calling 3rd party api
so its normal
cheers
and for track order page this is only getting of order details it does not get any 3rd party api calls
1. I dont see option to set Free delivery on orders over set amount like in old system
2. how can i make “Hand it to me” as the default option for Delivery Option
hi mate
1. ah looks like your right am not sure why its not in their yet i think i forgot to add this
2. 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
mate i think you miss my email that am not working on it at the moment cause am working on something
anyways i replied in your email
Sending you email
sent
I sent an email with a very special and important request Basti, check it out calmly and tell me if you can do it, look at it carefully, hugs!
sent
Hi Basti, I asked you the other day how to make the address1 field accept only numbers, you gave me the solution below, but by doing this, when I try to change an address when saving, the system returns the message (address not found ) I can’t change any address, only when I change it if I select one already saved in the list then it accepts it, but if I look for a new one from the Google API I get the error, see the code you gave me and test it on your side if possible, see below:
hi mate
the best way for this is to restrict the street number to numeric only
in protected/models/AR_client_address.php
under public function rules() change to
public function rules()
{
return array(
}
array('client_id,address_uuid,place_id,address1,address2,postal_code,country,country_code,formatted_address,delivery_instructions',
'filter','filter'=>array($obj=new CHtmlPurifier(),'purify')),
array('client_id,formatted_address,place_id,latitude,longitude',
'required'),
//array('place_id','unique','message'=> t("Address place id already exists") ),
array('place_id','ext.UniqueAttributesValidator','with'=>'client_id',
'message'=>t("Address place id already exists")
),
array('address1', 'numerical', 'integerOnly' => false,
'message'=>t("Street number must be number")),
array('address2,postal_code,address_label,country,
country_code,delivery_instructions,delivery_options','safe'),
array('client_id', 'numerical', 'integerOnly' => false,
'message'=>t(Helper_field_numeric)),
);
this error is different not on the validation cause error says not found
delete all first your address and try to add new one
I think I wasn’t clear, maybe you didn’t understand, I deleted all my addresses, making this change to only accept numbers in the address field, after I’m on the merchant screen I decide to change my address or add another address so I get this error, I can’t add a new address, if you can’t understand tell me and I’ll make a video to show you, hugs!
This error only happens when logged in, without logging in I can change my normal address
Basti, I did a test now on the single restaurant app and it seems to work, but the check is doing the opposite, it’s doing it in the street name field, I think we’ve already fixed something similar on some screen in the apps, you even told me that you always confuses these two fields.
i believe kmrs is the correct one as always
only in the app was mixed up but its already fixed in latest update
Hi Basti. I have sent you 2 direct emails can you please check and update me. Thanks
sent
Hi Basti. I have replied to your email, please check.
sent
Hi Basti. I have sent you a direct email. Can you check and update accordingly.
sent
Hi Basti. I have replied to your email. Please check
sent
Thanks. I have replied to your email. Please check.
sent
Hi Basti.
I have just replied to your email, please check.
I have replied to your last email, please check
Fb dev invitation has been resent, please check
sent
Hi Basti. I did sent you an email. Can you please check.
sent
Hi… I didn´t change anything in server files… Today. I tested my frontend & backoffice but I have error “Forbidden You don’t have permission to access this resource.” ... Other Single Merchant APP it´s working good .. BUT I don´t have acces to FRONTEND neither BACKOFFICE …
i don’t have this kind of error so must be in your server
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#contactcheers
Hi Matey,
i hope you ok i sent you mail the other day with sql file eg…
Regards birken
sent
sent back yesterday 
sent
not got any thing yet?
please check so you sent .
sent
Hello, I sent a message to your email. alefe.alt7@gmail.com
sent
Hi basti I can’t update my website. When I put /update in my admin URL, this is what appears.
This page isn’t workingonlinev2.doloras.com is currently unable to handle this request. HTTP ERROR 500
the update now is this 2 steps
1. extract update.zip to your server
2. go to backoffice -> utilities -> fixed database
that’s it
cheers
Hi! Any predictions for releasing the new update?
right now i cannot promise any updates
cheers
sent
sen
sen
sent
Sent
se
sent
Sebt
sent
How to add Delay Order time? Now only have 5, 10, 15, 20, 25, 30 I want to add more time.
edit the file backoffice/components/AttributesTools.php
public static function delayedMinutes($with_label=true,$start=5,$end=6)
If I modify the file, I will have to revise it again every next update. I was able to add it to the old version in the restaurant, can you add the same functionality to the new version?
no options right now in backoffice
sure mate
Thank you so much.
welcome mate