Load discount table/bar manually
Manually load discount table or bar.
/*
* Please make sure we are passing the param $product -> Product object.
*/
//For loading discount table
do_action('advanced_woo_discount_rules_load_discount_table', $product);
//For loading discount bar
do_action('advanced_woo_discount_rules_load_discount_bar', $product);