Forum
TF Shop category?
David P
Posts: 1
Joomla Fry
Posts: 1076
February 26, 2022
Thank you for informing about the error. It will be solved in next update coming in 2 to 3 days.
For quick fix, you can change the following file:
administrator/components/com_tfshop/src/View/Categories/HtmlView.php
Add following statement:
public $form_view = 'category';
You can add this below the $icon statement.