Nurul Umbhiya
Forum Replies Created
-
This issue have been fixed with the latest version of Dokan Pro.
Hello,
We will fix the issue with the next version of Dokan. Thanks for reporting the bug.We are planning to bring a new feature named Product Form Manager which will be a pro module, with this you’ll be able to do this type of customization with ease. Meanwhile, you can do some custom coding to achieve this easily.
Right now there is no hook available to achieve this. However
$wpdb->prefix . 'dokan_vendor_balance'
is the table responsible for storing vendor balance-related data. You can study this table structure and data, and probably schedule a task (daily/twice daily) to check this table content and do whatever you want with that data.1. i found plugin is using die() function instead of native wordpress function – wp_die(), why this ?
— wp_die(): is used to kill current execution and to display formatted error messages. We used wp_die() where we needed to display user-centric error messages and die() to kill unauthorized ajax requests and it’s the proper way to do it. Also when you are downloading a CSV file, you just want to kill the current execution, you don’t need to display a formatted error message to the users!!!
https://developer.www.ads-software.com/reference/functions/wp_die/
2. Another i found sometimes using check_ajax_referer sometimes using wp_verify_nonce wth?
— check_ajax_referer(): is used to verify nonce from the Ajax request to prevent processing requests external of the blog.
https://developer.www.ads-software.com/reference/functions/check_ajax_referer/— wp_verify_nonce(): is used to verify nonce from a $_GET or $_POST requests usually from a HTML form or a URL
https://developer.www.ads-software.com/reference/functions/wp_verify_nonce/Here is a link where you can learn more about WordPress Nonce: https://codex.www.ads-software.com/WordPress_Nonces
We are following WordPress coding standards, using the best practices, required design patterns, and finally applied the best security approaches to our entire codebase. Each pr is checked against phpcs.
Finally, I would like to say, Dokan multivendor plugin codebase is fairly complex and you need some time to get used to it. After that, you’ll love how this plugin is structured.
Also, I would like to request you to report any bugs, bad practices, bad code, duplicate code, unnecessary hard coding, no consistencies, etc in our GitHub repository. Reports like this will help make this plugin even better in the future. Issue report link: https://github.com/weDevsOfficial/dokan/issues
I’m getting the same error and wasn’t able to login to the admin dashboard, after a couple of tries, I’ve finally managed to login to my site.
PHP Version: 7.0.33-34Error Details
=============
An error of type E_ERROR was caused in line 431 of the file demosite.com/wp-content/plugins/sucuri-scanner/src/fileinfo.lib.php. Error message: Allowed memory size of 134217728 bytes exhausted (tried to allocate 33554440 bytes)Thanks for reaching out. Kindly set debug mode to true from WP ERP –> Settings –> General –> Enable Debug Mode
Forum: Plugins
In reply to: [Easy Student Results] Not Working on Eduma ThemeHi,
Can you please send me your site login details here at admin(at)nurul.me ? I’ll check and will try to give you a solution.Forum: Plugins
In reply to: [Easy Student Results] Not Working on Eduma ThemeHi,
Try disabling Easy Student Result bootstrap css and js from Student Results –> Settings –> General Settings Tab. Let me know if this works.Forum: Plugins
In reply to: [Easy Student Results] Not Working on Eduma ThemeHi,
Try enabling wp_debug feature to see if there is any error displaying. If not, check your php error log, I hope you’ll find your answer there.Forum: Plugins
In reply to: [Easy Student Results] Can I add custom Student Information??Hi,
try this:
registration_no: My Custom DataForum: Plugins
In reply to: [Easy Student Results] How to show all semester results togetherHi,
Like I said earlier, ESR doesn’t support what you are looking for and I don’t have plans to make a new addOns right now. Sorry to disappoint you.
Regards,
Nurul UmbhiyaForum: Plugins
In reply to: [Easy Student Results] How to show all semester results togetherWhat you are looking is not available with ESR plugin or with existing premium addons. Only a single result can be displayed at a time. You need custom modification for your requirement. Also try emailing me at contact(at)nurul.me for faster reply.
Forum: Plugins
In reply to: [Easy Student Results] How to show all semester results togetherHi,
You can use Private Result Search addOns. Please check attached url for more information.
Regards
Forum: Plugins
In reply to: [Easy Student Results] Marks Entry Frontend premium addon does not workuse contact(at)nurul.me to get a faster response ??