@nuskin/product-components 3.18.3-gms-11721.1 → 3.18.3-gms-11721.2
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.
|
@@ -935,9 +935,9 @@ export default {
|
|
|
935
935
|
) {
|
|
936
936
|
const selectedQuantity = availability.selectedQuantity || 0;
|
|
937
937
|
if (selectedQuantity > 0) {
|
|
938
|
-
const price = availability.
|
|
939
|
-
? availability.
|
|
940
|
-
: availability.
|
|
938
|
+
const price = availability.addToCart
|
|
939
|
+
? availability.price
|
|
940
|
+
: availability.adrPrice || 0;
|
|
941
941
|
|
|
942
942
|
totalPrice += price * selectedQuantity;
|
|
943
943
|
this.totalProductQuantity += selectedQuantity;
|
package/docs/CHANGELOG.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
## [3.18.3-gms-11721.
|
|
1
|
+
## [3.18.3-gms-11721.2](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.18.3-gms-11721.1...v3.18.3-gms-11721.2) (2025-07-30)
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bomFormat": "CycloneDX",
|
|
3
3
|
"specVersion": "1.4",
|
|
4
|
-
"serialNumber": "urn:uuid:
|
|
4
|
+
"serialNumber": "urn:uuid:51784fc1-8db0-4de6-821d-2b343a4cc5b5",
|
|
5
5
|
"version": 1,
|
|
6
6
|
"metadata": {
|
|
7
|
-
"timestamp": "2025-07-
|
|
7
|
+
"timestamp": "2025-07-30T16:09:49Z",
|
|
8
8
|
"tools": [
|
|
9
9
|
{
|
|
10
10
|
"vendor": "GitLab",
|