How to put discount on product's, if they are in a category and customer buys more than an amount of them? WordPress+WooCommerce

前端 未结 0 1511
走了就别回头了
走了就别回头了 2020-12-18 23:01
add_action( \'woocommerce_before_calculate_totals\', \'bbloomer_quantity_based_pricing\', 9999 );
 
function bbloomer_quantity_based_pricing( $cart ) {

    //Discou         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题