WWPP – Show retail reference price including tax for specific wholesale roles only
// Show retail reference price including tax for specific wholesale roles only // Requires: WWPP Settings > Tax > “Tax Display on Wholesale Price” = “Excluding Tax” add_filter( ‘wwp_product_original_price’, function( $price_html, $wholesale_price, $product_price, $product, $user_wholesale_role ) { $target_roles = array(…Continue reading