Home › Forums › WoodMart support forum › Json Error in WoodMart Json Error in WoodMart This topic has 2 replies, 2 voices, and was last updated 4 years, 3 months ago by Enrichetto. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts April 21, 2021 at 3:30 pm #285147 EnrichettoParticipant Good evening The content of my support request is in private. April 22, 2021 at 6:09 am #285324 Artem TemosKeymaster Hello, Try to add the following PHP code snippet to the child theme functions.php file to fix this function woodmart_enqueue_inline_style( $key ) { if ( function_exists( 'wc' ) && wc()->is_rest_api_request() ) { return; } WOODMART_Registry()->pagecssfiles->enqueue_inline_style( $key ); } Kind Regards April 22, 2021 at 1:12 pm #285565 EnrichettoParticipant Thank you so much for your answer. I’ll make this attempt and let you know. Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to create new topics. Login / Register