Home Forums WoodMart support forum Json Error in WoodMart

Json Error in WoodMart

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #285147

    Enrichetto
    Participant

    Good evening
    The content of my support request is in private.

    #285324

    Artem Temos
    Keymaster

    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

    #285565

    Enrichetto
    Participant

    Thank you so much for your answer.
    I’ll make this attempt and let you know.

Viewing 3 posts - 1 through 3 (of 3 total)