Title: zte813's Replies | WordPress.org

---

# zte813

  [  ](https://wordpress.org/support/users/zte813/)

 *   [Profile](https://wordpress.org/support/users/zte813/)
 *   [Topics Started](https://wordpress.org/support/users/zte813/topics/)
 *   [Replies Created](https://wordpress.org/support/users/zte813/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/zte813/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/zte813/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/zte813/engagements/)
 *   [Favorites](https://wordpress.org/support/users/zte813/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Discount Rules for WooCommerce] Discount rule disable by ID when using coupon?](https://wordpress.org/support/topic/discount-rule-disable-by-id-when-using-coupon/)
 *  Thread Starter [zte813](https://wordpress.org/support/users/zte813/)
 * (@zte813)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/discount-rule-disable-by-id-when-using-coupon/#post-18489086)
 * 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Discount Rules for WooCommerce] Discount rule disable by ID when using coupon?](https://wordpress.org/support/topic/discount-rule-disable-by-id-when-using-coupon/)
 *  Thread Starter [zte813](https://wordpress.org/support/users/zte813/)
 * (@zte813)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/discount-rule-disable-by-id-when-using-coupon/#post-18489028)
 * Hello, I have been informed that this can’t be solved because plugin lacks configuration
   for this stuff we want to do…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Discount Rules for WooCommerce] Is there a way for a coupon to apply a discount if it is of greater value?](https://wordpress.org/support/topic/is-there-a-way-for-a-coupon-to-apply-a-discount-if-it-is-of-greater-value/)
 *  [zte813](https://wordpress.org/support/users/zte813/)
 * (@zte813)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/is-there-a-way-for-a-coupon-to-apply-a-discount-if-it-is-of-greater-value/#post-18486064)
 * 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..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Discount Rules for WooCommerce] Is there a way for a coupon to apply a discount if it is of greater value?](https://wordpress.org/support/topic/is-there-a-way-for-a-coupon-to-apply-a-discount-if-it-is-of-greater-value/)
 *  [zte813](https://wordpress.org/support/users/zte813/)
 * (@zte813)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/is-there-a-way-for-a-coupon-to-apply-a-discount-if-it-is-of-greater-value/#post-18486049)
 * 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%………..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPC Frequently Bought Together for WooCommerce] CSS to Hide .woobt-thumb if Variable Product](https://wordpress.org/support/topic/css-to-hide-woobt-thumb-if-variable-product/)
 *  [zte813](https://wordpress.org/support/users/zte813/)
 * (@zte813)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/css-to-hide-woobt-thumb-if-variable-product/#post-15929590)
 * [@oweibor](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Woocommerce add to cart quantity problem](https://wordpress.org/support/topic/woocommerce-add-to-cart-quantity-problem/)
 *  Thread Starter [zte813](https://wordpress.org/support/users/zte813/)
 * (@zte813)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/woocommerce-add-to-cart-quantity-problem/#post-7315962)
 * up
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Woocommerce add to cart quantity problem](https://wordpress.org/support/topic/woocommerce-add-to-cart-quantity-problem/)
 *  Thread Starter [zte813](https://wordpress.org/support/users/zte813/)
 * (@zte813)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/woocommerce-add-to-cart-quantity-problem/#post-7315884)
 * Maby 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] VAT Problem](https://wordpress.org/support/topic/vat-problem-1/)
 *  Thread Starter [zte813](https://wordpress.org/support/users/zte813/)
 * (@zte813)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/vat-problem-1/#post-6860231)
 * Problem solved by setting settings like it need’s to.

Viewing 8 replies - 1 through 8 (of 8 total)