tabexseriescomponents 0.2.1341 → 0.2.1343
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/dist/index.cjs.js +86 -78
- package/dist/index.esm.js +86 -78
- package/dist/index.umd.js +86 -78
- package/package.json +1 -1
- package/src.zip +0 -0
package/dist/index.umd.js
CHANGED
|
@@ -1573,7 +1573,7 @@
|
|
|
1573
1573
|
color: '#62554a'
|
|
1574
1574
|
}
|
|
1575
1575
|
}, variantvalueidentifier))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1576
|
-
className: "col-lg-12 col-md-12 d-flex pb-md-3 justify-content-start align-items-start scrollhorixontalcontainer pt-1",
|
|
1576
|
+
className: "col-lg-12 col-md-12 d-flex pb-md-3 justify-content-start align-items-start scrollhorixontalcontainer pt-1 p-0",
|
|
1577
1577
|
style: {
|
|
1578
1578
|
paddingTop: sectionproperties.showRemovebutton == 'Show' ? '1rem' : 0
|
|
1579
1579
|
}
|
|
@@ -2645,14 +2645,14 @@
|
|
|
2645
2645
|
fontSize: 13
|
|
2646
2646
|
}),
|
|
2647
2647
|
variantButtonActive: glamor.css({
|
|
2648
|
-
backgroundColor: '#4faa47',
|
|
2649
|
-
border: '
|
|
2650
|
-
color: '#fff'
|
|
2648
|
+
// backgroundColor: '#4faa47',
|
|
2649
|
+
border: '2px solid #4faa47'
|
|
2650
|
+
// color: '#fff',
|
|
2651
2651
|
}),
|
|
2652
2652
|
variantThumbnail: glamor.css({
|
|
2653
|
-
width:
|
|
2654
|
-
height:
|
|
2655
|
-
objectFit: 'cover',
|
|
2653
|
+
width: 40,
|
|
2654
|
+
height: 40,
|
|
2655
|
+
// objectFit: 'cover',
|
|
2656
2656
|
borderRadius: 12,
|
|
2657
2657
|
marginBottom: 6
|
|
2658
2658
|
}),
|
|
@@ -2663,9 +2663,10 @@
|
|
|
2663
2663
|
variantPrice: glamor.css({
|
|
2664
2664
|
lineHeight: 1.2,
|
|
2665
2665
|
textAlign: 'center',
|
|
2666
|
-
fontSize:
|
|
2666
|
+
fontSize: 12,
|
|
2667
2667
|
marginTop: 4,
|
|
2668
|
-
opacity: 0.8
|
|
2668
|
+
opacity: 0.8,
|
|
2669
|
+
fontWeight: 500
|
|
2669
2670
|
})
|
|
2670
2671
|
};
|
|
2671
2672
|
var getSelectedChoiceId = function getSelectedChoiceId(extraitem) {
|
|
@@ -2797,7 +2798,7 @@
|
|
|
2797
2798
|
var extraChoices = getExtraChoices(item);
|
|
2798
2799
|
var hasVariants = (item === null || item === void 0 || (_item$productinfo5 = item.productinfo) === null || _item$productinfo5 === void 0 ? void 0 : _item$productinfo5.hasvariants) == 1 && (extraChoices === null || extraChoices === void 0 ? void 0 : extraChoices.length) != 0;
|
|
2799
2800
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2800
|
-
"class": "col-12 p-0"
|
|
2801
|
+
"class": "col-12 p-0 mb-3"
|
|
2801
2802
|
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
|
|
2802
2803
|
allowMultipleExpanded: true,
|
|
2803
2804
|
allowZeroExpanded: true,
|
|
@@ -2805,7 +2806,7 @@
|
|
|
2805
2806
|
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItem, {
|
|
2806
2807
|
uuid: 0
|
|
2807
2808
|
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemHeading, null, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemButton, null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2808
|
-
className: ' row m-0 p-0 mb-2
|
|
2809
|
+
className: ' row m-0 p-0 mb-2 '
|
|
2809
2810
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2810
2811
|
className: "col-lg-10 col-md-10 col-sm-10 p-0"
|
|
2811
2812
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -2831,11 +2832,15 @@
|
|
|
2831
2832
|
if (state.expanded == true) {
|
|
2832
2833
|
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
2833
2834
|
className: ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
2834
|
-
}, /*#__PURE__*/React__default["default"].createElement(FiChevronUp.FiChevronUp,
|
|
2835
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiChevronUp.FiChevronUp, {
|
|
2836
|
+
color: '#000'
|
|
2837
|
+
}));
|
|
2835
2838
|
} else {
|
|
2836
2839
|
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
2837
2840
|
className: ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
2838
|
-
}, /*#__PURE__*/React__default["default"].createElement(FiChevronDown.FiChevronDown,
|
|
2841
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiChevronDown.FiChevronDown, {
|
|
2842
|
+
color: '#000'
|
|
2843
|
+
}));
|
|
2839
2844
|
}
|
|
2840
2845
|
}))))), /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemPanel, {
|
|
2841
2846
|
className: "p-0"
|
|
@@ -2861,8 +2866,6 @@
|
|
|
2861
2866
|
"class": formstyles.variantThumbnail,
|
|
2862
2867
|
className: formstyles.variantThumbnail
|
|
2863
2868
|
}), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
2864
|
-
className: formstyles.variantLabel
|
|
2865
|
-
}, choiceitem === null || choiceitem === void 0 ? void 0 : choiceitem.label), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
2866
2869
|
className: formstyles.variantPrice
|
|
2867
2870
|
}, sectionproperties.removedecimals == 'Without Decimals and Separated With Comma' ? Math.floor((choiceitem === null || choiceitem === void 0 ? void 0 : choiceitem.price) || 0).toLocaleString() : choiceitem === null || choiceitem === void 0 ? void 0 : choiceitem.price, ' ', langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar)) : /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
2868
2871
|
className: formstyles.variantLabel
|
|
@@ -7824,7 +7827,7 @@
|
|
|
7824
7827
|
function ownKeys$2C(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
7825
7828
|
function _objectSpread$2C(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2C(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2C(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
7826
7829
|
var Productinfo = function Productinfo(props) {
|
|
7827
|
-
var _css, _fetchProductInfoQuer87, _ref, _fetchProductInfoQuer88, _authdetailsContext$
|
|
7830
|
+
var _css, _fetchProductInfoQuer87, _ref, _fetchProductInfoQuer88, _authdetailsContext$i40, _ref2, _fetchProductInfoQuer89, _authdetailsContext$i41, _ref3, _fetchProductInfoQuer90, _ref4, _authdetailsContext$i42, _authdetailsContext$i43, _authdetailsContext$i44, _authdetailsContext$i45, _authdetailsContext$i46, _authdetailsContext$i47, _authdetailsContext$i48, _authdetailsContext$i49, _authdetailsContext$i50, _authdetailsContext$i51, _fetchProductInfoQuer91, _fetchProductInfoQuer92, _fetchProductInfoQuer93, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _fetchProductInfoQuer94, _fetchProductInfoQuer95, _returnpolicyobj9, _returnpolicyobj0, _returnpolicyobj1, _returnpolicyobj10, _fetchProductInfoQuer96, _fetchProductInfoQuer97, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _authdetailsContext$i52, _returnpolicyobj15, _returnpolicyobj16, _returnpolicyobj17, _returnpolicyobj18, _fetchProductInfoQuer98, _fetchProductInfoQuer99, _fetchProductInfoQuer100, _fetchProductInfoQuer101, _returnpolicyobj19, _returnpolicyobj20, _returnpolicyobj21, _returnpolicyobj22, _authdetailsContext$i53, _returnpolicyobj23, _returnpolicyobj24, _returnpolicyobj25, _returnpolicyobj26, _fetchProductInfoQuer102, _fetchProductInfoQuer103, _returnpolicyobj27, _returnpolicyobj28, _returnpolicyobj29, _returnpolicyobj30, _authdetailsContext$i54, _fetchProductInfoQuer104, _fetchProductInfoQuer105, _fetchProductInfoQuer106, _fetchProductInfoQuer107, _returnpolicyobj31, _returnpolicyobj32, _returnpolicyobj33, _returnpolicyobj34, _authdetailsContext$i55, _authdetailsContext$i56, _authdetailsContext$i57;
|
|
7828
7831
|
var _useState = React.useState({}),
|
|
7829
7832
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
7830
7833
|
ProductInfoObj = _useState2[0],
|
|
@@ -8048,7 +8051,7 @@
|
|
|
8048
8051
|
};
|
|
8049
8052
|
React.useEffect(function () {
|
|
8050
8053
|
if (Object.keys(StatePagePropertiesContext).length != 0) {
|
|
8051
|
-
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4;
|
|
8054
|
+
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5;
|
|
8052
8055
|
var secpropobj = {};
|
|
8053
8056
|
StatePagePropertiesContext.pageobj != undefined && StatePagePropertiesContext.pageobj.pageproperties != undefined && StatePagePropertiesContext.pageobj.pageproperties.forEach(function (arrayItem, arrayindex) {
|
|
8054
8057
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
@@ -8059,13 +8062,15 @@
|
|
|
8059
8062
|
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '68e4efe8cb18e') {
|
|
8060
8063
|
settabname('descriptiontab');
|
|
8061
8064
|
// alert('sd');
|
|
8062
|
-
} else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '
|
|
8065
|
+
} else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '690894722ad12') {
|
|
8066
|
+
settabname('reviewstab');
|
|
8067
|
+
} else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) == '69df5f6e19eb2') {
|
|
8063
8068
|
settabname('videostab');
|
|
8064
8069
|
// alert('sd');
|
|
8065
|
-
} else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
8070
|
+
} else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '693fdc5a14f45') {
|
|
8066
8071
|
settabname('descriptiontab');
|
|
8067
8072
|
// alert('sd');
|
|
8068
|
-
} else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
8073
|
+
} else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.contactinfo.instid) == '68a6e2f865af8') {
|
|
8069
8074
|
settabname('descriptiontab');
|
|
8070
8075
|
// alert('sd');
|
|
8071
8076
|
} else {
|
|
@@ -8296,8 +8301,8 @@
|
|
|
8296
8301
|
tempaddtocardpayloadobj.item_type = 'product';
|
|
8297
8302
|
}
|
|
8298
8303
|
if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer32 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer32 === void 0 || (_fetchProductInfoQuer32 = _fetchProductInfoQuer32.data) === null || _fetchProductInfoQuer32 === void 0 || (_fetchProductInfoQuer32 = _fetchProductInfoQuer32.productinfo) === null || _fetchProductInfoQuer32 === void 0 ? void 0 : _fetchProductInfoQuer32.quantitystepincrearse) != undefined && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer33 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer33 === void 0 || (_fetchProductInfoQuer33 = _fetchProductInfoQuer33.data) === null || _fetchProductInfoQuer33 === void 0 || (_fetchProductInfoQuer33 = _fetchProductInfoQuer33.productinfo) === null || _fetchProductInfoQuer33 === void 0 ? void 0 : _fetchProductInfoQuer33.quantitystepincrearse) != null && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer34 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer34 === void 0 || (_fetchProductInfoQuer34 = _fetchProductInfoQuer34.data) === null || _fetchProductInfoQuer34 === void 0 || (_fetchProductInfoQuer34 = _fetchProductInfoQuer34.productinfo) === null || _fetchProductInfoQuer34 === void 0 ? void 0 : _fetchProductInfoQuer34.quantitystepincrearse) != 1 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer35 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer35 === void 0 || (_fetchProductInfoQuer35 = _fetchProductInfoQuer35.data) === null || _fetchProductInfoQuer35 === void 0 || (_fetchProductInfoQuer35 = _fetchProductInfoQuer35.productinfo) === null || _fetchProductInfoQuer35 === void 0 ? void 0 : _fetchProductInfoQuer35.quantitystepincrearse) != '') {
|
|
8299
|
-
var _authdetailsContext$
|
|
8300
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
8304
|
+
var _authdetailsContext$i6;
|
|
8305
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.contactinfo.instid) == '66d6de1a1e04a') {
|
|
8301
8306
|
var _fetchProductInfoQuer36;
|
|
8302
8307
|
quantitystepincrearse = parseFloat(fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer36 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer36 === void 0 || (_fetchProductInfoQuer36 = _fetchProductInfoQuer36.data) === null || _fetchProductInfoQuer36 === void 0 || (_fetchProductInfoQuer36 = _fetchProductInfoQuer36.productinfo) === null || _fetchProductInfoQuer36 === void 0 ? void 0 : _fetchProductInfoQuer36.quantitystepincrearse);
|
|
8303
8308
|
} else {
|
|
@@ -8330,9 +8335,9 @@
|
|
|
8330
8335
|
// selectproductoptionvalue(optionindex, optionvaluesitem, optionvaluesindex, productarr);
|
|
8331
8336
|
// };
|
|
8332
8337
|
var isOptionInStock = function isOptionInStock(Currvalueid) {
|
|
8333
|
-
var _authdetailsContext$
|
|
8338
|
+
var _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$i0, _authdetailsContext$i1, _authdetailsContext$i10, _authdetailsContext$i11, _authdetailsContext$i12, _authdetailsContext$i13;
|
|
8334
8339
|
// lord
|
|
8335
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
8340
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.contactinfo.instid) == '68d28fc494276') {
|
|
8336
8341
|
var _ProductInfoObj$data;
|
|
8337
8342
|
var productinfo = ProductInfoObj === null || ProductInfoObj === void 0 || (_ProductInfoObj$data = ProductInfoObj.data) === null || _ProductInfoObj$data === void 0 ? void 0 : _ProductInfoObj$data.productinfo;
|
|
8338
8343
|
var options = (productinfo === null || productinfo === void 0 ? void 0 : productinfo.productoptions) || [];
|
|
@@ -8418,7 +8423,7 @@
|
|
|
8418
8423
|
}) && variantValueIds.includes(Currvalueid);
|
|
8419
8424
|
});
|
|
8420
8425
|
return inStock ? 1 : 0;
|
|
8421
|
-
} else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
8426
|
+
} else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.contactinfo.instid) == '67c050d72cbe7') {
|
|
8422
8427
|
var _ProductInfoObj$data2;
|
|
8423
8428
|
var _productinfo = ProductInfoObj === null || ProductInfoObj === void 0 || (_ProductInfoObj$data2 = ProductInfoObj.data) === null || _ProductInfoObj$data2 === void 0 ? void 0 : _ProductInfoObj$data2.productinfo;
|
|
8424
8429
|
var _options = (_productinfo === null || _productinfo === void 0 ? void 0 : _productinfo.productoptions) || [];
|
|
@@ -8506,7 +8511,7 @@
|
|
|
8506
8511
|
return _inStock ? 1 : 0;
|
|
8507
8512
|
}
|
|
8508
8513
|
// amiga
|
|
8509
|
-
else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
8514
|
+
else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.contactinfo.instid) == '670fc18477599') {
|
|
8510
8515
|
var _ProductInfoObj$data3;
|
|
8511
8516
|
var _productinfo2 = ProductInfoObj === null || ProductInfoObj === void 0 || (_ProductInfoObj$data3 = ProductInfoObj.data) === null || _ProductInfoObj$data3 === void 0 ? void 0 : _ProductInfoObj$data3.productinfo;
|
|
8512
8517
|
var _options2 = (_productinfo2 === null || _productinfo2 === void 0 ? void 0 : _productinfo2.productoptions) || [];
|
|
@@ -8594,7 +8599,7 @@
|
|
|
8594
8599
|
return _inStock2 ? 1 : 0;
|
|
8595
8600
|
}
|
|
8596
8601
|
// vout
|
|
8597
|
-
else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
8602
|
+
else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.contactinfo.instid) == '68f918a4ccb85') {
|
|
8598
8603
|
var _ProductInfoObj$data4;
|
|
8599
8604
|
var _productinfo3 = ProductInfoObj === null || ProductInfoObj === void 0 || (_ProductInfoObj$data4 = ProductInfoObj.data) === null || _ProductInfoObj$data4 === void 0 ? void 0 : _ProductInfoObj$data4.productinfo;
|
|
8600
8605
|
var _options3 = (_productinfo3 === null || _productinfo3 === void 0 ? void 0 : _productinfo3.productoptions) || [];
|
|
@@ -8682,7 +8687,7 @@
|
|
|
8682
8687
|
return _inStock3 ? 1 : 0;
|
|
8683
8688
|
}
|
|
8684
8689
|
// puff n stuff
|
|
8685
|
-
else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
8690
|
+
else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.contactinfo.instid) == '6899e604db87f') {
|
|
8686
8691
|
var _ProductInfoObj$data5;
|
|
8687
8692
|
var _productinfo4 = ProductInfoObj === null || ProductInfoObj === void 0 || (_ProductInfoObj$data5 = ProductInfoObj.data) === null || _ProductInfoObj$data5 === void 0 ? void 0 : _ProductInfoObj$data5.productinfo;
|
|
8688
8693
|
var _options4 = (_productinfo4 === null || _productinfo4 === void 0 ? void 0 : _productinfo4.productoptions) || [];
|
|
@@ -8770,7 +8775,7 @@
|
|
|
8770
8775
|
return _inStock4 ? 1 : 0;
|
|
8771
8776
|
}
|
|
8772
8777
|
// dija
|
|
8773
|
-
else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
8778
|
+
else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.contactinfo.instid) == '682cbb9bdcd57') {
|
|
8774
8779
|
var _ProductInfoObj$data6;
|
|
8775
8780
|
var _productinfo5 = ProductInfoObj === null || ProductInfoObj === void 0 || (_ProductInfoObj$data6 = ProductInfoObj.data) === null || _ProductInfoObj$data6 === void 0 ? void 0 : _ProductInfoObj$data6.productinfo;
|
|
8776
8781
|
var _options5 = (_productinfo5 === null || _productinfo5 === void 0 ? void 0 : _productinfo5.productoptions) || [];
|
|
@@ -8858,7 +8863,7 @@
|
|
|
8858
8863
|
return _inStock5 ? 1 : 0;
|
|
8859
8864
|
}
|
|
8860
8865
|
// angel secrets
|
|
8861
|
-
else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
8866
|
+
else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.contactinfo.instid) == '67bda57bca71d') {
|
|
8862
8867
|
var _ProductInfoObj$data7;
|
|
8863
8868
|
var _productinfo6 = ProductInfoObj === null || ProductInfoObj === void 0 || (_ProductInfoObj$data7 = ProductInfoObj.data) === null || _ProductInfoObj$data7 === void 0 ? void 0 : _ProductInfoObj$data7.productinfo;
|
|
8864
8869
|
var _options6 = (_productinfo6 === null || _productinfo6 === void 0 ? void 0 : _productinfo6.productoptions) || [];
|
|
@@ -8944,7 +8949,7 @@
|
|
|
8944
8949
|
}) && variantValueIds.includes(Currvalueid);
|
|
8945
8950
|
});
|
|
8946
8951
|
return _inStock6 ? 1 : 0;
|
|
8947
|
-
} else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
8952
|
+
} else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.contactinfo.instid) == '69244cc88aa0a') {
|
|
8948
8953
|
var _ProductInfoObj$data8;
|
|
8949
8954
|
var _productinfo7 = ProductInfoObj === null || ProductInfoObj === void 0 || (_ProductInfoObj$data8 = ProductInfoObj.data) === null || _ProductInfoObj$data8 === void 0 ? void 0 : _ProductInfoObj$data8.productinfo;
|
|
8950
8955
|
var _options7 = (_productinfo7 === null || _productinfo7 === void 0 ? void 0 : _productinfo7.productoptions) || [];
|
|
@@ -9030,7 +9035,7 @@
|
|
|
9030
9035
|
}) && variantValueIds.includes(Currvalueid);
|
|
9031
9036
|
});
|
|
9032
9037
|
return _inStock7 ? 1 : 0;
|
|
9033
|
-
} else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
9038
|
+
} else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.contactinfo.instid) == '687ca57cc78e8') {
|
|
9034
9039
|
var _ProductInfoObj$data9;
|
|
9035
9040
|
var _productinfo8 = ProductInfoObj === null || ProductInfoObj === void 0 || (_ProductInfoObj$data9 = ProductInfoObj.data) === null || _ProductInfoObj$data9 === void 0 ? void 0 : _ProductInfoObj$data9.productinfo;
|
|
9036
9041
|
var _options8 = (_productinfo8 === null || _productinfo8 === void 0 ? void 0 : _productinfo8.productoptions) || [];
|
|
@@ -9121,8 +9126,8 @@
|
|
|
9121
9126
|
}
|
|
9122
9127
|
};
|
|
9123
9128
|
var clearchoosenvaluesbutkeepcurrentvalue = function clearchoosenvaluesbutkeepcurrentvalue(optionindex, optionvaluesitem, optionvaluesindex) {
|
|
9124
|
-
var _authdetailsContext$
|
|
9125
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
9129
|
+
var _authdetailsContext$i14, _authdetailsContext$i15, _authdetailsContext$i16, _authdetailsContext$i17, _authdetailsContext$i18, _authdetailsContext$i19, _authdetailsContext$i20, _authdetailsContext$i21;
|
|
9130
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.contactinfo.instid) == '68d28fc494276') {
|
|
9126
9131
|
var _productarr$data, _productarr$data$prod;
|
|
9127
9132
|
var _productarr = ProductInfoObj;
|
|
9128
9133
|
if (!(_productarr !== null && _productarr !== void 0 && (_productarr$data = _productarr.data) !== null && _productarr$data !== void 0 && _productarr$data.productinfo)) return;
|
|
@@ -9174,7 +9179,7 @@
|
|
|
9174
9179
|
// optional: show user message or disable click
|
|
9175
9180
|
console.warn('Attempted to select an out-of-stock value:', optionvaluesitem);
|
|
9176
9181
|
}
|
|
9177
|
-
} else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
9182
|
+
} else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.contactinfo.instid) == '67c050d72cbe7') {
|
|
9178
9183
|
var _productarr2$data, _productarr2$data$pro;
|
|
9179
9184
|
var _productarr2 = ProductInfoObj;
|
|
9180
9185
|
if (!(_productarr2 !== null && _productarr2 !== void 0 && (_productarr2$data = _productarr2.data) !== null && _productarr2$data !== void 0 && _productarr2$data.productinfo)) return;
|
|
@@ -9228,7 +9233,7 @@
|
|
|
9228
9233
|
}
|
|
9229
9234
|
}
|
|
9230
9235
|
// vout
|
|
9231
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
9236
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.contactinfo.instid) == '68f918a4ccb85') {
|
|
9232
9237
|
var _productarr3$data, _productarr3$data$pro;
|
|
9233
9238
|
var _productarr3 = ProductInfoObj;
|
|
9234
9239
|
if (!(_productarr3 !== null && _productarr3 !== void 0 && (_productarr3$data = _productarr3.data) !== null && _productarr3$data !== void 0 && _productarr3$data.productinfo)) return;
|
|
@@ -9282,7 +9287,7 @@
|
|
|
9282
9287
|
}
|
|
9283
9288
|
}
|
|
9284
9289
|
// puff n stuff
|
|
9285
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
9290
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.contactinfo.instid) == '6899e604db87f') {
|
|
9286
9291
|
var _productarr4$data, _productarr4$data$pro;
|
|
9287
9292
|
var _productarr4 = ProductInfoObj;
|
|
9288
9293
|
if (!(_productarr4 !== null && _productarr4 !== void 0 && (_productarr4$data = _productarr4.data) !== null && _productarr4$data !== void 0 && _productarr4$data.productinfo)) return;
|
|
@@ -9336,7 +9341,7 @@
|
|
|
9336
9341
|
}
|
|
9337
9342
|
}
|
|
9338
9343
|
// dija
|
|
9339
|
-
else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
9344
|
+
else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.contactinfo.instid) == '682cbb9bdcd57') {
|
|
9340
9345
|
var _productarr5$data, _productarr5$data$pro;
|
|
9341
9346
|
var _productarr5 = ProductInfoObj;
|
|
9342
9347
|
if (!(_productarr5 !== null && _productarr5 !== void 0 && (_productarr5$data = _productarr5.data) !== null && _productarr5$data !== void 0 && _productarr5$data.productinfo)) return;
|
|
@@ -9390,7 +9395,7 @@
|
|
|
9390
9395
|
}
|
|
9391
9396
|
}
|
|
9392
9397
|
// angel
|
|
9393
|
-
else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
9398
|
+
else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.contactinfo.instid) == '67bda57bca71d') {
|
|
9394
9399
|
var _productarr6$data, _productarr6$data$pro;
|
|
9395
9400
|
var _productarr6 = ProductInfoObj;
|
|
9396
9401
|
if (!(_productarr6 !== null && _productarr6 !== void 0 && (_productarr6$data = _productarr6.data) !== null && _productarr6$data !== void 0 && _productarr6$data.productinfo)) return;
|
|
@@ -9442,7 +9447,7 @@
|
|
|
9442
9447
|
// optional: show user message or disable click
|
|
9443
9448
|
console.warn('Attempted to select an out-of-stock value:', optionvaluesitem);
|
|
9444
9449
|
}
|
|
9445
|
-
} else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
9450
|
+
} else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.contactinfo.instid) == '69244cc88aa0a') {
|
|
9446
9451
|
var _productarr7$data, _productarr7$data$pro;
|
|
9447
9452
|
var _productarr7 = ProductInfoObj;
|
|
9448
9453
|
if (!(_productarr7 !== null && _productarr7 !== void 0 && (_productarr7$data = _productarr7.data) !== null && _productarr7$data !== void 0 && _productarr7$data.productinfo)) return;
|
|
@@ -9494,7 +9499,7 @@
|
|
|
9494
9499
|
// optional: show user message or disable click
|
|
9495
9500
|
console.warn('Attempted to select an out-of-stock value:', optionvaluesitem);
|
|
9496
9501
|
}
|
|
9497
|
-
} else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
9502
|
+
} else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.contactinfo.instid) == '687ca57cc78e8') {
|
|
9498
9503
|
var _productarr8$data, _productarr8$data$pro;
|
|
9499
9504
|
var _productarr8 = ProductInfoObj;
|
|
9500
9505
|
if (!(_productarr8 !== null && _productarr8 !== void 0 && (_productarr8$data = _productarr8.data) !== null && _productarr8$data !== void 0 && _productarr8$data.productinfo)) return;
|
|
@@ -10027,10 +10032,10 @@
|
|
|
10027
10032
|
if (addtocardpayloadobj.variantid.length != 0) {
|
|
10028
10033
|
runfunc = true;
|
|
10029
10034
|
} else {
|
|
10030
|
-
var _authdetailsContext$
|
|
10035
|
+
var _authdetailsContext$i22, _authdetailsContext$i23, _authdetailsContext$i24;
|
|
10031
10036
|
// here
|
|
10032
10037
|
setvariantnotchosendisclaimer('This field is required');
|
|
10033
|
-
NotificationManager.warning('', (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
10038
|
+
NotificationManager.warning('', (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.contactinfo.instid) == '674f0617c7811' ? langdetect == 'en' ? 'Please Choose Size & Color' : 'من فضلك اخنر اللون و المقاس' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.contactinfo.instid) == '693fdc5a14f45' ? langdetect == 'en' ? 'Please Choose Size & Color' : 'من فضلك اخنر اللون و المقاس' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.contactinfo.instid) == '67e448d2ef6e0' ? langdetect == 'en' ? 'Please Choose Color' : 'من فضلك اختر لون' : langdetect == 'en' ? 'Please Choose Product Options' : 'من فضلك اختر من المتغيرات');
|
|
10034
10039
|
}
|
|
10035
10040
|
} else {
|
|
10036
10041
|
runfunc = true;
|
|
@@ -10114,9 +10119,9 @@
|
|
|
10114
10119
|
};
|
|
10115
10120
|
};
|
|
10116
10121
|
var returnpolicyobj = function returnpolicyobj(policytype) {
|
|
10117
|
-
var _authdetailsContext$
|
|
10122
|
+
var _authdetailsContext$i25;
|
|
10118
10123
|
var policyobj = {};
|
|
10119
|
-
authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
10124
|
+
authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 || (_authdetailsContext$i25 = _authdetailsContext$i25.instpolicies) === null || _authdetailsContext$i25 === void 0 || _authdetailsContext$i25.forEach(function (item, index) {
|
|
10120
10125
|
if (item.policytype == policytype) {
|
|
10121
10126
|
policyobj = item;
|
|
10122
10127
|
}
|
|
@@ -10125,7 +10130,7 @@
|
|
|
10125
10130
|
};
|
|
10126
10131
|
var relatedproducts = function relatedproducts() {
|
|
10127
10132
|
if (Relatedproducts.length != 0) {
|
|
10128
|
-
var _authdetailsContext$
|
|
10133
|
+
var _authdetailsContext$i26, _authdetailsContext$i27, _authdetailsContext$i28, _authdetailsContext$i29, _authdetailsContext$i30;
|
|
10129
10134
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10130
10135
|
className: "w-100 row ml-0 mr-0 d-flex justify-content-start pl-md-3 pr-md-3 pl-sm-2 pr-sm-2",
|
|
10131
10136
|
style: {
|
|
@@ -10147,9 +10152,9 @@
|
|
|
10147
10152
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10148
10153
|
className: "row m-0 w-100",
|
|
10149
10154
|
style: {
|
|
10150
|
-
background: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
10155
|
+
background: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.contactinfo.instid) == '69a3437faf64f' ? '#fff' : 'transparent'
|
|
10151
10156
|
}
|
|
10152
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
10157
|
+
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.contactinfo.instid) == '69a3437faf64f' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10153
10158
|
className: "py-3 col-lg-12 col-md-12 col-sm-12 d-flex align-items-center p-0 flex-column mx-auto",
|
|
10154
10159
|
style: {
|
|
10155
10160
|
justifyContent: sectionproperties.relatedtitleposition == 'Centered' ? 'center' : 'start',
|
|
@@ -10168,7 +10173,7 @@
|
|
|
10168
10173
|
background: sectionproperties.relatedproducttitlelinebgcolor,
|
|
10169
10174
|
borderRadius: 5
|
|
10170
10175
|
}
|
|
10171
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
10176
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.contactinfo.instid) != '69a3437faf64f' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10172
10177
|
className: "col-lg-12 col-md-12 col-sm-12 d-flex align-items-center",
|
|
10173
10178
|
style: {
|
|
10174
10179
|
justifyContent: sectionproperties.relatedtitleposition == 'Centered' ? 'center' : 'start',
|
|
@@ -10192,8 +10197,8 @@
|
|
|
10192
10197
|
}, /*#__PURE__*/React__default["default"].createElement(reactHorizontalScrollingMenu.ScrollMenu, {
|
|
10193
10198
|
transitionBehavior: 'auto',
|
|
10194
10199
|
wrapperClassName: '',
|
|
10195
|
-
itemClassName: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
10196
|
-
scrollContainerClassName: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
10200
|
+
itemClassName: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.contactinfo.instid) == '67dc756de56bd' ? 'scrollmenuclassnameitemrelatedproductkingtut' : 'scrollmenuclassnameitemrelatedproduct',
|
|
10201
|
+
scrollContainerClassName: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.contactinfo.instid) == '68e7c7c93c5bd' ? '' : 'scrollmenuclasssubscrollbarrelatedproducts'
|
|
10197
10202
|
}, Relatedproducts.map(function (item, index) {
|
|
10198
10203
|
if (item.productinfo != null) {
|
|
10199
10204
|
var _fetchProductInfoQuer49;
|
|
@@ -10315,10 +10320,10 @@
|
|
|
10315
10320
|
if (addtocartobjparam.variantid.length != 0) {
|
|
10316
10321
|
runfunc = true;
|
|
10317
10322
|
} else {
|
|
10318
|
-
var _authdetailsContext$
|
|
10323
|
+
var _authdetailsContext$i31;
|
|
10319
10324
|
// here
|
|
10320
10325
|
setvariantnotchosendisclaimer('This field is required');
|
|
10321
|
-
NotificationManager.warning('', (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
10326
|
+
NotificationManager.warning('', (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.contactinfo.instid) == '674f0617c7811' ? 'Please Choose Size & Color' : 'Please Choose Product Options');
|
|
10322
10327
|
}
|
|
10323
10328
|
} else {
|
|
10324
10329
|
runfunc = true;
|
|
@@ -10361,8 +10366,8 @@
|
|
|
10361
10366
|
isVarianturlLoaded = _useState58[0],
|
|
10362
10367
|
setisVarianturlLoaded = _useState58[1];
|
|
10363
10368
|
React.useEffect(function () {
|
|
10364
|
-
var _authdetailsContext$
|
|
10365
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
10369
|
+
var _authdetailsContext$i32;
|
|
10370
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.contactinfo.instid) == '68f918a4ccb85') {
|
|
10366
10371
|
var params = new URLSearchParams(window.location.search);
|
|
10367
10372
|
var variantId = params.get('variant');
|
|
10368
10373
|
if (isVarianturlLoaded == false) {
|
|
@@ -11176,7 +11181,7 @@
|
|
|
11176
11181
|
})));
|
|
11177
11182
|
};
|
|
11178
11183
|
var StoreInfo = function StoreInfo(position) {
|
|
11179
|
-
var _fetchProductInfoQuer81, _authdetailsContext$
|
|
11184
|
+
var _fetchProductInfoQuer81, _authdetailsContext$i34, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _authdetailsContext$i35, _authdetailsContext$i37;
|
|
11180
11185
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11181
11186
|
"class": sectionproperties.storeinformationcontainerborderwidth != 0 ? 'row m-0 w-100 p-3' : 'row m-0 w-100',
|
|
11182
11187
|
style: {
|
|
@@ -11255,8 +11260,8 @@
|
|
|
11255
11260
|
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber))), sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11256
11261
|
className: "".concat(productinfo_cssstyles.storeinfobtn, " ").concat(productinfo_cssstyles.storeinfocontainer) + ' mt-4 col-lg-12 p-0 d-flex align-items-center cursor-pointer ',
|
|
11257
11262
|
onClick: function onClick() {
|
|
11258
|
-
var _authdetailsContext$
|
|
11259
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
11263
|
+
var _authdetailsContext$i33;
|
|
11264
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 || (_authdetailsContext$i33 = _authdetailsContext$i33.contactinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.email), '_self');
|
|
11260
11265
|
}
|
|
11261
11266
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11262
11267
|
"class": productinfo_cssstyles.iconContainer + ' iconContainer '
|
|
@@ -11276,7 +11281,7 @@
|
|
|
11276
11281
|
style: {
|
|
11277
11282
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
11278
11283
|
}
|
|
11279
|
-
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
11284
|
+
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 || (_authdetailsContext$i34 = _authdetailsContext$i34.contactinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.email))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11280
11285
|
"class": "col-lg-12 my-2",
|
|
11281
11286
|
style: {
|
|
11282
11287
|
display: sectionproperties.showfirstpolicy_storeinfo == 'Hide' && sectionproperties.showsecondpolicy_storeinfo == 'Hide' ? 'none' : 'block'
|
|
@@ -11328,25 +11333,25 @@
|
|
|
11328
11333
|
}
|
|
11329
11334
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
11330
11335
|
"class": "m-0 p-0"
|
|
11331
|
-
}, langdetect == 'en' ? sectionproperties.phonetitle_en : sectionproperties.phonetitle_ar))), sectionproperties.showfooteremail == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
11336
|
+
}, langdetect == 'en' ? sectionproperties.phonetitle_en : sectionproperties.phonetitle_ar))), sectionproperties.showfooteremail == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 || (_authdetailsContext$i35 = _authdetailsContext$i35.contactinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.email) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11332
11337
|
"class": position == 'belowinfo' ? 'col-lg-12 allcentered mb-2 p-0' : 'col-lg-12 allcentered mb-2 p-sm-0'
|
|
11333
11338
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
11334
11339
|
"class": productinfo_cssstyles.storeinfobtn + ' allcentered ',
|
|
11335
11340
|
onClick: function onClick() {
|
|
11336
|
-
var _authdetailsContext$
|
|
11337
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
11341
|
+
var _authdetailsContext$i36;
|
|
11342
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 || (_authdetailsContext$i36 = _authdetailsContext$i36.contactinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.email), '_self');
|
|
11338
11343
|
}
|
|
11339
11344
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
11340
11345
|
"class": "m-0 p-0"
|
|
11341
|
-
}, langdetect == 'en' ? sectionproperties.emailtitle_en : sectionproperties.emailtitle_ar))), sectionproperties.showwhatsapp == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
11346
|
+
}, langdetect == 'en' ? sectionproperties.emailtitle_en : sectionproperties.emailtitle_ar))), sectionproperties.showwhatsapp == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11342
11347
|
"class": position == 'belowinfo' ? 'col-lg-12 allcentered mb-2 p-0' : 'col-lg-12 allcentered mb-2 p-sm-0'
|
|
11343
11348
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
11344
11349
|
"class": productinfo_cssstyles.storeinfobtn + ' allcentered ',
|
|
11345
11350
|
onClick: function onClick() {
|
|
11346
|
-
var _authdetailsContext$
|
|
11347
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
11348
|
-
var _authdetailsContext$
|
|
11349
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
11351
|
+
var _authdetailsContext$i38;
|
|
11352
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.whatsappnumber) != null) {
|
|
11353
|
+
var _authdetailsContext$i39;
|
|
11354
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.whatsappnumber), '_blank');
|
|
11350
11355
|
}
|
|
11351
11356
|
}
|
|
11352
11357
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
@@ -11442,7 +11447,7 @@
|
|
|
11442
11447
|
lang: lang,
|
|
11443
11448
|
srcfromprops: props.srcfromprops
|
|
11444
11449
|
}, _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_ref, "returnpolicyobj", returnpolicyobj), "productinfo_cssstyles", productinfo_cssstyles), "addtocartfunc", addtocartfunc), "selectproductoptionvalue", selectproductoptionvalue), "clearchoosenvaluesbutkeepcurrentvalue", clearchoosenvaluesbutkeepcurrentvalue), "productimagesarray", productimagesarray), "fetchProductInfoQueryContext", fetchProductInfoQueryContext), "ProductInfoObj", ProductInfoObj), "sectionproperties", sectionproperties), "addtocardpayloadobj", addtocardpayloadobj), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_ref, "setaddtocardpayloadobj", setaddtocardpayloadobj), "routingcountext", routingcountext), "AddtoCartMutationContext", AddtoCartMutationContext), "authdetailsContext", authdetailsContext), "addtofavoritescontext", addtofavoritescontext), "variantindexcompleted", variantindexcompleted), "StaticPagesLinksContext", StaticPagesLinksContext), "NotificationManager", NotificationManager), "GeneralAPIMutationContext", GeneralAPIMutationContext), "quantityconditionfoundobjprops", quantityconditionfoundobj), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_ref, "relatedproducts", relatedproducts), "productVideos", productVideos), "getprice_discountpriceprops", getprice_discountpriceprops), "StoreInfoprops", StoreInfo), "currentshowingimageindex", currentshowingimageindex), "setcurrentshowingimageindex", setcurrentshowingimageindex), "templatepropcontext", templatepropcontext), "ikimagecredcontext", ikimagecredcontext), "variantindex", variantindex), "setvariantindex", setvariantindex), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_ref, "variantsku", variantsku), "variantvalueidentifier", variantvalueidentifier), "sizeguideimage", sizeguideimage), "setopensizeguidemodal", setopensizeguidemodal), "addtocartfunc_extras", addtocartfunc_extras), "productpdfsarray", productpdfsarray))
|
|
11445
|
-
}), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer88 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer88 === void 0 || (_fetchProductInfoQuer88 = _fetchProductInfoQuer88.data) === null || _fetchProductInfoQuer88 === void 0 || (_fetchProductInfoQuer88 = _fetchProductInfoQuer88.productinfo) === null || _fetchProductInfoQuer88 === void 0 ? void 0 : _fetchProductInfoQuer88.item_type) == 'Article' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
11450
|
+
}), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer88 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer88 === void 0 || (_fetchProductInfoQuer88 = _fetchProductInfoQuer88.data) === null || _fetchProductInfoQuer88 === void 0 || (_fetchProductInfoQuer88 = _fetchProductInfoQuer88.productinfo) === null || _fetchProductInfoQuer88 === void 0 ? void 0 : _fetchProductInfoQuer88.item_type) == 'Article' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.contactinfo.instid) != '6946c118427af' && /*#__PURE__*/React__default["default"].createElement(Article_itemtype, {
|
|
11446
11451
|
actions: (_ref2 = {
|
|
11447
11452
|
variantnotchosendisclaimer: variantnotchosendisclaimer,
|
|
11448
11453
|
setisoutofstock: setisoutofstock,
|
|
@@ -11452,7 +11457,7 @@
|
|
|
11452
11457
|
lang: lang,
|
|
11453
11458
|
srcfromprops: props.srcfromprops
|
|
11454
11459
|
}, _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_ref2, "returnpolicyobj", returnpolicyobj), "productinfo_cssstyles", productinfo_cssstyles), "addtocartfunc", addtocartfunc), "selectproductoptionvalue", selectproductoptionvalue), "clearchoosenvaluesbutkeepcurrentvalue", clearchoosenvaluesbutkeepcurrentvalue), "productimagesarray", productimagesarray), "fetchProductInfoQueryContext", fetchProductInfoQueryContext), "ProductInfoObj", ProductInfoObj), "sectionproperties", sectionproperties), "addtocardpayloadobj", addtocardpayloadobj), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_ref2, "setaddtocardpayloadobj", setaddtocardpayloadobj), "routingcountext", routingcountext), "AddtoCartMutationContext", AddtoCartMutationContext), "authdetailsContext", authdetailsContext), "addtofavoritescontext", addtofavoritescontext), "variantindexcompleted", variantindexcompleted), "StaticPagesLinksContext", StaticPagesLinksContext), "NotificationManager", NotificationManager), "GeneralAPIMutationContext", GeneralAPIMutationContext), "quantityconditionfoundobjprops", quantityconditionfoundobj), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_ref2, "relatedproducts", relatedproducts), "getprice_discountpriceprops", getprice_discountpriceprops), "StoreInfoprops", StoreInfo), "currentshowingimageindex", currentshowingimageindex), "setcurrentshowingimageindex", setcurrentshowingimageindex), "templatepropcontext", templatepropcontext), "ikimagecredcontext", ikimagecredcontext), "variantindex", variantindex), "setvariantindex", setvariantindex), "variantsku", variantsku), _defineProperty__default["default"](_defineProperty__default["default"](_ref2, "variantvalueidentifier", variantvalueidentifier), "productpdfsarray", productpdfsarray))
|
|
11455
|
-
}), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer89 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer89 === void 0 || (_fetchProductInfoQuer89 = _fetchProductInfoQuer89.data) === null || _fetchProductInfoQuer89 === void 0 || (_fetchProductInfoQuer89 = _fetchProductInfoQuer89.productinfo) === null || _fetchProductInfoQuer89 === void 0 ? void 0 : _fetchProductInfoQuer89.item_type) == 'Article' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
11460
|
+
}), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer89 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer89 === void 0 || (_fetchProductInfoQuer89 = _fetchProductInfoQuer89.data) === null || _fetchProductInfoQuer89 === void 0 || (_fetchProductInfoQuer89 = _fetchProductInfoQuer89.productinfo) === null || _fetchProductInfoQuer89 === void 0 ? void 0 : _fetchProductInfoQuer89.item_type) == 'Article' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.contactinfo.instid) == '6946c118427af' && /*#__PURE__*/React__default["default"].createElement(Product_itemtype_Article, {
|
|
11456
11461
|
actions: (_ref3 = {
|
|
11457
11462
|
isOptionInStock: isOptionInStock,
|
|
11458
11463
|
variantnotchosendisclaimer: variantnotchosendisclaimer,
|
|
@@ -11478,7 +11483,7 @@
|
|
|
11478
11483
|
lang: lang,
|
|
11479
11484
|
srcfromprops: props.srcfromprops
|
|
11480
11485
|
}, _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_ref4, "returnpolicyobj", returnpolicyobj), "productinfo_cssstyles", productinfo_cssstyles), "addtocartfunc", addtocartfunc), "selectproductoptionvalue", selectproductoptionvalue), "clearchoosenvaluesbutkeepcurrentvalue", clearchoosenvaluesbutkeepcurrentvalue), "productimagesarray", productimagesarray), "fetchProductInfoQueryContext", fetchProductInfoQueryContext), "sectionproperties", sectionproperties), "addtocardpayloadobj", addtocardpayloadobj), "ProductInfoObj", ProductInfoObj), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_ref4, "currentshowingimageindex", currentshowingimageindex), "setcurrentshowingimageindex", setcurrentshowingimageindex), "setaddtocardpayloadobj", setaddtocardpayloadobj), "routingcountext", routingcountext), "AddtoCartMutationContext", AddtoCartMutationContext), "authdetailsContext", authdetailsContext), "addtofavoritescontext", addtofavoritescontext), "StaticPagesLinksContext", StaticPagesLinksContext), "variantindexcompleted", variantindexcompleted), "GeneralAPIMutationContext", GeneralAPIMutationContext), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_ref4, "NotificationManager", NotificationManager), "getprice_discountpriceprops", getprice_discountpriceprops), "quantityconditionfoundobjprops", quantityconditionfoundobj), "relatedproducts", relatedproducts), "getQuantityCondition", getQuantityCondition), "StoreInfoprops", StoreInfo), "templatepropcontext", templatepropcontext), "ikimagecredcontext", ikimagecredcontext), "sizeguideimage", sizeguideimage), "setopensizeguidemodal", setopensizeguidemodal), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_ref4, "isOptionInStock", isOptionInStock), "addtocartfunc_extras", addtocartfunc_extras), "productpdfsarray", productpdfsarray))
|
|
11481
|
-
}), props.srcfromprops != 'templatedraftrouter' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
11486
|
+
}), props.srcfromprops != 'templatedraftrouter' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.contactinfo.instid) != '6852e5ed44e14' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.contactinfo.instid) != '696b839eebc8c' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i44 = authdetailsContext.instinfo) === null || _authdetailsContext$i44 === void 0 ? void 0 : _authdetailsContext$i44.contactinfo.instid) != '68a9e83c05b75' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i45 = authdetailsContext.instinfo) === null || _authdetailsContext$i45 === void 0 ? void 0 : _authdetailsContext$i45.contactinfo.instid) != '68c27b4570751' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i46 = authdetailsContext.instinfo) === null || _authdetailsContext$i46 === void 0 ? void 0 : _authdetailsContext$i46.contactinfo.instid) != '68e4efe8cb18e' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i47 = authdetailsContext.instinfo) === null || _authdetailsContext$i47 === void 0 ? void 0 : _authdetailsContext$i47.contactinfo.instid) != '694befd291698' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i48 = authdetailsContext.instinfo) === null || _authdetailsContext$i48 === void 0 ? void 0 : _authdetailsContext$i48.contactinfo.instid) != '693ae1f70d9a4' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i49 = authdetailsContext.instinfo) === null || _authdetailsContext$i49 === void 0 ? void 0 : _authdetailsContext$i49.contactinfo.instid) != '68e7c7c93c5bd' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i50 = authdetailsContext.instinfo) === null || _authdetailsContext$i50 === void 0 ? void 0 : _authdetailsContext$i50.contactinfo.instid) != '69ef34fd77c0f' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i51 = authdetailsContext.instinfo) === null || _authdetailsContext$i51 === void 0 ? void 0 : _authdetailsContext$i51.contactinfo.instid) != '693ae1f70d9a4' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11482
11487
|
className: sectionproperties.card_marginLeft != 0 ? ' col-lg-12 p-0 pl-lg-3 pr-lg-3 pl-md-4 pr-md-4 pl-sm-1 pr-sm-1 ' : ' col-lg-12 p-sm-0 ',
|
|
11483
11488
|
style: {
|
|
11484
11489
|
paddingLeft: props.srcfromprops == 'Productinfomodel' ? langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px' : 0,
|
|
@@ -11669,7 +11674,7 @@
|
|
|
11669
11674
|
productinfo_cssstyles: productinfo_cssstyles,
|
|
11670
11675
|
sectionproperties: sectionproperties
|
|
11671
11676
|
})
|
|
11672
|
-
}))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
11677
|
+
}))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i52 = authdetailsContext.instinfo) === null || _authdetailsContext$i52 === void 0 ? void 0 : _authdetailsContext$i52.contactinfo.instid) == '693ae1f70d9a4' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11673
11678
|
className: sectionproperties.card_marginLeft != 0 ? ' col-lg-12 p-0 pl-lg-3 pr-lg-3 pl-md-4 pr-md-4 pl-sm-1 pr-sm-1 ' : ' col-lg-12 p-sm-0 ',
|
|
11674
11679
|
style: {
|
|
11675
11680
|
paddingLeft: props.srcfromprops == 'Productinfomodel' ? langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px' : 0,
|
|
@@ -11819,7 +11824,7 @@
|
|
|
11819
11824
|
productinfo_cssstyles: productinfo_cssstyles,
|
|
11820
11825
|
sectionproperties: sectionproperties
|
|
11821
11826
|
})
|
|
11822
|
-
}))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
11827
|
+
}))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i53 = authdetailsContext.instinfo) === null || _authdetailsContext$i53 === void 0 ? void 0 : _authdetailsContext$i53.contactinfo.instid) == '696b839eebc8c' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11823
11828
|
className: sectionproperties.card_marginLeft != 0 ? ' col-lg-12 p-0 pl-lg-3 pr-lg-3 pl-md-4 pr-md-4 pl-sm-1 pr-sm-1 ' : ' col-lg-12 p-sm-0 ',
|
|
11824
11829
|
style: {
|
|
11825
11830
|
paddingLeft: props.srcfromprops == 'Productinfomodel' ? langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px' : 0,
|
|
@@ -11961,7 +11966,7 @@
|
|
|
11961
11966
|
productinfo_cssstyles: productinfo_cssstyles,
|
|
11962
11967
|
sectionproperties: sectionproperties
|
|
11963
11968
|
})
|
|
11964
|
-
}))))), props.srcfromprops != 'templatedraftrouter' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
11969
|
+
}))))), props.srcfromprops != 'templatedraftrouter' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i54 = authdetailsContext.instinfo) === null || _authdetailsContext$i54 === void 0 ? void 0 : _authdetailsContext$i54.contactinfo.instid) == '68e4efe8cb18e' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11965
11970
|
className: sectionproperties.card_marginLeft != 0 ? ' col-lg-12 p-0 pl-lg-3 pr-lg-3 pl-md-4 pr-md-4 pl-sm-1 pr-sm-1 ' : ' col-lg-12 p-sm-0 ',
|
|
11966
11971
|
style: {
|
|
11967
11972
|
paddingLeft: props.srcfromprops == 'Productinfomodel' ? langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px' : 0,
|
|
@@ -12112,7 +12117,7 @@
|
|
|
12112
12117
|
productinfo_cssstyles: productinfo_cssstyles,
|
|
12113
12118
|
sectionproperties: sectionproperties
|
|
12114
12119
|
})
|
|
12115
|
-
}))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
12120
|
+
}))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i55 = authdetailsContext.instinfo) === null || _authdetailsContext$i55 === void 0 ? void 0 : _authdetailsContext$i55.contactinfo.instid) == '68e7c7c93c5bd' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
12116
12121
|
"class": "row m-0 w-100 w-100 pl-5 pr-5 p-md-0 allcentered"
|
|
12117
12122
|
}, productVideos.map(function (item, index) {
|
|
12118
12123
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -12129,12 +12134,12 @@
|
|
|
12129
12134
|
loop: true,
|
|
12130
12135
|
muted: true
|
|
12131
12136
|
}));
|
|
12132
|
-
})), props.srcfromprops != 'templatedraftrouter' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
12137
|
+
})), props.srcfromprops != 'templatedraftrouter' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i56 = authdetailsContext.instinfo) === null || _authdetailsContext$i56 === void 0 ? void 0 : _authdetailsContext$i56.contactinfo.instid) != '644aac19db95b' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
12133
12138
|
className: sectionproperties.card_marginLeft != 0 ? ' col-lg-12 pl-lg-3 pr-lg-3 pl-md-4 pr-md-4 pl-sm-1 pr-sm-1 ' : ' col-lg-12 p-sm-0 ',
|
|
12134
12139
|
style: {
|
|
12135
12140
|
paddingLeft: props.srcfromprops == 'Productinfomodel' ? langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px' : 0,
|
|
12136
12141
|
paddingRight: props.srcfromprops == 'Productinfomodel' ? langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px' : 0,
|
|
12137
|
-
marginBottom: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
12142
|
+
marginBottom: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i57 = authdetailsContext.instinfo) === null || _authdetailsContext$i57 === void 0 ? void 0 : _authdetailsContext$i57.contactinfo.instid) == '69a3437faf64f' ? 30 : 0
|
|
12138
12143
|
}
|
|
12139
12144
|
}, relatedproducts()))));
|
|
12140
12145
|
};
|
|
@@ -25812,7 +25817,11 @@
|
|
|
25812
25817
|
cardobj.product_phonenumber = arrayItem.productinfo.product_phonenumber;
|
|
25813
25818
|
cardobj.productcanrate = arrayItem.productinfo.productcanrate;
|
|
25814
25819
|
cardobj.sku = arrayItem.productinfo.sku;
|
|
25815
|
-
|
|
25820
|
+
if (arrayItem.extra_fields != undefined && arrayItem.extra_fields != null) {
|
|
25821
|
+
cardobj.extrafieldsarray = arrayItem.extra_fields;
|
|
25822
|
+
} else {
|
|
25823
|
+
cardobj.extrafieldsarray = [];
|
|
25824
|
+
}
|
|
25816
25825
|
if (langdetect == 'en') {
|
|
25817
25826
|
var _fetchAuthorizationQu;
|
|
25818
25827
|
cardobj.currencyname = fetchAuthorizationQueryContext === null || fetchAuthorizationQueryContext === void 0 || (_fetchAuthorizationQu = fetchAuthorizationQueryContext.data) === null || _fetchAuthorizationQu === void 0 || (_fetchAuthorizationQu = _fetchAuthorizationQu.data) === null || _fetchAuthorizationQu === void 0 ? void 0 : _fetchAuthorizationQu.currencyname_en;
|
|
@@ -97472,7 +97481,6 @@
|
|
|
97472
97481
|
onClick: function onClick() {
|
|
97473
97482
|
var _authdetailsContext$i12;
|
|
97474
97483
|
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.contactinfo.instid) == '68527dfef348b') {
|
|
97475
|
-
// alert(item.path);
|
|
97476
97484
|
window.open((ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint) + item.image, '_blank');
|
|
97477
97485
|
} else if (sectionproperties.showvariantscont == 'Show') {
|
|
97478
97486
|
addtocartfunc();
|