It would be very helpful if you made the rendered output for your blocks editable by moving it out to external template files instead of hard-coding them into the class. This way we could copy them to our theme and customize and extend them as needed like we can with all of the other front-end templates in Woocommerce.
Rejected
Last updated: March 13, 2023
Log in to comment on this feature request.
We’re currently working on blockifying WooCommerce block theme template files which will allow for more customizability using blocks and patterns. Also, block themes can override these templates with their own layouts and styling.
I think for this request, however, you’re asking if we could render existing block content via php-powered templates. That’s not a direction we plan on going because of the tight coupling to needing code for modifications and customization. However, you may be interested in the recently introduced Products block which allows for finer control over the layout, and styling of the various element blocks (which is similar to what will be available in all blocks eventually).