Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This update establishes foundational WooCommerce support for the Elayne block theme, enabling e-commerce functionality while maintaining the theme's Full Site Editing architecture. The changes introduce a dedicated product archive template and update theme metadata to declare WooCommerce compatibility, preparing the theme for professional business websites that require online store capabilities. All modifications follow WordPress block theme standards and integrate seamlessly with Elayne's existing design system defined in theme.json.
WooCommerce Integration:
templates/archive-product.htmltemplate to provide a block-based layout for WooCommerce product archives, following the same pattern-based architecture as other Elayne templates (references header and footer template parts)style.cssto declare WooCommerce support in theme metadata, ensuring proper integration with WooCommerce block patterns and functionalityDocumentation Updates:
readme.txtto document WooCommerce as a supported plugin, informing users that the theme is compatible with WooCommerce for building online storesCHANGELOG.mdfor version tracking, documenting the WooCommerce foundation implementation as a new feature in the theme's development historyFiles Changed:
CHANGELOG.md(Modified)readme.txt(Modified)style.css(Modified)templates/archive-product.html(Added)