29726 comments found.
Hi mate, I sent an e-mail for receipt. It is a suggest. I think if you do that it will be good for merchants.
Thank you 
sent
Basti check this guy selling your products https://www.simtechnos.in/shop/ and this are kind of customers who used to come and disturb you here everyday with support.
I go crazy when i see such things happening.
Next time you make an update add a code that only purchase customers can update.
Basti check this screenshots my talks with is criminals
https://imgur.com/DWEC54GBasti check this 2 screenshots my talks with those criminals selling your product
https://imgur.com/DWEC54G https://imgur.com/C6OjQPri go crazy when i see such rubbish things
And they block mi on facebook
not again
thanks mate really appreciate your help
Hi Basti,
How can i add simple Accept and Reject buttons in merchant dashboard instead of changing order status in popup.
Can you help me in this?
Thank You.
you will have to add this new functions
you need to change the file for it

see below
Hi Basti
I have following questions:
1) After customer place an order he receive an email notification that says :
Thank you for shopping at KARENDERIA . We hope you enjoy your new purchase! Your order number is 142. We have included your order receipt and delivery details below:
How to change this and instead of showing KARENDERIA it shows company name and instead of new purchase something else ? On the comments you said its under default template in components/EmailTPl.php. I updated it but it still did not change. Where would I update the following: Thank you for shopping at KARENDERIA . We hope you enjoy your new purchase! Your order number is 142. We have included your order receipt and delivery details below:
2) Can customer receive sms notification too after purchase ?
3) Can customer register with phone number only ?
4) On the mobile browser website how to change the header color orange to red. On your comment you said under
assets/css/store-v2.css
mobile-header{
background:#f75d34; color:#fff; padding:8px; }
I changed the color #f75d34 to my own color but its not changing the color from orange after updates
Could you please help?
Thanks !
hi mate
1. you need to change it in admin -> settings ->website -> Title
and this template can be change in admin -> Notification template -> RECEIPT_TEMPLATE
2. yes just fill the templates for it admin -> Notification template -> RECEIPT_TEMPLATE and enabled sms and click the pencil set your template for sms
and make sure the merchant has sms balance else it will not send any sms
3. at the moment this is not available
4. you mean the header on top? if yes in assets/css/responsive.css
.top-menu-wrapper
{
position:relative;
background:#f75d34;
border-bottom:2px solid #14171b;
}
Hi, I need to find someone who can do the update for me and resubmit the apps to playstore and app store. Do you know of anyone who can offer this service.
i can compile the app for ios and android but i don’t do submission 
Hello Basti fax system Faxage is only for US and Canada so can you please implement the interfax system in my KMRS so i pay for this. Thanks
do you have any api docs?
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
Hello Basti i send you API email so please check.
sent
Hello Basti please let me know when anyone place the order and then merchant received the order by Fax automatically this is very important merchant received their order by SMS,Email,Fax and by the printer. so now Fax is pending so please fax is very important for the receipt automatically when the merchant received the order.
sent
Hello Basti i send a email please check i send all the detail of api and website link so please check it and let me know.
sent
Hello Basti please let me know how much time to integrate the Interfax API.
already replied
Hello basti please send me again i delete all my emails.
email forwarded
ok thanks i got the email Price is ok for me so please implement the interfax API
i replied in your email
Hello
See you have many nice app for food ordering, is a bit confused every app,
i am looking for waiter ordering app, which app fits my needs?
hi mate
where part are you confuse?
for waiting app sorry i don’t have this one
after thoroughly checking all the app found out different on them, have no confuse now 
I come closest to buying the restaurant app and customizing it to the waiter app
Do you have any plans to develop the waiter app in the future?
sorry at the moment i don’t have plans 
Dear basti, I have moved my site from development to production.. but its occurring error.. I cant login as admin/merchant and view merchant in front end… request token is invalid alert showing…
I have changed CSR to false but cant able to fix this..
check your new server the session should be working properly
also during migration you should not include view tables
else your database will have issue
I just want to know that is it system only design for restaurant business or i can use it for any type of business. Like we need a system in which we want our users to interact car and bike mechanics instead of restaurants.
i believe you can use this for any type of business as someone use this for florist just change the wording
and i suggest try the demo see if this will fit your needs
Do i have max. independance on this system? Because i would like to extend system and build new modules?
you can do what ever you want as long you know how to code
but i suggest separate any files you will have to create
so when there is new update your changes will not be affected
Why i dont get any of emails, like: Welcome email, forgot emails… I got just with the order. All are checked in notification template.
check your templates in admin -> Notification template -> CUSTOMER_WELCOME_EMAIL and CUSTOMER_FORGOT_PASSWORD
How does the Delivery Charges Rates Work,?
please explain?
merchant will need to define the distance per delivery
like 1miles to 4miles = delivery fee is 10$
etc
I can’t access the page merchant. email sent
sent
thank you very much!
cheers
When a merchant trying to sign up, no activation code is sending to himthough its showing that the activation code is sent . the email id is also not listed in email log. another issue happening where some blank emails are sending that autimatically adding into spams.
check first the template if you have one in admin -> notification template -> MERCHANT_VERIFICATION_CODE
and for spam make sure the sender exist or not a dummy email if the email is not dummy then ask your hosting why the email goes to spam
hi mate, i already purchased, i want your recommendation for hosting service, is web space important ? what is the recommended web space ?
i suggest a2hosting vps or dedicated
https://www.a2hosting.com/vps-hosting/managedor
https://www.a2hosting.com/dedicated-server-hosting/managedDone, thank you
cheers
Hi mate! See your email please!
sent
sent
sent
sent
sent
sent
sent
sent
Hi mate,
Could I have one sub domain by language?
FR: fr.mydomain.com EN: en.mydomain.com etc.
technically you can but it will needed some changes in the code
you will add some kind of code to set the language depends on domain url
What code I need to add and where?
basically in controller/storecontroller.php
you will have to get the domain url link and parse it to get the language like en or fr
and simply call the language set for yii
example
Yii::app()->language= “en”;
Where I need to add that exactly in controller/storecontroller.php?
you can add your code either in beforeAction or init()
Could you give me all the code to add mate? 
sorry i cannot never tried it 
basically you need to parse the url using $_SERVER[‘REQUEST_URI’]
Or could you tell me how to have one subfolder for each language? Having same URL is a total disaster for SEO.
you mean the url will be www.yourserver.com/en/ and www.yourserver.com/fr/
i think we can do this in yii but i haven’t try it
Please add this feature, it’s very important mate.
What do we have for the sitemap?
for sitemap you can create manually a sitemap.xml
just follow the google structure for xml
and for /en link will do take note
Help I really need your help, sent
Thank you! got it
cheers
Hi I try to follow the instruction but there are different between the documentation and the application files I think the files had been updated but the documentation still so I need step by step guide based on the recent app, I have finished the installation of the main module but when I try to work with addons I got errors so please tell me what I have to do to finish this task I need to add the driver app, merchant app, taking order app all is not working with me, so I need your help thanks
for kmrs
How to install KMRS https://youtu.be/WD8QfGYTZb4for addons like driver app kindly post it to driver sections
Hi, i have pm you about my site yesterday but no response yet. My website is modsonline.co.za i can’t access admin and merchant. It gives error 404 and i tried htaccess file and still no luck. I sent you my ftp details to help me.
you forgot to send the username anyways check the file .htaccess
content should be
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Hi, my content is like what you have above. My username is: modsonlineco
Hi, please help i really want to use this product
send me your ftp access
you only send ftp password without username 
Sent now, please confirm that you received
fixed issue with htaccess
Thank you, much appreciated
welcome 