Viewing 1 replies (of 1 total)
  • Plugin Author autocircle

    (@autocircle)

    Please update the plugin. I have added a new filter wcptp_any_other_condition using this filter return false based of your tiered product.

    See following example

    add_filter( 'wcptp_any_other_condition', function( $bool, $product, $allowed_product_types ){
    	if( condition == true ) {
    		return false;
    	} else {
    		return true;
    	}
    }, 3, 10 );

    Hope your issue will be solved. Sorry for late reply

Viewing 1 replies (of 1 total)
  • The topic ‘Hide price on variable product with Tier prices!’ is closed to new replies.