From c39c13ffed2486e66807517df1d490880228cc3d Mon Sep 17 00:00:00 2001 From: magdev Date: Wed, 31 Dec 2025 23:33:19 +0100 Subject: [PATCH] more info about the admin rendering bug, style corrections --- CLAUDE.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 79b0f88..a8bd559 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -256,7 +256,7 @@ unzip -l wc-composable-product-vX.X.X.zip - ✅ ~~In the frontend, regardless which selection mode you use, there appears no product selection in any way.~~ **FIXED in v1.1.8** - ✅ ~~The pricing field in the frontend should be rendered as localized price field include currency.~~ **FIXED in v1.1.8** - Still no product selection in frontend. Current mode 'by Category', but 'by tag' also didn't work -- The tab rendering is still no correct. first both tabs are shown on initial page load. After clicking a tab, they behave as expected. +- The tab rendering is still no correct. first both tabs are shown on initial page load. After clicking a tab, they behave as expected. Update: I Think there is a collision with the dynamicly changing the criteria with the related field and the tab switching function. ## Session History @@ -1057,6 +1057,7 @@ Both v1.1.6 and v1.1.7 packages recreated with proper WordPress directory struct **The problems:** User reported three critical bugs: + - "Small rendering Bug in admin area. If you load the side, on first view it shows the first both tabs." - "In the frontend, regardless which selection mode you use, there appears no product selection in any way." - "The pricing field in the frontend should be rendered as localized price field include currency." @@ -1154,8 +1155,6 @@ $this->twig->addFunction(new \Twig\TwigFunction('wc_price', 'wc_price')); **Frontend JavaScript** ([assets/js/frontend.js:66-94](assets/js/frontend.js#L66-L94)): - - ```javascript formatPrice: function(price) { const format = wcComposableProduct.price_format;