Home › Forums › WoodMart support forum › How to show sidebar like filters? › Reply To: How to show sidebar like filters?
October 5, 2018 at 9:38 am
#81104
Artem Temos
Keymaster
Try to add the following PHP code snippet to the child theme functions.php file to do this
add_action( 'woocommerce_single_product_summary', 'woodmart_product_brands_links', 6 );