Home › Forums › Basel support forum › WooCommerce Show Variations as Single Products › Reply To: WooCommerce Show Variations as Single Products
March 25, 2020 at 4:43 pm
#182303
Elise Noromit
Member
Hello,
You need to find the file basel\inc\classes\Theme.php and delete this line: https://prnt.sc/rmdrno in the parent theme.
Then add this line: add_filter( ‘basel_redux_settings’, ‘__return_false’ ); to the functions.php file of the child theme.
Best Regards