29725 comments found.
Hello , i need your help, the url work in localhost, but not in the live server :
http://megadelicioso.com/merchantsignup http://megadelicioso.com/browse http://megadelicioso.com/contact http://megadelicioso.com/admin This is my .htaccess ::<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] RewriteEngine On RewriteCond %{HTTP_HOST} ^megadelicioso\.com [NC] RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ http://www.megadelicioso.com/$1 [R,L] </IfModule>
hi mate
check your server mod_mod_rewrite and allow_overwrite this should be enabled in your server so that htaccess will work
cheers
Found the solution here.
In /etc/apache2/apache2.conf changed:
<Directory /var/www/> Options Indexes FollowSymLinks AllowOverride None Require all granted </Directory> to
<Directory /var/www/> Options Indexes FollowSymLinks AllowOverride All Require all granted </Directory>
awesome!
working now?
hi guys
very sorry for not answering all your queries i will be attending to all your question later today or tomorrow
i just got back from our province and my father is still in critical condition
he is still in ICU
and need immediately to have a heart bypass
- basti
Hello, how can i edit list of adresses for my republic? (Slovakia) House numbers, addresses, streets are not displaying correctly in my territory. Where can i find file to edit adresses,house numbers and streets? Thanks.
hmmm can you let me know where is this like provide screenshot?
I’ve already solved it, thank you, the problem was on my side.
glad to hear that mate
cheers
Hi basti. I installed latest krms on my online host than imported old database from my old local server. I deleted all ” view tables”. Everything looks ok except mobile app. When i make an order ,some merchants checkout ok but at some merchants i cant checkout,it just reloads but the order come to server .pls any help
hi mate
it means there is something wrong with the api send me your www/js/config.js 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
Its not api.it took me a lot of time to solve this.it was the database my old server has kmrs 4.8 and new server has 5.3 .when i import db it looks ok but after i add other modules it starts to have errors.i deletet mobile_merchant_user table and i fix dhe order checkout problem.now i trying to fix dhe driver, when order come it doesent forward to driver panel. I need this database i cant delete all db and make a new one ,its a lot of data. Any idea how to fix
ok usually the issue here is with mysql strict
since the old db structure has no default value
this might be causing the issue
the quick and easiest way is to turn off your server mysql strict
or the long process which you will check the table one by one and set all the fields with default value
When should i turn off mysql strict ,after i import and update database to new server or before import database to new server?
its fine before or after
as long the mysql strict is off
cheers
i cant turn off mysql strict, i need to do the long proccess now. what should i do excatly?
you will have to check all the tables and you need to edit all the fields to have default value
or you can do it via sql command
example for delivery address to have default value for order id
ALTER TABLE `mt_order_delivery_address` CHANGE `order_id` `order_id` INT NOT NULL DEFAULT ‘0’;
i changed the values at PhpMyAdmin but when i update database on admin panel the changed to empty again. all work is lost now. what else can i do?
sorry what do you mean lost ?
All default values changed to empty when i updated database from admin panel.
can you provide screenshot?
here is what you need to set default value for different type of fields varchar , datetime, integer
https://imgur.com/a/CVOCwJUMate I hope you doing good. And we hope your father getting better. I pray for him. Thanks
hi mate
thank you very much! really appreciate your prayers
he is still in icu
need a heart bypass surgery which is very
expensive in our country 
@alexlim91
Hi mate. The system supports Malaysia payment gateway if you add it, but it’s not there by default. About your second question, yeah for sure they’re using Karenderia.
Cheers.
Hope things are well!
thanks mate! i hope so
my father is still in icu
Very sorry to hear, much prayer for him. I just bought your programs and hope to setup something soon.
thanks mate let me know if you need help
cheers
Hi! I’m getting these 2 errors from the console when trying to login as Admin:
jquery-1.10.2.min.js:6 POST http://juanplate.com/ajaxadmin 500 (Internal Server Error)
admin.js?ver=1:302 Uncaught ReferenceError: data is not defined at Object.error (admin.js?ver=1:302)
So I can’t login as Admin due to these errors.
Note: I’ve read that your father is in the hospital, I get that. I hope he gets better soon, praying for your dad.
thanks mate! he is still in icu and need a heart surgery
send me your admin login 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
Hi I just sent you my FTP access and Admin login. Thank you!
sent
hi mate
any payment gateway can be added in kmrs but you need to implement this one
i suggest hire a developer to do this for you
cheers
Hi how much did u guys charge if want to add in Malaysia payment gateway
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
I got email to you guys. Did you guys receive it?
sent
Hello Basti, This page is not translated please help me pointsprogram/index/settings /pointsprogram/index/pointslogs etc
sorry did you purchase?
Yes, my client is purchased
you need to ask your client to ask question here
i only support and answer who actually purchase my item
cheers
Ok i will tell hm thanks
cheers
scorzza PURCHASED
1 day ago Flag This question is not for BASTI Hi guys anyone can share what are you doing with the high cost of google oF mapbox API services?
advice… use zones or zip codes, only use google for autocomplete for address on delivery, avoid show maps also. good luck
hi mate
glad to hear helping each other while am away
cheers

Hi Basti.
i need help in upgrade my system
hi mate
did you change anything in the code? if not then update will be simple
just replace all your files with the latest one
and make sure you bring back the db connection settings in
protected/config/main.php
under database connection
make sure you back up your old files just in case
Hello Man, I hope are you well and update news about your Father ! when you back … i have the following problem. the Restaurant Menu in Browsers are ok but in mobiles browsers the items are duplicate, ihave screenshot if you need. thanks and faith Man
ok UPDATE: the problem is with Activate Menu 2
UPDATE: SOLVED !!! 
glad to hear that mate !
cheers
fisrt question how can add a minimum order from each area , not by kilometers but by neigbord ... and second question how can make drop down list when choice the city to find then the neigbord without write them
hi mate
1. is this search by location? if yes i think there is no minimum order added yet in kmrs this is added in search by address only
2. can you provide screenshot?
This question is not for BASTI Hi guys anyone can share what are you doing with the high cost of google oF mapbox API services?
try using search by location this options does not use any google api
cheers
Hi Basti.
Where can I modify the New Bank Deposit email
in admin -> notification template -> OFFLINE_BANK_DEPOSIT_PURCHASE
if your merchant is membership you can find it in merchant panel -> Offline Bank Deposit
Hi Basti. I already modified what you told me. However, the mail does not arrive according to the instructions I want, but only an email arrives with a notification from New Bank Deposit and I want to be able to translate this into Spanish
did you check the email logs see if you can find any email send for it?
and btw let me know which bank deposit is this one my answer above is for offline bank deposit when customer order
It is for bank deposit offline. What I want to change is the notification email that arrives at the merchant every time a transfer is made
transfer is made? sorry but better provide screenshot so i can understand where is this one
thanks for the screenshot
this section has no template yet
its hard coded in the php file
you can change it in the file components/ajax.php on this line
$subject=Yii::t(“default”,”New Bank Deposit”);
and the content in components/EmailTPL.php function bankDepositedReceiveMerchant
How to add minimum value to vocher(Only vocher can be applied if the cart value meets minimum value).Please help me
hi mate
i think this is not available 
Can you give me any quickfix for this.
sorry there is no quick fixed for this one
it needs new fields and new code in front end
Can you tell me in which file i need to customise code.So that i will try myself
first
1. first you need to add this new fields when you add the voucher the file is in views/admin/voucher-add.php
also in merchant panel when they add there own voucher file is views/merchant/voucher-add.php
when you click save the action that been called is addVoucherNew() in the file components/ajax.php
2. and save this new field called minimum in table _voucher_new
3. on front end when you apply the voucher the functions being call is applyVoucher() in components/ajaxadmin.php
you can add your restriction here
its done.Thankyou you made it very simple for me.
cheers
Also can you help me in adding maximum discount up to some value option. I have added textboxes,added new field in table vocher_new and also tried to implement the function in if(less vocher=>maximum value) { lessvocher==maximum value) } components/ajaxadmin.php but its not working.please hielp me
Also can you help me in adding maximum discount up to some value option. I have added textboxes,added new field in table vocher_new and also tried to implement the function in if(less vocher=>maximum value) { lessvocher==maximum value) } components/ajaxadmin.php but its not working.please hielp me
sorry mate i cannot
i never tried it this one yet
check your condition you need to check the cart total amount vs the max amount value for voucher
Hello, I wanted to inquire about requesting some amendments, is there a possibility for that?
you mean customization ? if yes it depends i can only do small changes
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
Hello guys the printer can be found on www.taobaofocus.com, there you can find a host of them. I have recently purchased mines there and it arrive earlier that i have expect. Once you go on taobaofocus.com search for feieyun printers, they will pop up and both sizes are their, they are a little expensive just to let you know. If you can’t find it then send me an email here let me order it for you,restaurantcallhubb@gmail.com. The printer will need to be configured for it to work properly.
Hi basti, you are an amazing person and i am praying for you and your family. God blessings is upon you and your family. Wishing your dad a speedy recovery. Stay blessed.
hi mate
thanks for the printer link
i really appreciated all the prayers thank you
my father is still in icu and needed badly heart surgery 
cheers
Your welcome !!
Can you check your email, i have sent you the information for the apps.
sent
Hi basti, when i test the printer it does not print , but when i fist plug in it automatically print in Chinese can you advice.
Cheers
can you send me again the login to your admin panel via email?
i think i have already added your printer
did you check the printer logs? what is the status of the print
ATTENTION BUYERS!
IT SEEMS YOU ARE BLIND, IT’S NOT POSSIBLE! I PUT A VERY LARGE TEXT INFORMING HOW YOU CAN TAKE YOUR QUESTIONS AND STOP ASKING HERE UNTIL BASTI SOLVES HIS PERSONAL PROBLEM.
WAIT FOR IT TO ANSWER!