Can you please help, how can I add HTML block to the WooCommerce shop page?
I need to add some text copy with keywords for SEO on my shop: https://www.independent.wine/wine-shop/
In Categories, you have a special field for HTML blocks, and I have been doing it quite successfully (example here: https://www.independent.wine/product-category/red-wine/) But I cannot figure out how to correctly add it to the Shop page. Please help!
Can you please check, will this work (allow me to add HTML block) to the Shop page?
add_action( ‘woocommerce_before_shop_loop’, ‘echo do_shortcode(‘[html_block id="1848"]‘)’, 10 );
You can try to add your content directly to the shop page content in Dashboard -> Pages -> edit your shop page. If it will not work, you can try to apply the code from the article.