Home › Forums › WoodMart support forum › menu not working and pages are messed up › Reply To: menu not working and pages are messed up
April 15, 2020 at 6:48 am
#187039
Aizaz Imtiaz Awan
Keymaster
Hello,
Please Try to add the following PHP code snippet to the child theme functions.php file
add_action( 'woocommerce_before_single_product', 'woocommerce_output_all_notices', 10 );
Then edit the file woodmart\woocommerce\content-single-product.php.
and remove the following code from there as mentioned in the screenshot: http://prntscr.com/ol1k20
Best Regards.