Repository › Forums › Support › WooCommerce Pricing Rules PRO › WooCommerce Pricing Rules not working on variable products › Reply To: WooCommerce Pricing Rules not working on variable products
March 9, 2018 at 12:22 am
#2766
Soft79
Keymaster
You can use a template override.
Copy templates/single-product/bulk-rule.php to YOUR_CHILD_THEME/soft79-wc-pricing-rules/single-product/bulk-rule.php and replace:
echo $row["price_html"];
With:
echo wc_price( $row["price"] );