Repository › Forums › Support › WooCommerce Pricing Rules PRO › Changing table header text › Reply To: Changing table header text
March 15, 2018 at 4:48 pm
#2794
Soft79
Keymaster
Hallo Inge,
You can use template override if you use a child theme:
Copy the file wp-content/plugins/soft79-wc-pricing-rules/templates/single-product/bulk-rule.php
to:
wp-content/themes/YOUR_CHILD_THEME/soft79-wc-pricing-rules/templates/single-product/bulk-rule.php
Now you can make the changes in the file in your child theme.