@nuskin/product-components 3.20.3 → 3.20.4-mdigi-15452.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.releaserc +1 -1
- package/docs/CHANGELOG.md +1 -1
- package/mixins/NsProductMixin.js +2 -1
- package/package.json +1 -1
package/.releaserc
CHANGED
package/docs/CHANGELOG.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
## [3.20.
|
|
1
|
+
## [3.20.4-mdigi-15452.1](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.20.3...v3.20.4-mdigi-15452.1) (2026-06-11)
|
package/mixins/NsProductMixin.js
CHANGED
|
@@ -771,7 +771,8 @@ const NsProductMixin = {
|
|
|
771
771
|
|
|
772
772
|
if (
|
|
773
773
|
this.product.backOrderDate &&
|
|
774
|
-
this.localTranslations.backOrderedWithDate
|
|
774
|
+
this.localTranslations.backOrderedWithDate &&
|
|
775
|
+
this.product.backorderQuantity
|
|
775
776
|
) {
|
|
776
777
|
this.statusMessage = this.localTranslations.backOrderedWithDate.replace(
|
|
777
778
|
"%date%",
|