zte813
Forum Replies Created
-
Yes, we know it problem is that we have many rules which must work and we need to skip only one rule by coupon if applied.
Hello, I have been informed that this can’t be solved because plugin lacks configuration for this stuff we want to do…
yes I know paid version has option to disable discount rules when coupons works, but it disables discount rules globally not only needed discount rule when coupon applied..
yep… same problem we are currently dealing with… we have 1 rule which provides 50% and we have second rule as per role discount… we have somehow managed to disable 1 rule not go by 50+10%, but now we deal with problem that for other products not 50% we give 10% and IF coupon is higher value than 10% and can be activated for that 10% products we can’t have 20% discount instead of 10% with coupon because it only now gives us 30%………..
@oweibor something is wrong with your function code.
add_action('init', 'hide_woobt_thumb'); function hide_woobt_thumb() { global $product; if ( $product-><strong>is</strong>_type() == 'variable' ) { ?> //is is also not working.... <style> .woobt-thumb { display: none; } </style> <?php } }Forum: Plugins
In reply to: Woocommerce add to cart quantity problemup
Forum: Plugins
In reply to: Woocommerce add to cart quantity problemMaby there is a way to disable this link side? ?add-to-cart=4628
I think there is problem with this link ending, that on refresh gives a double product quantity in the cart
Forum: Plugins
In reply to: [WooCommerce] VAT ProblemProblem solved by setting settings like it need’s to.