29730 comments found.
Send you a email. .
reply sent
Hi Basti,
I have installed the last version and import a database from the 2.6 version. now the size’s of the foods are showing in merchants store page. That was not showing in 2.6 version.
http://prnt.sc/eg012w How can i solve this?its because of the update
do you want to remove the size?
Yes i want to remove the size from the menu, but not from the popup, because some products have 2 sizes.
http://prnt.sc/eg7iwpOr can i show all sizes an prices in the menu?
?
you can remove the size
showing all the price in the menu will mess the current design
to remove the size open the file components/functionsv3.php and look for functions getItemFirstPrice
change the line
return $size.” ”.self::prettyPrice($regular_price);
to
return self::prettyPrice($regular_price);
How to change front end of script ?
you can find all the templates in views/store and views/front and the css is located at assets/css
Hello Basti, 1) Do you have the SMTP mail server coded with your system ? Because I configured SMTP properly from admin and made sure my port is open but it didn’t worked. However while using PHP mailer’s all mails are going in spam. How to fix SMTP issue please? 2) Can we also Cafe’s in the system (not just Restaurants) 3) Why only certain section of map is coming http://prnt.sc/efwg8q Thanks
hi mate
1.
am using my own server for smtp
so i cannot give you example 
usually the settings for smtp can be found when you create a email in your server you need the outgoing not incoming settings
and for spam you need to set a valid email address in admin -> settings – > global email sender don’t use dummy email like noreply@ make sure the email exist
2. i believe you can someone use this for florist
3. i believe the map is still loading try to drag the nap
Hey mate,
I can access all sorts of URL without being connected as admin. For example :
http://bastisapp.com/kmrs/admin/ajax?action=rptMerchantSalesSummaryReport&tbl=itemHow can I prevent that please? This is really a security issue don’t you think?
I’m sending you this PM as I don’t want everyone to see this security breach.
ah i think you are correct mate
i really forgot about this one
you need to put the checking of admin or merchant if this report can be found in admin
you need to add this
if(!Yii::app()>functions>isAdminLogin() ){
}
if merchant
if(!Yii::app()>functions>validateMerchantSession() ){
}
Basti, rptMerchantSalesSummaryReport was just an example.
The issue is present for all of the Ajax functions…
Therefore, I was looking for a more generic solution. Adding “isAdminLogin” or “validateMerchantSession” to 300+ functions is clearly not a good idea.
you can place it in the controller/ajaxcontroller.php
before action just like what you see in admincontroller.php
public function beforeAction($action)
actually just wait for my updates as you might not understand the solution for this
Well I might understand more than you think. Including finding important security breaches across all your website. Like this one regarding Ajax, or a previous one regarding XSS…
actually i think that is the only problems about xss ajax csrf token is already added
hii
How to change front end of scrript ?
you can find all the template for front end in views/store
i can not get any files in views/store
also there is not files HTML for edit it or do every thing in it and all the front end is HTML
mate all html file for front end can be found in protected/views/store
example in homepage the file is views/store/index.php
HUGE problem, i enabled google recaptcha and everything went find put in the keys and all, worked well for 1 day and now it says invalid-input-secret i tried looking through the table in mysql to see the setting and diasble it being required to log back in but cant find it, and now im locked out from all areas where is the table that has these settings so i can disable it being required
hi mate
it means your secret key is empty try to open your phpmyadmin and in the table _option look for a option_name = captcha_site_key and captcha_secret try setting your key
for admin login to enabled the captcha the key is captcha_admin_login try to set to empty the option_value so that in your admin login there is no recaptcha
thank you, taking the admin one off worked but the key deff wasnt empty. my guess is it possible the key stopped working on googles end for some reason, cause it worked the first day i used it. i couldnt find them in the tables i was searching everywhere but it didnt help not knowing what the setting may have been called
are you able to login to admin panel? check your settings for google captcha
i don’t think so if its working before it should be working fine
also when u buy the extensions, are they built into the script now because i did the export one and nothing works i even went through the comments and tried to do what advice you gave others but to no prevail
sorry for exportaddon you need to change the url to small letters cause of the update the url change to all small letters
change the url to /exportmanager
instead /ExportManager
example http://bastisapp.com/kmrs/exportmanageryes all addons is for kmrs
when i go to do that it automatically changes it back to the upper cased link, do you mean in the code somewhere?
nevermind i got it
so all of your extensions show in the code and on the admin dashboard are they are fully able to be used from just the purchase of this, or they only work after buying the right extension and adding the file?
yes
Email sent
please wait for my reply
Ok
Do not forget me mate
reply sent
reply sent
reply sent
reply sent
New reply
hi sir, need to check with you why am i getting this “Add New List First Name” only? for this link “http://abc.com/estore/admin/userList/Do/Add/?id=1” the rest all ok. only this page. i never edit any of your file on this.
as i need to enable setting theme so i need to access the page.((
what do you mean?
for theme settings
edit your admin account
go to admin -> user list -> edit your admin account -> tick the access to all menu -> logout then relogin again
i cant access the page on admin->>user how to edit.
have send you email all the details.
reply sent
solve thks sir.
cheers
How to disable delivery time?
by default delivery time is already disabled
you can make the delivery time required in merchant panel -> settings -> Make Delivery Time Required?
Make Delivery Time Required? check box is unchecked.
But show Delivery Time picker.
My file has some problem? Please let me know.
Thanks
can you send me the merchant login? and i will check
hey basti previously sms is working fine but now it is not working. I am using bhashSMS. The message deducts from the sms provider and in the sms log the sms is processed but i didnt recieve any SMS please tell me whts the problem
i have got “The requested content cannot be loaded. Please try again later.” this error in the TEST MESSAGE while sending a test message to a phone
hi mate
check your bhashsms account see if there is any sending of message remember i just calling the api for bhashsms if the message is send or not you need to ask bhashsms
hey basti thanks for the reply and the message is deducting from the BHASHSMS account and i also try to send sms from the bhashsms server and it is working but the problem is with the website. I have sent you the FTP access in the previous mail. Please go through my website and check whats the matter. Its urgent mate i want to live my website soon. So rally need your help!!! Thanks for your support BASTI!!
mate i just calling the api for sending sms if the sms is sent in your BHASHSMS account that means its succesful ask BHASHSMS why you cannot receive the sms
ok i will ask BhashSMS but for my sake please check my website
ftp access is in your previous mails i just want to verify that the problem is not in your code
mate is not the code if your account is being deducted that means bhassms receive the request for sending sms
did you check if the mobile number is correct? like with if there is country code or plus sign
yes i put the country code and check also previously it is working fine but the problem starts yesterday
well you need to ask bhassms
if it is not the code problem mate then why your code is showing me this error ” The requested content cannot be loaded. Please try again later. “
check you mail i have sent you the screenshot
i don’t receive any screenshot from you can you send it here
you just said your account is deducted and you can receive sms before
check it now it take some time to receive to you and how i send you here
no email from you mate you can upload the screenshot here http://imgur.com/upload
or
email me here https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
send FTP access
please check your mail
reply already
thanks basti you are the best. let me see if it is working or not
sorry to disturb you again please help me with another issue the mobile verification is working on website but not working on the app..
also one thing the facebook login is not working on other accounts. I have sent you the screenshot please check it and tell me
for mobile app please post it to mobile app item
same as facebook
Thanks basti for your valuable solution and i messaged you on the mobile app item. and please check your mail too
basti i know whats the problem now with my messages when i enter the country code then message was not sent but when i send message without the country code then message will be sent. you have my ftp access and admin password please check whats the problem and revert me soon Thanks Regards Eatershub
basti the problem is of country code what to do tell me please…
hi mate
can you tell me example number with country code? and without country code that works?
so i can give you a quick fixed
mate i fixed it thanks
great!
plase revert me basti!!
hey basti sorry for the late reply previously sms is working fine but now it is not working. I am using bhashSMS. The message deducts from the sms provider and in the sms log the sms is processed but i didnt recieve any SMS please tell me whts the problem
i have got “The requested content cannot be loaded. Please try again later.” this error in the TEST MESSAGE while sending a test message to a phone
reply already
ok thanks
cheers
Hi Basti, Can you please add the “Sponsored Listing” as part of the options available when the admin creates a new package.
noted mate great idea cheers
Any chance you could let me know what files are involved so I can have a go?
Cheers
when you create a package in admin panel you can find that in views/admin/packages-add.php
Cheers!
welcome 
How to change page title? Exemple : Exemple – Store Page to Exemple – Página Inicial ???
go to admin -> seo
Hi Basti, I see there are hundreds of thousands of files in the homedirectory of my server and now even opening the home directory makes server unresponsive. These files look like this, getneworder.10 getneworder.1000 getneworder.1001 getneworder.1002 and so on My question is, are those files created by cron jobs?, are those necessary?, can I delete them or put in a separate folder? because I am told by my server that my inode limit exceeds. Can I stop these from accumulating? What do I do? Please reply urgent if answer is easy. Thank you.
you mean the cron jobs logs? usually the server will delete those if a few days or you can just delete it
i will do take not but am not promising anything
am hoping to come across this in the next update 
sorry mate i cannot promise this one adding more functions will delayed the update
Hello I Installed your app and I faced a problem with some links in the admin dashboard like ( theme settings – postcode – addons )
Kindly tell me the solution for solve it
Thanks
edit your admin account
go to admin -> user list -> edit your admin account -> tick the access to all menu -> logout then relogin again
Hi again!!! One more problem when you didn ‘t give me a solve with the last ” export addon yet”! This time with mobile app I have make all the settings as you said but in PhoneGap Build i have error on Android and of course as you said in ios, the windows build is ok! What do you need from me and where can i send them
error log file: Build Date: 2017-03-03 07:30:03 +0000
PLUGIN OUTPUT
Fetching plugin “cordova-plugin-whitelist” via npm Installing “cordova-plugin-whitelist” at “1.3.1” for android Fetching plugin “phonegap-plugin-push@1.5.3” via npm Installing “phonegap-plugin-push” at “1.5.3” for android Subproject Path: CordovaLib Fetching plugin “com.paypal.cordova.mobilesdk” via npm Installing “com.paypal.cordova.mobilesdk” at “3.4.0” for android Fetching plugin “card.io.cordova.mobilesdk” via npm Installing “card.io.cordova.mobilesdk” at “2.1.0” for android Subproject Path: CordovaLib Subproject Path: CordovaLib Fetching plugin “cordova-plugin-device” via npm Installing “cordova-plugin-device” at “1.1.4” for android Fetching plugin “cordova-plugin-inappbrowser” via npm Installing “cordova-plugin-inappbrowser” at “1.6.1” for android Fetching plugin “cordova-plugin-splashscreen” via npm Installing “cordova-plugin-splashscreen” at “4.0.1” for android Fetching plugin “cordova-plugin-geolocation” via npm Installing “cordova-plugin-geolocation” at “2.4.1” for android Fetching plugin “cordova-plugin-compat” via npm Installing “cordova-plugin-compat” at “1.1.0” for android Fetching plugin “cordova-plugin-network-information” via npm Installing “cordova-plugin-network-information” at “1.3.1” for android Fetching plugin “cordova-plugin-request-location-accuracy” via npm Installing “cordova-plugin-request-location-accuracy” at “2.2.0” for android Subproject Path: CordovaLib Fetching plugin “cordova-plugin-x-toast” via npm Installing “cordova-plugin-x-toast” at “2.6.0” for android Fetching plugin “cordova-plugin-fastrde-checkgps” via npm Installing “cordova-plugin-fastrde-checkgps” at “1.0.0” for android Dependent plugin “cordova-plugin-geolocation” already installed on android. Fetching plugin “https://github.com/rodrigo-martinezd/cordova-dialog-gps.git” via git clone Using shallow clone Repository “https://github.com/rodrigo-martinezd/cordova-dialog-gps.git” checked out to git ref “master” at “f110314”. Installing “cl.rmd.cordova.dialoggps” at “0.0.2” for android Fetching plugin “https://github.com/razorpay/razorpay-cordova.git” via git clone Using shallow clone Repository “https://github.com/razorpay/razorpay-cordova.git” checked out to git ref “master” at “368dd94”. Installing “com.razorpay.cordova” at “0.14.0” for android Subproject Path: CordovaLib Fetching plugin “cordova-plugin-media” via npm Installing “cordova-plugin-media” at “2.4.1” for android Fetching plugin “cordova-plugin-file” via npm Installing “cordova-plugin-file” at “4.3.1” for android Dependent plugin “cordova-plugin-compat” already installed on android.
This plugin is only applicable for versions of cordova-android greater than 4.0. If you have a previous platform version, you do not need this plugin since the whitelist will be built in.
The Android Persistent storage location now defaults to “Internal”. Please check this plugin’s README to see if your application needs any changes in its config.xml.
If this is a new application no changes are required.
If this is an update to an existing application that did not specify an “AndroidPersistentFileLocation” you may need to add:
"<preference name="AndroidPersistentFileLocation" value="Compatibility" />"
to config.xml in order for the application to find previously stored files.
Dependent plugin “cordova-plugin-compat” already installed on android. Fetching plugin “cordova.plugins.diagnostic@3.1.7” via npm Installing “cordova.plugins.diagnostic” at “3.1.7” for android Subproject Path: CordovaLib Fetching plugin “https://github.com/mapsplugin/cordova-plugin-googlemaps.git” via git clone Using shallow clone Repository “https://github.com/mapsplugin/cordova-plugin-googlemaps.git” checked out to git ref “master” at “1ca4b73”. Installing “cordova-plugin-googlemaps” at “1.4.0” for android Subproject Path: CordovaLib
COMPILE OUTPUT
Subproject Path: CordovaLib Configuration on demand is an incubating feature. Incremental java compilation is an incubating feature. :preBuild UP-TO-DATE :preDebugBuild UP-TO-DATE :checkDebugManifest :preReleaseBuild UP-TO-DATE :CordovaLib:preBuild UP-TO-DATE :CordovaLib:preDebugBuild UP-TO-DATE :CordovaLib:checkDebugManifest :CordovaLib:prepareDebugDependencies :CordovaLib:compileDebugAidl :CordovaLib:compileDebugNdk UP-TO-DATE :CordovaLib:compileLint :CordovaLib:copyDebugLint UP-TO-DATE :CordovaLib:mergeDebugShaders :CordovaLib:compileDebugShaders :CordovaLib:generateDebugAssets :CordovaLib:mergeDebugAssets :CordovaLib:mergeDebugProguardFiles :CordovaLib:packageDebugRenderscript UP-TO-DATE :CordovaLib:compileDebugRenderscript :CordovaLib:generateDebugResValues :CordovaLib:generateDebugResources :CordovaLib:packageDebugResources :CordovaLib:processDebugManifest :CordovaLib:generateDebugBuildConfig :CordovaLib:processDebugResources :CordovaLib:generateDebugSources :CordovaLib:incrementalDebugJavaCompilationSafeguard :CordovaLib:compileDebugJavaWithJavac :CordovaLib:compileDebugJavaWithJavac – is not incremental (e.g. outputs have changed, no previous execution, etc.). Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. :CordovaLib:processDebugJavaRes UP-TO-DATE :CordovaLib:transformResourcesWithMergeJavaResForDebug :CordovaLib:transformClassesAndResourcesWithSyncLibJarsForDebug :CordovaLib:mergeDebugJniLibFolders :CordovaLib:transformNative_libsWithMergeJniLibsForDebug :CordovaLib:transformNative_libsWithSyncJniLibsForDebug :CordovaLib:bundleDebug :CordovaLib:preReleaseBuild UP-TO-DATE :CordovaLib:checkReleaseManifest :CordovaLib:prepareReleaseDependencies :CordovaLib:compileReleaseAidl :CordovaLib:compileReleaseNdk UP-TO-DATE :CordovaLib:copyReleaseLint UP-TO-DATE :CordovaLib:mergeReleaseShaders :CordovaLib:compileReleaseShaders :CordovaLib:generateReleaseAssets :CordovaLib:mergeReleaseAssets :CordovaLib:mergeReleaseProguardFiles :CordovaLib:packageReleaseRenderscript UP-TO-DATE :CordovaLib:compileReleaseRenderscript :CordovaLib:generateReleaseResValues :CordovaLib:generateReleaseResources :CordovaLib:packageReleaseResources :CordovaLib:processReleaseManifest :CordovaLib:generateReleaseBuildConfig :CordovaLib:processReleaseResources :CordovaLib:generateReleaseSources :CordovaLib:incrementalReleaseJavaCompilationSafeguard :CordovaLib:compileReleaseJavaWithJavac :CordovaLib:compileReleaseJavaWithJavac – is not incremental (e.g. outputs have changed, no previous execution, etc.). Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. :CordovaLib:processReleaseJavaRes UP-TO-DATE :CordovaLib:transformResourcesWithMergeJavaResForRelease :CordovaLib:transformClassesAndResourcesWithSyncLibJarsForRelease :CordovaLib:mergeReleaseJniLibFolders :CordovaLib:transformNative_libsWithMergeJniLibsForRelease :CordovaLib:transformNative_libsWithSyncJniLibsForRelease :CordovaLib:bundleRelease :prepareComAndroidSupportAnimatedVectorDrawable2520Library :prepareComAndroidSupportAppcompatV72520Library :prepareComAndroidSupportSupportCompat2520Library :prepareComAndroidSupportSupportCoreUi2520Library :prepareComAndroidSupportSupportCoreUtils2520Library :prepareComAndroidSupportSupportFragment2520Library :prepareComAndroidSupportSupportMediaCompat2520Library :prepareComAndroidSupportSupportV132340Library :prepareComAndroidSupportSupportV42520Library :prepareComAndroidSupportSupportVectorDrawable2520Library :prepareComGoogleAndroidGmsPlayServicesBase1020Library :prepareComGoogleAndroidGmsPlayServicesBasement1020Library :prepareComGoogleAndroidGmsPlayServicesGcm1020Library :prepareComGoogleAndroidGmsPlayServicesIid1020Library :prepareComGoogleAndroidGmsPlayServicesLocation1020Library :prepareComGoogleAndroidGmsPlayServicesMaps980Library :prepareComGoogleAndroidGmsPlayServicesTasks1020Library :prepareComPaypalSdkPaypalAndroidSdk2153Library :prepareComRazorpayCheckout120Library :prepareIoCardAndroidSdk540Library :prepareProjectCordovaLibUnspecifiedDebugLibrary :prepareDebugDependencies :compileDebugAidl :compileDebugRenderscript :generateDebugBuildConfig :generateDebugResValues :generateDebugResources :mergeDebugResources :processDebugManifest :processDebugResourcesWarning: AndroidManifest.xml already defines debuggable (in http://schemas.android.com/apk/res/android); using existing value in manifest.
In order to run this plugin, you need to obtain Google Maps API key for Android.
Visit https://github.com/mapsplugin/cordova-plugin-googlemaps/wiki/Installation
Check our release notes.
https://github.com/wf9a5m75/phonegap-googlemaps-plugin/wiki/Release-Notes
:generateDebugSources :incrementalDebugJavaCompilationSafeguard :compileDebugJavaWithJavac :compileDebugJavaWithJavac – is not incremental (e.g. outputs have changed, no previous execution, etc.). /project/src/plugin/google/maps/PluginCircle.java:28: error: cannot access AbstractSafeParcelable circleOptions.center(new LatLng(center.getDouble(“lat”), center.getDouble(“lng”))); ^ class file for com.google.android.gms.common.internal.safeparcel.AbstractSafeParcelable not found Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 1 error
FAILURE: Build failed with an exception.
- What went wrong: Execution failed for task ’:compileDebugJavaWithJavac’. > Compilation failed; see the compiler error output for details.
- Try: Run with—stacktrace option to get the stack trace. Run with—info or—debug option to get more log output. :compileDebugJavaWithJavac FAILED
BUILD FAILED
Total time: 6.194 secs Error: /project/gradlew: Command failed with exit code 1 Error output: Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Warning: AndroidManifest.xml already defines debuggable (in http://schemas.android.com/apk/res/android); using existing value in manifest.
/project/src/plugin/google/maps/PluginCircle.java:28: error: cannot access AbstractSafeParcelable circleOptions.center(new LatLng(center.getDouble(“lat”), center.getDouble(“lng”))); ^ class file for com.google.android.gms.common.internal.safeparcel.AbstractSafeParcelable not found Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 1 error
FAILURE: Build failed with an exception.
- What went wrong: Execution failed for task ’:compileDebugJavaWithJavac’. > Compilation failed; see the compiler error output for details.
- Try: Run with—stacktrace option to get the stack trace. Run with—info or—debug option to get more log output. at ChildProcess.whenDone (/project/cordova/node_modules/cordova-common/src/superspawn.js:169:23) at emitTwo (events.js:106:13) at ChildProcess.emit (events.js:191:7) at maybeClose (internal/child_process.js:877:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
Pls give me a solve for my problems…!!! Export addon : http error 500 & mobile app: in PhoneGap Build i have error on Android I gave you 2 days ago the first problem and you didn’t answer me and the same time you have given answers to other people who email you after me!!!!! As aurthor you said that we have 6 month support! what do you mean; Sorry for my haste, but as i said i must open the site very soon! Before i buy your systems i have read the item rating and i seen that you have many 5 stars and i believe to you!!!!
for mobile app error please post those in correct item this is not mobile app
for and kmrs addon just change the url to /exportmanager small letters this is due to the updates
for mobile app please go to mobile app item i have answered those question many times
I have change the letters to small before i email you but the same problem and for the mobile app i have done all the change you said bellow in config.xml:
Notice:
Compiling Failed in iOS you need to change the config.xml
<gap:plugin name=”cordova-plugin-googlemaps” source=”npm” > <param name=”API_KEY_FOR_ANDROID” value=”xxx” /> <param name=”API_KEY_FOR_IOS” value=”xxx” /> </gap:plugin>
to github version
<gap:plugin spec=”https://github.com/mapsplugin/cordova-plugin-googlemaps.git” source=”git” > <param name=”API_KEY_FOR_ANDROID” value=”xx” /> <param name=”API_KEY_FOR_IOS” value=”xx” /> </gap:plugin> and last edit the plugin <gap:plugin name=”cordova.plugins.diagnostic” source=”npm” /> to <gap:plugin name=”cordova.plugins.diagnostic” source=”npm” spec=”3.1.7” />
keep in your mind that windows app is passed only ios and android have error
Mobile app solved… i make change in the config.xml like in this link: http://bastisapp.com/helpfiles/config-xml.phps Sir you must make updates!!!
glad to hear that cheers
yes will do
hello basty
After using the location does not give any results de los “restaurants” in the mobil application I have been watching the comments and it still does not work
sorry what do you mean?
When I click on “search restaurant” nothing comes out
That happens in the application
hi mate
check the following
1. make sure you have google api key set on admin settings -> google api key
2. make sure your merchant has lat and long
3. make sure your merchant status is active
4. make sure your merchant is published
thanks
if you use straight line the computation of distance is straight
if you use straight line the computation of distance is straight
No matter how important it is to show the restuarantes
mate
send me your website and i will tell you the problem
Take a look there is a question with image
http://edatel-unevalledupar.blogspot.com.co/2017/03/calcular.htmlbasti I send the user and the password by email of the admin of my page? I send you the file of my app?
can you send it again? i don’t receive any email from you
just send me your website link and i will tell you the problem
I already sent it
I already sent it el email
reply sent
I just sent you the apk file
Sent to your email
When I type the name of the city if it works “restaurants found”, but when I click “my current location” then “search restaurants” Does not yield any results
reply sent
Hi It’s in Admin. From Marchand sales report. How can I Delet item colum and Olson need to show bottom of the pages as follows:
Sub total: ( cash and card) Less PayPal commission : Less : our commission Total refund to restaurant :
N.b. If there is negative then will show last line:
Total restaurant will pay us:
This is will be a complete sales report.
Thanks
sorry mate i cannot give the exact code since its never yet added
you can find that file in views/admin/rpt-merchant-sales.php and the ajax can be found in components/ajaxadmin.php and look for rptAdminSalesRpt
Hi mate, I did not find how can I (owner) get the money (comission) from the merchants….Thanks
hi mate
if your merchant is commission you will get all the online payments not the merchant
and merchant need to request a payout to get there earnings
Thats okay, but what with the COD? Then how can I get the commission money? My merchants does not want to pay online. Is there any way to remind merxhants to pay commission or suspend their account? Or cron?
now that is the problem if the payment is COD there is no way we can get the money cause merchant will get the money except if you delivery the food item
you need to have agreement with your merchant the only solution for COD is to have a prefund account for merchant
It is possible to have next versions a payment remninder to merchants like billing or email merchants debit with cronjob/manual? In my country the merchants does not like online payments, only COD, therefore I cannot use this awesome script with commission
Thank you!
ah ok mate i will do take note for next update sounds like a good features to me
cheers
Hey Basti, you’re fantastic! I can hardly wait… 
cheers
and thanks for the suggestion