29718 comments found.
Send you email.
sent
Hi I would like to purchase Multiple Restaurant System. Is this responsive?
yes it is
please see the demo cheers
I would like to remove “Delivery Time: ASAP” from the confirmation page. This shows up even when the order is to be picked up.
mate those are already address update your files
you can just hide it using css do not remove it
cheers
In the order summary before the order is placed I’d like to change “Packaging” to “Surcharge”. How do I do that?
you can simply change it in your language file
default.php
$lang[‘Packaging’]=’’; $lang[‘Packaging Charge’]=’’;
How do I make Delivery ASAP the default and remove the time picker option?
don’t remove the time picker simply hide it using css
and to make the asap as default
open the file views/store/menu.php and look for
<?php echo CHtml::checkBox('delivery_asap',false,array('class'=>"icheck"))?>
change it to
<?php echo CHtml::checkBox('delivery_asap',true,array('class'=>"icheck"))?>
How do I hide the By Delivery options in the filter menu? I don’t want Delivery/Pickup/Dinein, Delivery & Dinein, Pickup & Dinein, Dinein Only to show up in the list. Thank you.
mate if you remove it it will remove from the entire system i suggest create new functions
you can find that in functions.php and look for functions Services()
in views/store/search-results.php
this is the line
that getting the the list of services
<?php if ( $services=Yii::app()->functions->Services() ):?>
On the Search results page how do I change the words “Pick Merchant” in the menu bar?
i suggest simply change it in your default language default.php
$lang[“Pick Merchant”] =””;
Sorry to be stubborn but I need an answer
How solve pay on delivery when cash and card is available by pickup but only cash when delivered home
you mean enabled cash and card only in pickup transaction? and cash only when transaction type is delivery?
sorry but there is no options to enabled payment gateway depends on transaction type 
you will have to modify the code to achieve this
I think you misunderstand. The only enabled payment type is Pay by delivery. Under the settings two ways to pay is created. Pay by cash and Pay by card, When the customer come to the shop they can pay with either card or cash but when the driver comes they can pay only cash. I am sure that very few delivery drivers have the possibility to charge using a credit card machine But as you say I probably have to have the code changed, but I think it something you shoud have in mind
ah you mean driver can change the type of payment ?
No. What I mean is that IF the customer choose delivery and “Pay by Delivery”, the possibility to choose pay by card should not exist
Hii Can you give the list of files which handles all the uploads from admin and merchant section.
Instead of uploading to uploads folder, I want to upload the file on a CDN.
Can you please help us out.?
Regards
am using ajax you can find that functions in components/ajaxadmin.php and look for functions uploadImage
how do i we change the url of uploadURL() so that when anyone requests the images it’s served from cdn?
function uploadURL is only a functions that returns the path of the server upload folder you can find that in functions.php
i suggest create your own functions
Hello Basti ! Thanks for your answer last time. I’ll buy your script in few days. Last question: After buying, will you give me support for making the header sticky (desktop & mobile) ? Just by giving me the instructions (code and where to add it). It looks like the theme options don’t give this option already. Thank you, can’t wait to buy !
hi mate
sorry i cannot promise yet i might add this in next update i will have to check first if this will work with the design
cheers
Hello there before i purchase i have one question can we use a different themes ? or do you have any themes that we can use ? please advice thanks
sorry there is no themes available you will have to create new one or modify the current themes
location
on the top of menu, please enable again and I will buy soon
sorry what do you mean?
Hii mate I have few questions:
1. How do I change assetsURL() I have all the images I want at CDN, I just want to change assetsURL() For example I want this function to return abc.com so if I write assetsURL()/images/logo.png, It should redirect me to abc.com/images/logo.png?
2. Whenever customer places an order I want to send the resturant phone number and in email and sms. In the sms and email templates in admin panel, there is no option.
I want to be able to add like [merchantphone]. How do I do that?
double post
hello sir, i got error when i started to build app in the phonegap. following error occurred
Error – Plugin error (you probably need to remove plugin files from your app): Fetching plugin “cordova-plugin-fastrde-checkgps@1.0.0” via npm Installing “cordova-plugin-fastrde-checkgps” at “1.0.0” for android Failed to install ‘cordova-plugin-fastrde-checkgps’: CordovaError: Version of installed plugin: “cordova-plugin-geolocation@2.4.3” does not satisfy dependency plugin requirement “cordova-plugin-geolocation@1.0.1”. Try—force to use installed plugin as dependency. at /home/ec2-user/.npm/lib/node_modules/pgb-plugman/node_modules/pgb-cordova-lib/src/plugman/install.js:581:33 at _fulfilled (/home/ec2-user/.npm/lib/node_modules/pgb-plugman/node_modules/q/q.js:787:54) at self.promiseDispatch.done (/home/ec2-user/.npm/lib/node_modules/pgb-plugman/node_modules/q/q.js:816:30) at Promise.promise.promiseDispatch (/home/ec2-user/.npm/lib/node_modules/pgb-plugman/node_modules/q/q.js:749:13) at /home/ec2-user/.npm/lib/node_modules/pgb-plugman/node_modules/q/q.js:509:49 at flush (/home/ec2-user/.npm/lib/node_modules/pgb-plugman/node_modules/q/q.js:108:17) at _combinedTickCallback (internal/process/next_tick.js:67:7) at process._tickCallback (internal/process/next_tick.js:98:9) Version of installed plugin: “cordova-plugin-geolocation@2.4.3” does not satisfy dependency plugin requirement “cordova-plugin-geolocation@1.0.1”. Try—force to use installed plugin as dependency. – You can fix this here
please post this to proper item
cheers
hello sir, I got some error when i build app in the phonegap
Error – Plugin error (you probably need to remove plugin files from your app): Fetching plugin “cordova-plugin-fastrde-checkgps@1.0.0” via npm Installing “cordova-plugin-fastrde-checkgps” at “1.0.0” for android Failed to install ‘cordova-plugin-fastrde-checkgps’: CordovaError: Version of installed plugin: “cordova-plugin-geolocation@2.4.3” does not satisfy dependency plugin requirement “cordova-plugin-geolocation@1.0.1”. Try—force to use installed plugin as dependency. at /home/ec2-user/.npm/lib/node_modules/pgb-plugman/node_modules/pgb-cordova-lib/src/plugman/install.js:581:33 at _fulfilled (/home/ec2-user/.npm/lib/node_modules/pgb-plugman/node_modules/q/q.js:787:54) at self.promiseDispatch.done (/home/ec2-user/.npm/lib/node_modules/pgb-plugman/node_modules/q/q.js:816:30) at Promise.promise.promiseDispatch (/home/ec2-user/.npm/lib/node_modules/pgb-plugman/node_modules/q/q.js:749:13) at /home/ec2-user/.npm/lib/node_modules/pgb-plugman/node_modules/q/q.js:509:49 at flush (/home/ec2-user/.npm/lib/node_modules/pgb-plugman/node_modules/q/q.js:108:17) at _combinedTickCallback (internal/process/next_tick.js:67:7) at process._tickCallback (internal/process/next_tick.js:98:9) Version of installed plugin: “cordova-plugin-geolocation@2.4.3” does not satisfy dependency plugin requirement “cordova-plugin-geolocation@1.0.1”. Try—force to use installed plugin as dependency. – You can fix this here
please post this to proper item
cheers
The emails produced by KMCRON in some instances are considered spam. This is the message I receive from the server where the KMRS cron is set up:
Type: LOCALRELAY, Local Account – XXXXXXX Count: 101 emails relayed Blocked: No
Sample of the first 10 emails:
2017-09-03 15:17:03 1doaOF-0003bw-Pu <= root@host.myserver.net U=mywebsite P=local S=1193 T=”Cron <mywebsite@host> curl http://mywebsite.com/cron/processsms" for mywebsite
etc. etc. How can I fix so these emails do not go into junkmail or spam?
make sure you sender email does exist you cannot use sender email which does not exist
Bro, i created some order status but deleted it back but it seems they are not deleted in the database. the order status keep creating it selfs back. please how do i fix this. i don’t wants the other status anymore but the default ones. please how do i fix it. i wants to delete it and let the deletions takes effects.
https://www.dropbox.com/s/jk393l8r2o0cgag/Screenshot%202017-09-03%2017.44.11.png?dl=0mate it should be deleted in db
please verify again maybe your merchant is adding this status
disabled the merchant can add there own status in admin -> settings -> Disabled Merchant can add their own status?
bro, it is disabled. i don’t know what keeps creating it & for now am the only administration on the site.
i try using the merchant app to change order status, i find out too many repeated status is created so i check the system backend and i find out the other status is much again….
hi basti,
I was test running the voguepay payment processor on my site, it works perfectly for the merchant sign up but while trying to test to place an order it keep telling me to “please validate captcha”, what could be the issue?
i haven't enter the Google Recaptcha Settings details in the admin though cos i noticed it is optional.
kind regards
still expecting your reply
kind regards
maybe you turn on recapcha during ordering check your settings in admin -> Google Recaptcha Settings -> Enable Order
initially the enable order was clicked but now that i unclicked it, it worked perfectly
Hello, how do I get this picture
https://i.imgur.com/O1irs1l.pngand let it be so
https://i.imgur.com/dZbk5pK.pngcould I help?
hey my website was fine until now it show these error
/:1238 GET /assets/vendor/typehead/bootstrap3-typeahead.min.js /:1240 GET /assets/js/store.js?ver=3 (index):1204 GET /assets/vendor/ionicons-2.0.1/fonts/ionicons.ttf?v=2.0.0 recaptcha__en.js:376 ReCAPTCHA couldn’t find user-provided function: onloadMyCallback (index):1238 GET /assets/vendor/typehead/bootstrap3-typeahead.min.js (index):1240 GET /assets/js/store.js?ver=3 500 (Internal Server Error) store-v3.js?ver=3:6 Uncaught TypeError: $(...).exists is not a function at HTMLDocument.<anonymous> (store-v3.js?ver=3:6) at c (jquery-1.10.2.min.js:4) at Object.fireWith [as resolveWith] (jquery-1.10.2.min.js:4) at Function.ready (jquery-1.10.2.min.js:4) at HTMLDocument.q (jquery-1.10.2.min.js:4)