Hi there @carlo_13, in the last release (2.2.0) we changed how product grids are generated. Before, they were using the products shortcode, but now they are directly displayed by the block.
You could update your page design or ask the developers of your theme to update their design for WooCommerce Blocks.
Another solution would be directly using the shortcodes in the meanwhile: [products limit="3" columns="3" orderby="date" order="DESC"] (for example).
You can read more about the shortcodes here:
https://docs.woocommerce.com/document/woocommerce-shortcodes/#section-6
Hi @aljullu and thank you for your reply.
Shortcodes work like a charm!
Let’s say in the future I’d like to customise Woocommerce Blocks. What is the best option to do so ?
Customising the CSS, or is there somewhere I can do it directly ?
Cause any change I’ll make to the plugin will be overwritten every update I guess.
Hi @carlo_13, glad to hear it worked!
We are exploring what’s the best way to make WooCommerce Blocks extensible. We created a master thread in GitHub with some more information:
https://github.com/woocommerce/woocommerce-gutenberg-products-block/issues/891