You've already forked wc-bootstrap
Fix CSS dependency handle and update documentation
Correct wc-bootstrap-overrides stylesheet dependency from unregistered 'woocommerce' handle to 'woocommerce-general'. Update README directory structure to reflect wc-base.html.twig rename and .env-dist location. Add Fixed section to CHANGELOG. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -29,6 +29,11 @@ All notable changes to this project will be documented in this file.
|
||||
- Translation support (`.pot` template ready)
|
||||
- Docker development environment (multistage Dockerfile, Compose, auto-setup entrypoint)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Rename `base.html.twig` → `wc-base.html.twig` to prevent shadowing the parent theme's page shell via Twig `FilesystemLoader` path priority
|
||||
- Correct CSS dependency handle from `woocommerce` to `woocommerce-general` for `wc-bootstrap-overrides` stylesheet
|
||||
|
||||
### Skipped
|
||||
|
||||
- **Phase 8** (Email templates): WooCommerce emails use `wc_get_template_html()` which bypasses the Twig rendering pipeline. Default email templates are sufficient; customization can be handled via dedicated email plugins.
|
||||
|
||||
Reference in New Issue
Block a user