Saiful Islam
Forum Replies Created
-
Thanks @shafranlive (Shafran) for your valuable and nice review.
Hello @ledavid71,
You have to add classtext_with_number
for 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 CodeAstrologyUes, Our plugin support product options plugin. I will request to u to check our free version.
Thanks
According WordPress forum guideline rule, We can’t discus here about our Premium plugin.
ThanksWe are really sorry for delay. Yes our plugin support product options plugins.
As this is free plugin, Please check with your selected plugin.
Thanks
Can 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.Thanks 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 CodeAstrologyHello @galbaras Yesterday, I provided that code on your thread on Github. Actually yesterday I got solution, Today I will apply on my plugin.
I just informed you over your thread.
Thanks a lot.
After submit my plugin with that solution, I will inform you.
Thanks again.