feature request
-
in hcps-html.php file you have the code
if($scategory_id == $select_values){
echo ‘<option value=”‘.$scategory_id.'” selected>’.$show_category[‘name’].'</option>’;
}
else{
echo ‘<option value=”‘.$scategory_id.'”>’.$show_category[‘name’].'</option>’;
}I cannot filter the name ??
I want to add a slug next to the name because I have same names for different categories(have other slug and parent).
Please! Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘feature request’ is closed to new replies.