You've already forked wc-composable-product
more info about the admin rendering bug, style corrections
This commit is contained in:
@@ -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**
|
- ✅ ~~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**
|
- ✅ ~~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
|
- 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
|
## Session History
|
||||||
|
|
||||||
@@ -1057,6 +1057,7 @@ Both v1.1.6 and v1.1.7 packages recreated with proper WordPress directory struct
|
|||||||
**The problems:**
|
**The problems:**
|
||||||
|
|
||||||
User reported three critical bugs:
|
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."
|
- "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."
|
- "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."
|
- "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)):
|
**Frontend JavaScript** ([assets/js/frontend.js:66-94](assets/js/frontend.js#L66-L94)):
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
formatPrice: function(price) {
|
formatPrice: function(price) {
|
||||||
const format = wcComposableProduct.price_format;
|
const format = wcComposableProduct.price_format;
|
||||||
|
|||||||
Reference in New Issue
Block a user