Hi, i have used this code to enable the category select page:
add_filter(
'hivepress/v1/templates/listing_submit_category_page',
function( $template ) {
return $template;
}
);
the issue is, when user is on the select package page, and clicks “change details” it rediects to the category select page, followed by the package selection page again.
When i remove the above code the “change details” functions as normal and goes back to the listing details page.
please help.