Saiful Islam
Forum Replies Created
-
These will close completely after 31 december. It’s actually temporary.
And after close, that should not reapear same content.
Thanks @shafranlive (Shafran) for your valuable and nice review.
Forum: Plugins
In reply to: [Product Table for WooCommerce] Table Header ReorderHello @ledavid71,
You have to add classtext_with_numberfor column. You able to add class by expand column from Table Edit.
Details in Sort Table Column with number – Number sorting for table column documentation tutorial.Thanks for your confirmation. You are really great.
Many many thanks again.
Dear @databell96
How are you, I have already fixed min max controller hide issue on Downloadable product.
Now “Min Max & Step” tab will not disappears. I have updated code, But don’t update version. So if you want to get that update version, Please deactivate and delete current version, Then Install. you will get update version.You have other way of getting update version.
Edit “Min Max Quantity & Step Control for WooCommerce”,
File:woo-min-max-quantity-step-control-single/admin/product_panel.php, Line: 15.
Replace with'class' => array('show_if_simple')instead of'class' => array('hide_if_downloadable', 'show_if_simple')Please update me, you check update version.
ThanksSaiful
CEO and Founder of CodeAstrologyForum: Plugins
In reply to: [Product Table for WooCommerce] Pre-sales questionsUes, Our plugin support product options plugin. I will request to u to check our free version.
Thanks
Forum: Plugins
In reply to: [Product Table for WooCommerce] Pre-sales questionsAccording WordPress forum guideline rule, We can’t discus here about our Premium plugin.
ThanksForum: Plugins
In reply to: [Product Table for WooCommerce] Pre-sales questionsWe are really sorry for delay. Yes our plugin support product options plugins.
As this is free plugin, Please check with your selected plugin.
Thanks
Forum: Plugins
In reply to: [Product Table for WooCommerce] cart not update without refreshCan you share your table link, so that. I can check your issue.
Also provide me plugin version of Woo Product Table.Yes, It’s possible using filter hook: ‘wqpmb_show_validation’.
See Example code on Gist: https://gist.github.com/codersaiful/57668602f08f017c4bbfd466cdfff1cb
Also here:/** * Disable Plus minus button for specific page * such: cart page, checkout page, * using filter hook: 'wqpmb_show_validation' * * There are few filter hook * wqpmb_show_validation bool filter hook * wqpmb_on_product_page bool filter hook * wqpmb_on_cart_page bool filter hook * wqpmb_on_mini_cart_page bool filter hook * wqpmb_template_on_off bool filter hook * * wqpmb_template * * @author Saiful Islam <[email protected]> * * @return bool */ function ca_custom_off_plus_minus_specific($validation, $datas){ if( is_cart() ){ //you can use any other page condition. return false; } return $validation; } add_filter('wqpmb_show_validation', 'ca_custom_off_plus_minus_specific', 10, 2);Can you provide that pligin link, which is conflicting with our plugin.
And our plugin should not change layout actually.Forum: Plugins
In reply to: [Product Table for WooCommerce] How can hide zero price product from tableThanks a lot.
Hello @galbaras
I have fixed that issue and finally solved that issue.
Thanks a lot for informing me.By the way, I am the plugin Author.
Thanks Again
SaifulI have updated plugin code and fixed following:
= 6.0 =
* Fixed: min,max and step on WooCommerce Minicart Block issue has been fixed.
* Fixed: Min,Max,Step issue on WooCommerce Cart Block has been fixed
* Fixed: Min,Max,Step issue on WooCommerce Checkout Block has been fixedUpdate your plugin please and let us know please.
Thanks
Saiful
CEO and Founder of CodeAstrology