29717 comments found.
When choosing “Commission+Invoice” as merchant type, all payment methods for merchant are gone during checkout, it says No payment options available. Why is this happening?
here is the different type of merchant
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
is there a way to send invoice & still be under commission? So merchant will receive invoice that they need to pay to website owner, plus all payments go to admin. so they know to pay commission even if they don’t do withdrawl
only commision and invoice will apply in what you need
How do you remove the hover effect from “food-item” modal when hovering over selection
Hi mate!
can you send more details? A screenshot could help
cheers
I am unable to customize the “read more” link css from item description. It is using ”.menu-cat .items-row a” so font size is 30px for read more link. How do I lower the font size for read more link from item description in menu
Hi mate!
can you send more details? A screenshot could help
cheers
Hi mate!
kindly goto assets/css/store-v2.css
cheers
.food-description, .merchant-review-wrap .read-more
I added : font-size: 11px; and its still the same as before, its still showing as 30px
<font style="vertical-align: inherit;font-size: 11px;">Read more</font>
I added that in menu-merchant-1.php, but all it did is add the ‘read more’ link under every description. Is there a way to just change the css for the readmore link?
Hi mate!
you will not add that code.
look for
Read moreand add font-size: 11px;
where is that located? I cannot find it
you need to inspect first using firefox inspect element from there you can try to add your own css like adding margin top
and add your css in assets/css/store-v2.css
i think your mysql version is different and your mysql strict is enabled if you have options to turn off mysql strict that will be great
once you turn off mysql strict in your server try again the installation
cheers
ok thanks working but other problem no see the panel admin no see the merchant page the index.php working but the links no work
https://imgur.com/a/ykDFd1Rhi mate
check this first check if your server mod rewrite is enabled and allowed overwrite is enabled
yes 2 option is enable but no working…
thanks I install new and working
glad to hear that mate
Please also check other app comments here you reply but on other app comments you reply very late please have a look merchant order taking app comments i can not login any account in my app i have to do setting some where i success fully install app but still i can not login any account
hi mate!
if we didnt reply, please wait for we are going through the comment section 
Hello, Sir
I changed the hosting provider to a new one, I exported database 20 times, with no views table, works perfect dump and import., after i maked update button every time… seems the same error.
and now when i try to do the order, on click confirm order a message like this is appear
” ERROR “
ScreenShot: -> https://imgur.com/a/GKiKwUN
How to resolve this bug?
Please Help
Thanks. Regards.
Hi mate!
kindly turn on the index error reporting to see the error
ini_set(“display_errors”,true);
cheers
Hi Sir,
I turned on this cvar…nothing is happened, i also try to find an file with error but is nothing there… I looked in cpanel apache error logs … there are clean..
Another solution?
Thanks. Regards.
send me your admin login and ftp access
email me here
https://codecanyon.net/user/support-kmrs leave a comment here once you send it so i will be notifiedI sended you PM/EMail Message
Output: “Your message has been sent.”
Big Thanks. Regards.
sent
usually this cause if you have addons like driver, points etc
if you did not run the db update for each addon
the code is looking for new tables
that is why there is an error
I do all updates, and on the driver page i recieved an error
” Altering table mt_driver_task_photo
Fatal error: Uncaught exception ‘CDbException’ with message ‘CDbCommand a eşuat executarea instrucţiunii SQL: SQLSTATE42000: Syntax error or access violation: 1067 Invalid default value for ‘date_created’’ in /home/efoame/public_html/yiiframework/db/CDbCommand.php:543 Stack trace: #0 /home/efoame/public_html/yiiframework/db/CDbCommand.php(377): CDbCommand->queryInternal(’’, 0, Array) #1 /home/efoame/public_html/protected/components/DbExt.php(19): CDbCommand->query() #2 /home/efoame/public_html/protected/modules/driver/controllers/UpdateController.php(559): DbExt->qry(‘ALTER TABLE `mt…’) #3 /home/efoame/public_html/protected/modules/driver/controllers/UpdateController.php(294): UpdateController->setIncrement(‘driver_task_pho…’, ‘id’) #4 /home/efoame/public_html/yiiframework/web/actions/CInlineAction.php(49): UpdateController->actionIndex() #5 /home/efoame/public_html/yiiframework/web/CController.php(308): CInlineAction->runWithParams(Array) #6 /home/efoame/public_html/yiiframework/web/CController.php(286): CControl in /home/efoame/public_html/yiiframework/db/CDbCommand.php on line 543 “
I updated all addon with all table,
same error on Order… maybe to dezinstall the driver?
I changed 3 hostings providers, make updates on all addons, same error…
Please help it’s very important too me.
Thanks. Regards.
hi mate
looks like your server mysql strict is enabled kindly ask your hosting to disabled mysql strict
Hello,
I got an error subtotal and total both are coming the same how to fix this https://imgur.com/a/3U48tfn
hi mate!
this is not an error. Subtotal is usually in a receipt excluding the amount that will be subtracted if you have tax or any other voucher
if you want to remove this, you can modify the code in views/store/menu
Hello,
i got a error sub total and todal both are coming the same how to fix this https://imgur.com/a/3U48tfn
double post
Hello Basti. Please help me with the htacces code to force redirect to https. this is my htaccess file looking now:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
Also another problem: i copied all the files from restomulti to the root folder but when when i changed the website logo i had to copy the files again to see the new logo, and now all the words i translated are back in english(i made the translation directly in en folder). PLEASE HELP!
Hi mate!
for HHTPS : <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} ^yourwebsiteaddress\.com [NC] RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.yourwebsiteaddress.com/$1 [R,L]
</IfModule>
hi i am trying to install it using xampp but its stops after option table then i manually cut /paste codes from table_structure.php to phpmyadmin so the database fixed but now the admin link is showing a white page how do i fix it
i think your mysql version is different and your mysql strict is enabled if you have options to turn off mysql strict that will be great
once you turn off mysql strict in your server try again the installation
cheers
index.php/install/step2
Hi mate!
What do you mean? can you send screenshot?
did it finish installing?
i think your mysql version is different and your mysql strict is enabled if you have options to turn off mysql strict that will be great
once you turn off mysql strict in your server try again the installation
cheers
I’ll do the test on another server eliminating what they told me, many thanks I’ll let you know
supposedly it says that I finish but it leaves many errors, there are things that I had to do to upload it, which does not say the user manual. right now I’m locked look how the page goes and it does not work either the other link
just checking already fixed?
I could not fix, which are the stable versions of php, mysql, ubuntu that runs the web system well?
I sent him the link you can enter to see the error
send me your site link and ftp access so i can check
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
Hello, I’ve sent the script to my vps, but when I install it, an error appears in step 2 with the message: Creating database tables … Creating table address_book [OK]. Help me. thank you
i think your mysql version is different and your mysql strict is enabled if you have options to turn off mysql strict that will be great
once you turn off mysql strict in your server try again the installation
cheers
I solved the problem by changing the table_structure.php file. Modifications:
datetime NOT NULL DEFAULT ‘2008-10-03 22:59:52’, date NOT NULL DEFAULT ‘2008-10-03’,
change datetime where you have 0000-00-00 00:00:00 to 2008-10-03 22:59:52 change date where you have 0000-00-00 for 2008-10-03
then saves and installs again
thank you
glad to hear that mate
Why all Payment gateway are not show in merchant module.
when i login to merchant panel only few payment gateway show: The list are: Payment Gateway Paypal Stripe Mercadopago Sisow PayUMoney paysera
I need to show all for merchant also.
hi mate
go to admin -> Payment Gateway Settings and tick all the payment gateways you want to use
I try But in merchant only show Payment Gateway Paypal Stripe Mercadopago Sisow PayUMoney paysera
Can you guide me please
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
bastikikang, Need add another payment gateway, we already discuss about its and send details to you. want add NMI gateway in mobile app and Web both. please provide the best solutions. Can you please customized its according to my need I will pay for its.
reply sent
Hello,
I but The multi restaurant system and Mobile apps script.
I need to integrate the (cygnuspay-NMI) payment gateway.
Its worked as autherised.net format and easy integrate
Can you please do its for me because the flow and payment system you know better way. and please give me the quote also.
Hi mate!
Sorry but the author is not available at the moment
He is busy with the mobile
You’re welcome to hire your own developer to do this for you
cheers
Hi! I sent you an email.
sent
I just sent another one 
SENT
Hi – Is it possible to add food items from multiple merchants to a shopping cart? It seems the system resets the cart when a user moves from one restaurant to another.
hi mate!
Sorry but this is not possible.
You can only order from one merchant in their menu
cheers
Hello basti, i found some issue on the new update 4.8 and the same issue is on your demo.
when a customer add products to cart ( web ) check the time on your computer and check the time on cart time picker are the same,Ok , but when the time on your computer moves, the cart time picker is still the same, so the website tell you ( you have select time that already pass ) . On mobile view it works perfect because default time is disable as seen on this screeshort https://imgur.com/a/HllCZXF
Ckeck screenshot ( on web ) https://imgur.com/a/DvYGZDJ
This means the customer has only one minutes to make the order from merchant.
How can i disable the time
Also after the installations, Cancel order in admin is not showing in my website as screenshot from your demo admin. https://imgur.com/a/Ci2HqSY
hi mate!
We’re using a time picker plugin unfortunately it has no options to disabled past
time
We’re using 2 time picker btw
you can check this option if you want
https://fgelinas.com/code/timepicker/ using minTime and maxTimeCancel order should be in your website upon updating. Please verify if files are
missing
cheers
mate, i installed the new versión of Karanderia 4.8 which file could be missing? And where is it located’?
edit your admin account and tick the access to cancel order and then relogin again
hope that helps
hi there i need more help about this 2 pics can you please have a look ( https://prnt.sc/mj30dj ) i need this one like when we put like extra topping we have to add too many things so page is going very big like this ( https://prnt.sc/mj30fs ) if i add 5 more things in this page is going big if you add hide option like first image then every can see every thing and what they need they click on this and select what ever they need
otherwise they can not see bottom thanks can you please tell me how can i do that 
like i want to add like this ( https://prnt.sc/mj32xa ) with price but you have no option to add this way in one line so i have to add one by one so page is going very big
thanks
Hi mate!
sorry but this is a customization
the author is not available at the moment for he is busy with the mobile app
you’re welcome to hire your own developer to do this for you
cheers
hi there can you please tell me where is this code for add this button what i ask you i already got for mobile views and its working but i need for desktop views can you please tell me where is desktop code file for this
thanks
Hi mate!
you can edit it in views/merchant/size
or you can add many sizes you want for your pizza
first go to merchant -> size
then add many size you want
then go to merchant -> Food Item
then add your pizza and in on the size section you can add many size of that pizza
hope that helps
cheers
hi there i have issue with mobile views or when we open in small screen there is showing space middle of the find restaurants ad how its work here is the screenshot ( https://prnt.sc/mj25y6 ) thanks
Hi mate!
have you tried it in different browser?
Yes i try with other browsers its just showing in mobile views for desktop is okay 
hi mate!
what browser are you using for mobile view?
hi there i this issue again where you fix last time can you please guide me thanks
hi there i face this issue again please guide me where you fix last time thanks
Hello, I am trying to install in a sub domain, but when installing, the whole system remains different and gives error 500
Hi mate!
kindly turn on the index error reporting to see the error
ini_set(“display_errors”,true);
cheers