Price not displaying after selecting category
I have price per category option selected. On Post and Ad page, I see the price for categories in the dropdown.
When the category is selected and go button is clicked the next page shows the category selected but without any price. I checked the includes/forms/step1.php and found this code
<strong><?php echo $category->name; ?></strong><?php echo $cat_fee; ?> <small><a href="<?php echo $change_cat_url; ?>"><?php _e( '(change)', APP_TD ); ?></a></small>
It seems to have instructions to print $cat_fee, then why is it not getting displayed ?