Minerva Infotech
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Wholesale Discount] WooCommerce 5 supportHello Leandro,
We are working on it. Will push the update shortly.
Thanks
Hi mvrketplace,
It seems your requirement is not related to our plugin. Registration and Login both are parts of the WooCommerce plugin and most important you can create as many users as you want from Admin. You can set bulk discount rules for your products our discount plugin will work for each and every user.
Thanks
RahulForum: Plugins
In reply to: [WooCommerce Wholesale Discount] Can I do the discount in category wiseHi dayanababu,
You can use this plugin for category wise discount. Just follow the below steps:
Admin > WooCommerce > Wholesale Discount. Here you will see options to choose categories and discount rules.
Here is the screenshot if the category based discount settings:
https://ps.w.org/woo-wholesale-discount/trunk/screenshot-3.png?rev=2377687Hope it will help you.
Thanks& Regard
Forum: Plugins
In reply to: [WooCommerce Wholesale Discount] Not compatible with wp 5.5Hi Everyone,
First of all we are extremely sorry for inconvenience and late reply and we apologize for same. We have made the fixes updated the plugin. So you guys can update the plugin for fixes.
Thanks
Forum: Plugins
In reply to: [WooCommerce Wholesale Discount] Delete discounts from databaseHi iktanstudio,
Thanks for using our plugin, sorry for the late replay and inconvenience, you can delete the discount rule from same product detail where you have set up it. You can either simply uncheck the “Enable Wholesale Discount” checkbox or you can delete the rules by clicking on the “Remove” button under the action column.
Thanks
Forum: Plugins
In reply to: [WooCommerce Wholesale Discount] Discount TypeHi keltechinc,
Thank you for using our plugin, and we will soon come up with individual product-wise Discount Type in our next version.Thanks for your suggestion.
Hi genrich1993,
What do you want to pointed out? Have you faced any issue or you want to suggest new feature to plugin? Can you describe little more?
Forum: Plugins
In reply to: [WooCommerce Wholesale Discount] Wholesale price do not accept decimalHi hotelceleste,
We are sorry for the inconvenience and appreciate your patience, We have fixed the issue related to decimal. You can update the plugin for fix version.
Thanks & Regard
Hi hotelceleste,
Thank you for using WooCommerce Wholesale Discount plugin.
We will certainly come up with the customization and translation features of the contents in our next release.
If you like this plugin please add your rating.
Thanks
Forum: Fixing WordPress
In reply to: Woocommerce breaks local installHi otlichnik73,
Go to wp-config.php into the root directory of your WordPress setup and set WP_DEBUG as true like below, and see what exact errors are coming and then try to resolve them.
define('WP_DEBUG', true);
Forum: Fixing WordPress
In reply to: Custom query meta_value not workingHi vovazuev,
Can you try with below code?
<?php $query = new WP_Query(array( 'post_type' => 'message', 'posts_per_page' => 5, 'orderby' => array( 'meta_value_num' => 'ASC' ), 'meta_query' => array( array( 'key' => 'date', 'compare' => 'EXISTS', ), ), )); ?>
Hopefully, it will work.
- This reply was modified 5 years, 7 months ago by Minerva Infotech.
Forum: Fixing WordPress
In reply to: Password Protection Stopped WorkingDo you have any Cache plugin installed into your website?
Forum: Fixing WordPress
In reply to: PHP missing every weekHi anselmoc,
You need a lot of Linux skill to resolve this issue. Look at below blog, and follow the instruction:
https://www.rosehosting.com/blog/how-to-fix-the-missing-mysql-extension-error-in-wordpress/Forum: Fixing WordPress
In reply to: Pop-up errorHi superiwonka,
This is an issue of PHP version, if you are using PHP version below 7.1 then you have to upgrade your PHP version.
Forum: Fixing WordPress
In reply to: stuck in maintenance modeYes, you can try by restoring the previous backup.