29726 comments found.
Hello, I have 2 presale questions.
1. Does this plugin have split checkout? Eg. When a user pays some percentage will go to the managing company account and the other to the machant.
2. Can i integrate other payment gateways? Eg. https://paystack.com
hi mate
1. sorry not available at the moment kindly vote here https://linkto.run/p/C9R31O2O
2. yes you can
just hire your own developer
cheers
In the demo I saw commission %5, how does it work? And how must will it cost me to hire a developer?
Cheers
it has already a commission per order but you are looking for split payment which is not included
at the moment all earnings will go to admin account and merchant will request payout to get there earnings
am not sure it will depends
cheers
Thanks for your quick response. Am definitely going to be this software but there are just few things I need t know before I proceed. 1. If it’s cash payment from a customer,how will I get my commission? 2. It possible to add blog page (very important) 3. How does offline card payment works?
Which add-ons do I need to achieve the following perfectly Order mobile and email notification Force completion of other by merchant so that admin can track every successful order.
Thanks for your corporation
Cheers
hi mate
1. at the moment you will have agreement with the merchant on how to collect this
also there another option to deduct the commission from merchant balance only with offline payment like cod by doing this you will have the money
2. at the moment you can create a custom page but for blog its not added
maybe using another app like wordpress will do the trick 
3. it will depends there is cod and bank deposit and offline cc
mobile app and driver app if you want to track the order
@Amarilindra
This is because You left the install controller un-removed after install. We had seen many KMRS users contacted before.
Please make sure that you delete your install controller. And configure the tables like admin login, site settings etc.
All other like merchant details etc will be there on your server without any issue.
This happens when someone tried to do an install on your server by calling www.example.com/index.php/install on your script making KMRS wipe your existing Database ..
Regards, Folks @ Gangiz.com
thanks mate
Scratch that, I just realized it is your use of English. Was a confusing word in there
ok mate
I lost all my store settings like payment options, contact information, SMS and email settings etc all of a sudden over night.
Why does it happen and is there any way to recover them?
hi mate
sorry to hear that , can you contact your hosting maybe they have a backup data per week
next time try to create a backup of your database
https://www.a2hosting.com/kb/developer-corner/mysql/mysql-database-backups-using-cron-jobsHi I’m manually configuring all store settings again. But I’m seeing following issues:
1. I upgraded my code to v4.4 to v4.7 but now I’m unable to login or add items to card. Error while login: Uncaught ReferenceError: data is not defined URL for testing: http://www.myeatable.com/v4.7/admin/login
But it is working fine in v4.4 URL for testing: http://www.myeatable.com/v4.7/admin/login
Since 4.7 is not working, I’m modifying the settings in v4.4 but Now delivery charges are not displaying. URL testing: http://www.myeatable.com/v4.4/menu-caramel-cakes I added Packaging charges and Delivery charges but it is showing only packaging changes and delivery charges are not added.
Can you help me upgrade to v4.7 and delivery charges issue.
send me your 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
Hi I have sent the details. Please let me know if you face any problems while connecting.
reply sent 
Hi Basti. My merchant is on Commission base, if I auto login as merchant I can see the withdrawals option but if I create a new user and select option for withdrawals it doesnt show on the new users panel and the option is Hidden..
Can you please help?
Thanks
hi mate
you are correct 
do this quick fixed in components/functions.php
change this
array('visible'=>$togle_com_widrawals,'tag'=>'withdrawals', 'label'=>'<i class="fa fa-paypal" />'.t("Withdrawals"),
'url'=>array('merchant/withdrawals')),
to
array('visible'=>$togle_com,'tag'=>'withdrawals', 'label'=>'<i class="fa fa-paypal" />'.t("Withdrawals"),
'url'=>array('merchant/withdrawals')),
Hello, i have updated the script for new map fucntion but i can not see any menu comes on admin side, how i can see thissection ?
thank you
sorry can you provide screenshot?
did you update your files ? that i mention on the list
hello Basti, yes i did upload new file as you guided and admin panel ,i can not see any details or where it needs to be appear ?
sorry but can you provide screenshot so i can understand the issue?
and send me your admin login and ftp access
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
Mate please check your email i send you about the printer status Error . Thanks
reply sent
Hi mate, check your email, plz.
reply sent
Hi mate! See your email please!
sent
sent 2 emails
sent
sent 2
sent
sent
sent 2
sent
sent
sent
Hi Basti,
Is there any feature like if order is above $50 then a specific food item is free. Similar to this type will also be helpful.
Like On Christmas free cake on every order
Thanks
sounds great feature let me do take note this on my update list
Hi there,
I followed the instructions you have provided and installed the code perfect at http://fnb.betaholder.com
I got admin & merchant login URLs after installation but none of the following urls are working and it shows an internal error.
1. http://fnb.betaholder.com/admin
2. http://fnb.betaholder.com/merchant
Please look into this
it must be your htaccess cause sometime there is already htaccess created by your server
check the file ,htaccess
the content should be like
<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 Basti. I have an issue. I have enabled Cash on Delivery and Offline Credit Card for all Merchants and it works pretty fine and customers are able to checkout without any problem. My issue is that on the Merchant search list doesn’t display all Available Payment Options!!! It displays only “Cash on Delivery Available”, and NOT “Offline Credit Card available” 
I double checked if i have enable those payment options for all of my merchants and its ok. As i said above, customers can use any of 2 payment options to checkout without problem.
Also i checked the code at Functionsv3.php file for any error and everything is fine there. This is the code that display the Offline credit card in Merchant search/browse list.
if (array_key_exists('ocr',(array)$new_payment_list)){
if(!empty($payment_accepted)){
$payment_accepted.='<div style="height:5px;" />';
}
$payment_accepted.="<p class="\"cod-text\"">".t("Credit Card available")."</p>";
}
i think there must be some problem with the:
if(!empty($payment_accepted)) {}
condition because if i remove that, it displays both “Cash on Delivery Available” & “Offline Credit Card available”. Ofcourse this isn’t the right way cause now it always display both payment options even if the merchant disable for example the “Offline Credit Card”.
I tried hard to fix this silly issue for the last 6-7 hours but no luck. Could you please help me to fix that ???
Thanks in advance mate.
I checked carefully the code and found the problem. I noticed that you set the “ocr” only if merchant commission is true, and i added a new if statement for membership. Now ot works perfect. So ignore my question. Problem fixed.
sorry for late reply glad you figure it out
cheers
can you add cashback offer per item
can you give more information what is cashback ?
Hi Basti. One quick question. In the Sponsored Merchant search list when i set a merchant as sponsored then it display this Merchant at the top of the list which is the normal function. BUT i want to display the merchant list sorted alphabetical (by name) no matter if a Merchant is sponsored or not. How can i do that ???
I checked the FunctionsV3.php file and found the public function which is contains the code for the sponsored merchants list sort order:
$sort_by =" ORDER BY is_sponsored.......
but even if i comment that line it still keeps the sorting with the sponsored merchants at the top of the List !!!!
I need a very quick fix for that mate. Thanx
Ignore the question Basti. SOLVED!
sorry for late reply glad to hear that mate
cheers
I found a flaw that needs to be addressed.
if you go to receipt/?id=59 (random number) at any time, you can restart the order and can for anyone so all orders are sent out again effectively spamming this does not matter what status the order is in, just y going to that link and randomly entering an id number I can re issue the order, so anyone with malicious intent could really mess with this.
thanks for i check the code it will get the order by customer id
will do add more preventions
cheers
I can not enter admin and guest entry
basti ftp pasword sent you mail
I solved the problem
glad to hear that mate
cheers
Hello Basti
Long time & happy customer here.
Is it possible to « force pop-up on customer address » ? Some of my clients skip this option and it causes trouble for the delivery fee per KM.
Thank you
don’t worry in latest version it will re check again
for forcing them to enter the default it will ask for address
cheers
In the components / ScriptManager.php and ScriptManagerCompress.php files does it add the bookstores that will only be used in the front end of the site?
Should I have to add bookstores to be used in the admin on would files would be?
sorry can you remind me what is bookstore?
Hi Basti. I need your help. As many other of your clients, me too i really want to get rid of the “menu-” slug so i followed the @Matthuffy ’s solution step by step but the “menu-” word is always in the url!!!!
What i did is:
1) I added this to the bottom of the URL rules in protected/config/main.php:
'<view:[a-zA-Z0-9\-]+>-<action:\w+>'=>'store/menu/<action>',
2) I replaced the following line in protected/controllers/StoreController.php:
$page_slug=str_replace('menu-','',$page_slug);
with this:
//$page_slug=str_replace('menu-','',$page_slug);
$page_slugtest=preg_split('/-/',$page_slug, 2);
$page_slug = $page_slugtest[1];
Then i went to the “admin -> Add merchant ” and i added in the store slug field “burgers-corner”.
When i visited the front end “mysite.com/burgers-corner” i got 404 error page but the link for “mysite.com/menu-burgers-corner” works fine.
What i have missed ?? I followed the instructions very carefully. Why i can’t remove this ugly “menu-” word from the merchant slug???
Please help me as it is very urgent to me. Thanks in advance.
sorry never tried this one
i tried but it seems its not working not sure what is the correct code that Matthuffy suggestted
Actually it worked perfect with the help of Matt
just FYI you must change every single url controller to link to the new slug you want. This is why it didnt work for me at the first time. Thank u Both guys
you mean you need to define all those as controller?
Hello mate can we add for the printer addon in receipt trans_type. icon pic like the pic http://d.up-00.com/2018/09/153688173001071.jpg
i never tried this one yet
but in the docs there is a logo but not sure what is this for
<LOGO> : Print the LOGO command (provided that the LOGO picture is built in the machine in advance)
No mate I don’t mean for the printer . I mean for the receipt if I can add fa – fa icon behind the trans_type if pickup or delivery
ah ok receipt send to customer or receipt view?
Receipt on the printer order when the order printing out
try to modify the files ReceiptClass.php found in printer addon
Can you look at it please and give me anything to try
actually you can format it on the receipt printer addon template
in admin -> template
on this
<CB>[transaction_type]</CB>
this is the delivery or pickup transaction
maybe add the icon directly bu am not sure if the printer will print and image i never tried it yet
I try that before doesn’t work. Maybe we should add like code in the recipe.php
am not sure yet if the printer can print an image using img tag
i will do a test on my end if will work
Yes please mate try a test . Thanks
ok mate 
i think in this one we should do code or something ReceiptClass.php
} if(isset($order_info[‘trans_type’])){ $html=FunctionsV3::smarty(“transaction_type”, strtoupper(t($order_info[‘trans_type’])) ,$html);
actually mate you can do it on the template
but like is said i never tried adding image
I don’t know mate . But I think it’s work because any function give it to the printer they printed out. Please try to make it in your end . Thanks
in that case you can either put it on that section on in the template
Can you try please mate or told me what I should do I try to do it but didn’t work
in your template you have this
<CB>[sitename]</CB><C>[site_address]<br />[contact_number]</C>[line]<br /><CB>[transaction_type]</CB><br /><C>[transaction_date]</C>[line]<br />[order_details]<br /><C>Thank you for your order<br /><br />[siteurl]</C>
try to insert an image before [transaction_type]
Sorry mate not work 
did you try adding am image like src tag ?
https://www.w3schools.com/tags/tag_img.aspyes mate its printed out like this 
same the code
oh in that case yo can just put it on the template next to transaction tag
<CB>[transaction_type]</CB>