more info about the admin rendering bug, style corrections

This commit is contained in:
2025-12-31 23:33:19 +01:00
parent 7931dbeef9
commit c39c13ffed

View File

@@ -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;