tabexseriescomponents 0.2.1415 → 0.2.1417
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 +59 -26
- package/dist/index.esm.js +59 -26
- package/dist/index.umd.js +59 -26
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -16746,7 +16746,7 @@ styleInject(css_248z$G);
|
|
|
16746
16746
|
function ownKeys$2x(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; }
|
|
16747
16747
|
function _objectSpread$2x(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2x(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2x(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
16748
16748
|
var Checkout = function Checkout(props) {
|
|
16749
|
-
var _fetchTabexCountriesQ2, _css, _fetchcustomercartQue74, _authdetailsContext$i13, _authdetailsContext$i14, _fetchcustomercartQue75, _authdetailsContext$i15, _fetchcustomercartQue76, _authdetailsContext$i16, _authdetailsContext$i17, _authdetailsContext$i18, _authdetailsContext$i19, _authdetailsContext$i20, _fetchcustomercartQue77, _authdetailsContext$i21, _authdetailsContext$i22, _authdetailsContext$i23, _authdetailsContext$i24, _fetchcustomercartQue83, _fetchcustomercartQue84, _fetchcustomercartQue85, _fetchcustomercartQue86, _authdetailsContext$i33, _authdetailsContext$i34, _authdetailsContext$i35, _authdetailsContext$i36, _authdetailsContext$i37, _authdetailsContext$i38,
|
|
16749
|
+
var _fetchTabexCountriesQ2, _css, _fetchcustomercartQue74, _authdetailsContext$i13, _authdetailsContext$i14, _fetchcustomercartQue75, _authdetailsContext$i15, _fetchcustomercartQue76, _authdetailsContext$i16, _authdetailsContext$i17, _authdetailsContext$i18, _authdetailsContext$i19, _authdetailsContext$i20, _fetchcustomercartQue77, _authdetailsContext$i21, _authdetailsContext$i22, _authdetailsContext$i23, _authdetailsContext$i24, _fetchcustomercartQue83, _fetchcustomercartQue84, _fetchcustomercartQue85, _fetchcustomercartQue86, _authdetailsContext$i33, _authdetailsContext$i34, _authdetailsContext$i35, _authdetailsContext$i36, _authdetailsContext$i37, _authdetailsContext$i38, _authdetailsContext$i39, _authdetailsContext$i40, _authdetailsContext$i41, _fetchcustomercartQue87, _authdetailsContext$i42, _authdetailsContext$i43, _authdetailsContext$i44, _authdetailsContext$i45, _authdetailsContext$i46, _authdetailsContext$i47, _authdetailsContext$i48, _authdetailsContext$i49, _authdetailsContext$i50, _authdetailsContext$i51, _authdetailsContext$i52, _fetchcustomercartQue89, _authdetailsContext$i53, _fetchcustomercartQue91, _authdetailsContext$i54, _authdetailsContext$i55, _authdetailsContext$i56, _authdetailsContext$i57, _authdetailsContext$i58, _authdetailsContext$i59, _authdetailsContext$i60, _authdetailsContext$i61, _authdetailsContext$i62, _fetchcustomercartQue93, _authdetailsContext$i63, _authdetailsContext$i64, _authdetailsContext$i65, _fetchcustomercartQue95, _fetchcustomercartQue97, _fetchcustomercartQue99, _authdetailsContext$i66, _fetchcustomercartQue101, _authdetailsContext$i67, _fetchcustomercartQue103, _authdetailsContext$i68, _authdetailsContext$i69, _authdetailsContext$i70, _authdetailsContext$i71, _authdetailsContext$i72, _authdetailsContext$i73, _authdetailsContext$i74, _authdetailsContext$i75, _fetchcustomercartQue105, _authdetailsContext$i76, _authdetailsContext$i77, _fetchcustomercartQue107, _authdetailsContext$i78, _fetchcustomercartQue109, _authdetailsContext$i79, _fetchcustomercartQue111, _authdetailsContext$i80, _fetchcustomercartQue113, _authdetailsContext$i81, _authdetailsContext$i82, _fetchcustomercartQue115, _fetchcustomercartQue116;
|
|
16750
16750
|
var _useState = React.useState(null),
|
|
16751
16751
|
_useState2 = _slicedToArray__default["default"](_useState, 2);
|
|
16752
16752
|
_useState2[0];
|
|
@@ -17064,6 +17064,14 @@ var Checkout = function Checkout(props) {
|
|
|
17064
17064
|
maxHeight: '40%'
|
|
17065
17065
|
}
|
|
17066
17066
|
}),
|
|
17067
|
+
paypalimage: glamor.css({
|
|
17068
|
+
maxWidth: '50%',
|
|
17069
|
+
maxHeight: '50%',
|
|
17070
|
+
'@media (max-width: 800px)': {
|
|
17071
|
+
maxWidth: '80%',
|
|
17072
|
+
maxHeight: '80%'
|
|
17073
|
+
}
|
|
17074
|
+
}),
|
|
17067
17075
|
instapayimage: glamor.css({
|
|
17068
17076
|
maxWidth: '40%',
|
|
17069
17077
|
maxHeight: '40%',
|
|
@@ -18563,15 +18571,15 @@ var Checkout = function Checkout(props) {
|
|
|
18563
18571
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18564
18572
|
className: "row m-0 w-100 mb-3 pl-3 pr-3"
|
|
18565
18573
|
}, authdetailsContext.instinfo.acceptCOD == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18566
|
-
className: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.contactinfo.instid) == '68a6e2f865af8' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : 'col-xl-4 col-lg-4 col-md-12 mb-3',
|
|
18574
|
+
className: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.contactinfo.instid) == '693ae1f70d9a4' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.contactinfo.instid) == '68a6e2f865af8' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : 'col-xl-4 col-lg-4 col-md-12 mb-3',
|
|
18567
18575
|
style: {
|
|
18568
|
-
border: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18576
|
+
border: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.contactinfo.instid) == '67d7e9d5dbe11' ? '1px solid #ccc' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.contactinfo.instid) == '693ae1f70d9a4' ? '1px solid #ccc' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.contactinfo.instid) == '68a6e2f865af8' ? '1px solid #ccc' : 0,
|
|
18569
18577
|
borderRadius: 15
|
|
18570
18578
|
}
|
|
18571
18579
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18572
18580
|
"class": "row m-0 w-100 d-flex align-items-center"
|
|
18573
18581
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18574
|
-
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18582
|
+
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-9 p-0' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.contactinfo.instid) == '693ae1f70d9a4' ? 'col-9 p-0' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.contactinfo.instid) == '68a6e2f865af8' ? 'col-9 p-0' : 'col-12 p-0'
|
|
18575
18583
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
18576
18584
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated) + ' d-flex mb-0 ',
|
|
18577
18585
|
"for": "codcheckbox"
|
|
@@ -18598,26 +18606,31 @@ var Checkout = function Checkout(props) {
|
|
|
18598
18606
|
style: {
|
|
18599
18607
|
color: sectionproperties.checkbox_color
|
|
18600
18608
|
}
|
|
18601
|
-
}, langdetect == 'en' ? sectionproperties.cod_text_en : sectionproperties.cod_text_ar))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18609
|
+
}, langdetect == 'en' ? sectionproperties.cod_text_en : sectionproperties.cod_text_ar))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.contactinfo.instid) == '67d7e9d5dbe11' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18602
18610
|
"class": "col-3 text-end p-0"
|
|
18603
18611
|
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
18604
18612
|
src: 'https://tabex-co.com/storage/StaticImages/cod.png',
|
|
18605
18613
|
"class": checkoutstyles.codimage + ' mx-2 '
|
|
18606
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18614
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.contactinfo.instid) == '693ae1f70d9a4' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18615
|
+
"class": "col-3 text-end p-0"
|
|
18616
|
+
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
18617
|
+
src: 'https://tabex-co.com/storage/StaticImages/cod.png',
|
|
18618
|
+
"class": checkoutstyles.codimage + ' mx-2 '
|
|
18619
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i44 = authdetailsContext.instinfo) === null || _authdetailsContext$i44 === void 0 ? void 0 : _authdetailsContext$i44.contactinfo.instid) == '68a6e2f865af8' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18607
18620
|
"class": "col-3 text-end p-0"
|
|
18608
18621
|
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
18609
18622
|
src: 'https://tabex-co.com/storage/StaticImages/cod.png',
|
|
18610
18623
|
"class": checkoutstyles.codimage + ' mx-2 '
|
|
18611
18624
|
})))), authdetailsContext.instinfo.acceptInstapay == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18612
|
-
className: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18625
|
+
className: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i45 = authdetailsContext.instinfo) === null || _authdetailsContext$i45 === void 0 ? void 0 : _authdetailsContext$i45.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i46 = authdetailsContext.instinfo) === null || _authdetailsContext$i46 === void 0 ? void 0 : _authdetailsContext$i46.contactinfo.instid) == '693ae1f70d9a4' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i47 = authdetailsContext.instinfo) === null || _authdetailsContext$i47 === void 0 ? void 0 : _authdetailsContext$i47.contactinfo.instid) == '68a6e2f865af8' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : 'col-xl-4 col-lg-4 col-md-12 mb-3',
|
|
18613
18626
|
style: {
|
|
18614
|
-
border: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18627
|
+
border: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i48 = authdetailsContext.instinfo) === null || _authdetailsContext$i48 === void 0 ? void 0 : _authdetailsContext$i48.contactinfo.instid) == '67d7e9d5dbe11' ? '1px solid #ccc' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i49 = authdetailsContext.instinfo) === null || _authdetailsContext$i49 === void 0 ? void 0 : _authdetailsContext$i49.contactinfo.instid) == '693ae1f70d9a4' ? '1px solid #ccc' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i50 = authdetailsContext.instinfo) === null || _authdetailsContext$i50 === void 0 ? void 0 : _authdetailsContext$i50.contactinfo.instid) == '68a6e2f865af8' ? '1px solid #ccc' : 0,
|
|
18615
18628
|
borderRadius: 15
|
|
18616
18629
|
}
|
|
18617
18630
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18618
18631
|
"class": "row m-0 w-100 d-flex align-items-center"
|
|
18619
18632
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18620
|
-
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18633
|
+
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i51 = authdetailsContext.instinfo) === null || _authdetailsContext$i51 === void 0 ? void 0 : _authdetailsContext$i51.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-9 p-0' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i52 = authdetailsContext.instinfo) === null || _authdetailsContext$i52 === void 0 ? void 0 : _authdetailsContext$i52.contactinfo.instid) == '68a6e2f865af8' ? 'col-9 p-0' : 'col-12 p-0'
|
|
18621
18634
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
18622
18635
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated) + ' d-flex mb-0 ',
|
|
18623
18636
|
"for": "codcheckbox"
|
|
@@ -18644,7 +18657,7 @@ var Checkout = function Checkout(props) {
|
|
|
18644
18657
|
style: {
|
|
18645
18658
|
color: sectionproperties.checkbox_color
|
|
18646
18659
|
}
|
|
18647
|
-
}, langdetect == 'en' ? sectionproperties.instapaytitleen : sectionproperties.instapaytitlear))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18660
|
+
}, langdetect == 'en' ? sectionproperties.instapaytitleen : sectionproperties.instapaytitlear))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i53 = authdetailsContext.instinfo) === null || _authdetailsContext$i53 === void 0 ? void 0 : _authdetailsContext$i53.contactinfo.instid) == '67d7e9d5dbe11' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18648
18661
|
"class": "col-3 text-end p-0"
|
|
18649
18662
|
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
18650
18663
|
src: 'https://tabex-co.com/storage/StaticImages/instapay.png',
|
|
@@ -18676,15 +18689,17 @@ var Checkout = function Checkout(props) {
|
|
|
18676
18689
|
/*#__PURE__*/
|
|
18677
18690
|
// <div className=""
|
|
18678
18691
|
React__default["default"].createElement("div", {
|
|
18679
|
-
className: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18692
|
+
className: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i54 = authdetailsContext.instinfo) === null || _authdetailsContext$i54 === void 0 ? void 0 : _authdetailsContext$i54.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i55 = authdetailsContext.instinfo) === null || _authdetailsContext$i55 === void 0 ? void 0 : _authdetailsContext$i55.contactinfo.instid) == '693ae1f70d9a4' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i56 = authdetailsContext.instinfo) === null || _authdetailsContext$i56 === void 0 ? void 0 : _authdetailsContext$i56.contactinfo.instid) == '68a6e2f865af8' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : 'col-xl-4 col-lg-4 col-md-12 mb-3',
|
|
18680
18693
|
style: {
|
|
18681
|
-
border: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18694
|
+
border: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i57 = authdetailsContext.instinfo) === null || _authdetailsContext$i57 === void 0 ? void 0 : _authdetailsContext$i57.contactinfo.instid) == '67d7e9d5dbe11' ? '1px solid #ccc' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i58 = authdetailsContext.instinfo) === null || _authdetailsContext$i58 === void 0 ? void 0 : _authdetailsContext$i58.contactinfo.instid) == '693ae1f70d9a4' ? '1px solid #ccc' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i59 = authdetailsContext.instinfo) === null || _authdetailsContext$i59 === void 0 ? void 0 : _authdetailsContext$i59.contactinfo.instid) == '68a6e2f865af8' ? '1px solid #ccc' : 0,
|
|
18682
18695
|
borderRadius: 15
|
|
18683
18696
|
}
|
|
18684
18697
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18685
18698
|
"class": "row m-0 w-100 d-flex align-items-center"
|
|
18686
18699
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18687
|
-
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18700
|
+
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i60 = authdetailsContext.instinfo) === null || _authdetailsContext$i60 === void 0 ? void 0 : _authdetailsContext$i60.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-9 p-0' :
|
|
18701
|
+
// move to spo search for 693ae1f70d9a4
|
|
18702
|
+
(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i61 = authdetailsContext.instinfo) === null || _authdetailsContext$i61 === void 0 ? void 0 : _authdetailsContext$i61.contactinfo.instid) == '693ae1f70d9a4' ? 'col-9 p-0' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i62 = authdetailsContext.instinfo) === null || _authdetailsContext$i62 === void 0 ? void 0 : _authdetailsContext$i62.contactinfo.instid) == '68a6e2f865af8' ? 'col-9 p-0' : 'col-12 p-0'
|
|
18688
18703
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
18689
18704
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
18690
18705
|
}, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
@@ -18706,12 +18721,17 @@ var Checkout = function Checkout(props) {
|
|
|
18706
18721
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
18707
18722
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
18708
18723
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
18709
|
-
}, langdetect == 'en' ? sectionproperties.onlinepaymenttexten : sectionproperties.onlinepaymenttextar))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18724
|
+
}, langdetect == 'en' ? sectionproperties.onlinepaymenttexten : sectionproperties.onlinepaymenttextar))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i63 = authdetailsContext.instinfo) === null || _authdetailsContext$i63 === void 0 ? void 0 : _authdetailsContext$i63.contactinfo.instid) == '67d7e9d5dbe11' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18725
|
+
"class": "col-3 text-end p-0"
|
|
18726
|
+
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
18727
|
+
src: 'https://tabex-co.com/storage/StaticImages/visamaster.png',
|
|
18728
|
+
"class": checkoutstyles.vismasterimage + ' mx-2 '
|
|
18729
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i64 = authdetailsContext.instinfo) === null || _authdetailsContext$i64 === void 0 ? void 0 : _authdetailsContext$i64.contactinfo.instid) == '693ae1f70d9a4' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18710
18730
|
"class": "col-3 text-end p-0"
|
|
18711
18731
|
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
18712
18732
|
src: 'https://tabex-co.com/storage/StaticImages/visamaster.png',
|
|
18713
18733
|
"class": checkoutstyles.vismasterimage + ' mx-2 '
|
|
18714
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18734
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i65 = authdetailsContext.instinfo) === null || _authdetailsContext$i65 === void 0 ? void 0 : _authdetailsContext$i65.contactinfo.instid) == '68a6e2f865af8' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18715
18735
|
"class": "col-3 text-end p-0"
|
|
18716
18736
|
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
18717
18737
|
src: 'https://tabex-co.com/storage/StaticImages/fawry.png',
|
|
@@ -18782,7 +18802,7 @@ var Checkout = function Checkout(props) {
|
|
|
18782
18802
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
18783
18803
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
18784
18804
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
18785
|
-
}, langdetect == 'en' ? sectionproperties.walletnameen : sectionproperties.walletnamear))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18805
|
+
}, langdetect == 'en' ? sectionproperties.walletnameen : sectionproperties.walletnamear))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i66 = authdetailsContext.instinfo) === null || _authdetailsContext$i66 === void 0 ? void 0 : _authdetailsContext$i66.acceptForsaCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18786
18806
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
18787
18807
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
18788
18808
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
@@ -18804,7 +18824,7 @@ var Checkout = function Checkout(props) {
|
|
|
18804
18824
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
18805
18825
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
18806
18826
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
18807
|
-
}, langdetect == 'en' ? 'Forsa' : ' Forsa'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18827
|
+
}, langdetect == 'en' ? 'Forsa' : ' Forsa'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i67 = authdetailsContext.instinfo) === null || _authdetailsContext$i67 === void 0 ? void 0 : _authdetailsContext$i67.acceptSouhoolaCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18808
18828
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
18809
18829
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
18810
18830
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
@@ -18826,8 +18846,16 @@ var Checkout = function Checkout(props) {
|
|
|
18826
18846
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
18827
18847
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
18828
18848
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
18829
|
-
}, langdetect == 'en' ? 'Souhoola' : ' Souhoola'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18830
|
-
className:
|
|
18849
|
+
}, langdetect == 'en' ? 'Souhoola' : ' Souhoola'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i68 = authdetailsContext.instinfo) === null || _authdetailsContext$i68 === void 0 ? void 0 : _authdetailsContext$i68.acceptonlinePaypal) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18850
|
+
className: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i69 = authdetailsContext.instinfo) === null || _authdetailsContext$i69 === void 0 ? void 0 : _authdetailsContext$i69.contactinfo.instid) == '693ae1f70d9a4' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : 'col-xl-4 col-lg-4 col-md-12 mb-3',
|
|
18851
|
+
style: {
|
|
18852
|
+
border: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i70 = authdetailsContext.instinfo) === null || _authdetailsContext$i70 === void 0 ? void 0 : _authdetailsContext$i70.contactinfo.instid) == '67d7e9d5dbe11' ? '1px solid #ccc' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i71 = authdetailsContext.instinfo) === null || _authdetailsContext$i71 === void 0 ? void 0 : _authdetailsContext$i71.contactinfo.instid) == '693ae1f70d9a4' ? '1px solid #ccc' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i72 = authdetailsContext.instinfo) === null || _authdetailsContext$i72 === void 0 ? void 0 : _authdetailsContext$i72.contactinfo.instid) == '68a6e2f865af8' ? '1px solid #ccc' : 0,
|
|
18853
|
+
borderRadius: 15
|
|
18854
|
+
}
|
|
18855
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18856
|
+
"class": "row m-0 w-100 d-flex align-items-center"
|
|
18857
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18858
|
+
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i73 = authdetailsContext.instinfo) === null || _authdetailsContext$i73 === void 0 ? void 0 : _authdetailsContext$i73.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-9 p-0' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i74 = authdetailsContext.instinfo) === null || _authdetailsContext$i74 === void 0 ? void 0 : _authdetailsContext$i74.contactinfo.instid) == '693ae1f70d9a4' ? 'col-9 p-0' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i75 = authdetailsContext.instinfo) === null || _authdetailsContext$i75 === void 0 ? void 0 : _authdetailsContext$i75.contactinfo.instid) == '68a6e2f865af8' ? 'col-9 p-0' : 'col-12 p-0'
|
|
18831
18859
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
18832
18860
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
18833
18861
|
}, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
@@ -18848,7 +18876,12 @@ var Checkout = function Checkout(props) {
|
|
|
18848
18876
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
18849
18877
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
18850
18878
|
className: "".concat(formstyles.checkbox_label, " + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '")
|
|
18851
|
-
}, langdetect == 'en' ? 'Paypal' : ' Paypal'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18879
|
+
}, langdetect == 'en' ? 'Paypal' : ' Paypal'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i76 = authdetailsContext.instinfo) === null || _authdetailsContext$i76 === void 0 ? void 0 : _authdetailsContext$i76.contactinfo.instid) == '693ae1f70d9a4' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18880
|
+
"class": "col-3 text-end p-0"
|
|
18881
|
+
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
18882
|
+
src: 'https://tabex-co.com/storage/StaticImages/paypal.png',
|
|
18883
|
+
"class": checkoutstyles.paypalimage + ' mx-2 '
|
|
18884
|
+
})))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i77 = authdetailsContext.instinfo) === null || _authdetailsContext$i77 === void 0 ? void 0 : _authdetailsContext$i77.acceptBankInstallementsCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18852
18885
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
18853
18886
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
18854
18887
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
@@ -18870,7 +18903,7 @@ var Checkout = function Checkout(props) {
|
|
|
18870
18903
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
18871
18904
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
18872
18905
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
18873
|
-
}, langdetect == 'en' ? 'Bank Installments' : ' التقسيط عن طريق البنك'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18906
|
+
}, langdetect == 'en' ? 'Bank Installments' : ' التقسيط عن طريق البنك'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i78 = authdetailsContext.instinfo) === null || _authdetailsContext$i78 === void 0 ? void 0 : _authdetailsContext$i78.acceptAmanCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18874
18907
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
18875
18908
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
18876
18909
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
@@ -18892,7 +18925,7 @@ var Checkout = function Checkout(props) {
|
|
|
18892
18925
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
18893
18926
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
18894
18927
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
18895
|
-
}, langdetect == 'en' ? 'Aman' : 'Aman'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18928
|
+
}, langdetect == 'en' ? 'Aman' : 'Aman'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i79 = authdetailsContext.instinfo) === null || _authdetailsContext$i79 === void 0 ? void 0 : _authdetailsContext$i79.acceptTamara) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18896
18929
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
18897
18930
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
18898
18931
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
@@ -18914,7 +18947,7 @@ var Checkout = function Checkout(props) {
|
|
|
18914
18947
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
18915
18948
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
18916
18949
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
18917
|
-
}, langdetect == 'en' ? 'Tamara' : ' تمارا'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18950
|
+
}, langdetect == 'en' ? 'Tamara' : ' تمارا'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i80 = authdetailsContext.instinfo) === null || _authdetailsContext$i80 === void 0 ? void 0 : _authdetailsContext$i80.acceptTabby) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18918
18951
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
18919
18952
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
18920
18953
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
@@ -18946,7 +18979,7 @@ var Checkout = function Checkout(props) {
|
|
|
18946
18979
|
dangerouslySetInnerHTML: {
|
|
18947
18980
|
__html: langdetect == 'en' ? sectionproperties.instapayoptioncontenten : sectionproperties.instapayoptioncontentar
|
|
18948
18981
|
}
|
|
18949
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18982
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i81 = authdetailsContext.instinfo) === null || _authdetailsContext$i81 === void 0 ? void 0 : _authdetailsContext$i81.contactinfo.instid) == '696fa922c1d13' && cashchosen == true && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18950
18983
|
"class": "col-12 px-3 px-md-2 my-3"
|
|
18951
18984
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
18952
18985
|
"class": ' pb-0 pl-md-2 pr-md-2 ',
|
|
@@ -18954,7 +18987,7 @@ var Checkout = function Checkout(props) {
|
|
|
18954
18987
|
color: '#000'
|
|
18955
18988
|
}
|
|
18956
18989
|
// dangerouslySetInnerHTML={{ __html: langdetect == 'en' ? sectionproperties.instapayoptioncontenten : sectionproperties.instapayoptioncontentar }}
|
|
18957
|
-
}, langdetect == 'en' ? 'To confirm your booking, please transfer a 30% deposit of the booking value to [number].' : 'لتأكيد الحجز برجاء تحويل 30% deposit من قيمه الحجز على الرقم')), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18990
|
+
}, langdetect == 'en' ? 'To confirm your booking, please transfer a 30% deposit of the booking value to [number].' : 'لتأكيد الحجز برجاء تحويل 30% deposit من قيمه الحجز على الرقم')), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i82 = authdetailsContext.instinfo) === null || _authdetailsContext$i82 === void 0 ? void 0 : _authdetailsContext$i82.contactinfo.instid) == '69c55e0a54075' && cashchosen == true && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18958
18991
|
"class": "col-12 px-3 px-md-2 my-3"
|
|
18959
18992
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
18960
18993
|
"class": ' pb-0 pl-md-2 pr-md-2 ',
|
|
@@ -83798,7 +83831,7 @@ var Slideshowzoom = function Slideshowzoom(props) {
|
|
|
83798
83831
|
onClick: function onClick() {
|
|
83799
83832
|
routingcountext('collections/innerparentcollections/6a71d53ec85aa', false, '');
|
|
83800
83833
|
}
|
|
83801
|
-
}, langdetect == 'en' ? 'Home Accessories' : '
|
|
83834
|
+
}, langdetect == 'en' ? 'Shop Home Accessories' : 'تسوق اكسسوارات المنزل')), sectionproperties.generalbtn_show == 'Show' && sectionproperties.showanimation == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
83802
83835
|
"class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 allcentered' : item.titleen == null && item.descriptionen == null ? sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 allcentered' : 'col-lg-12 allcentered-md' : 'col-lg-12 text-start',
|
|
83803
83836
|
"data-aos": 'fade-up',
|
|
83804
83837
|
"data-aos-delay": "300"
|
package/dist/index.esm.js
CHANGED
|
@@ -16695,7 +16695,7 @@ styleInject(css_248z$G);
|
|
|
16695
16695
|
function ownKeys$2x(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; }
|
|
16696
16696
|
function _objectSpread$2x(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2x(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2x(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
16697
16697
|
var Checkout = function Checkout(props) {
|
|
16698
|
-
var _fetchTabexCountriesQ2, _css, _fetchcustomercartQue74, _authdetailsContext$i13, _authdetailsContext$i14, _fetchcustomercartQue75, _authdetailsContext$i15, _fetchcustomercartQue76, _authdetailsContext$i16, _authdetailsContext$i17, _authdetailsContext$i18, _authdetailsContext$i19, _authdetailsContext$i20, _fetchcustomercartQue77, _authdetailsContext$i21, _authdetailsContext$i22, _authdetailsContext$i23, _authdetailsContext$i24, _fetchcustomercartQue83, _fetchcustomercartQue84, _fetchcustomercartQue85, _fetchcustomercartQue86, _authdetailsContext$i33, _authdetailsContext$i34, _authdetailsContext$i35, _authdetailsContext$i36, _authdetailsContext$i37, _authdetailsContext$i38,
|
|
16698
|
+
var _fetchTabexCountriesQ2, _css, _fetchcustomercartQue74, _authdetailsContext$i13, _authdetailsContext$i14, _fetchcustomercartQue75, _authdetailsContext$i15, _fetchcustomercartQue76, _authdetailsContext$i16, _authdetailsContext$i17, _authdetailsContext$i18, _authdetailsContext$i19, _authdetailsContext$i20, _fetchcustomercartQue77, _authdetailsContext$i21, _authdetailsContext$i22, _authdetailsContext$i23, _authdetailsContext$i24, _fetchcustomercartQue83, _fetchcustomercartQue84, _fetchcustomercartQue85, _fetchcustomercartQue86, _authdetailsContext$i33, _authdetailsContext$i34, _authdetailsContext$i35, _authdetailsContext$i36, _authdetailsContext$i37, _authdetailsContext$i38, _authdetailsContext$i39, _authdetailsContext$i40, _authdetailsContext$i41, _fetchcustomercartQue87, _authdetailsContext$i42, _authdetailsContext$i43, _authdetailsContext$i44, _authdetailsContext$i45, _authdetailsContext$i46, _authdetailsContext$i47, _authdetailsContext$i48, _authdetailsContext$i49, _authdetailsContext$i50, _authdetailsContext$i51, _authdetailsContext$i52, _fetchcustomercartQue89, _authdetailsContext$i53, _fetchcustomercartQue91, _authdetailsContext$i54, _authdetailsContext$i55, _authdetailsContext$i56, _authdetailsContext$i57, _authdetailsContext$i58, _authdetailsContext$i59, _authdetailsContext$i60, _authdetailsContext$i61, _authdetailsContext$i62, _fetchcustomercartQue93, _authdetailsContext$i63, _authdetailsContext$i64, _authdetailsContext$i65, _fetchcustomercartQue95, _fetchcustomercartQue97, _fetchcustomercartQue99, _authdetailsContext$i66, _fetchcustomercartQue101, _authdetailsContext$i67, _fetchcustomercartQue103, _authdetailsContext$i68, _authdetailsContext$i69, _authdetailsContext$i70, _authdetailsContext$i71, _authdetailsContext$i72, _authdetailsContext$i73, _authdetailsContext$i74, _authdetailsContext$i75, _fetchcustomercartQue105, _authdetailsContext$i76, _authdetailsContext$i77, _fetchcustomercartQue107, _authdetailsContext$i78, _fetchcustomercartQue109, _authdetailsContext$i79, _fetchcustomercartQue111, _authdetailsContext$i80, _fetchcustomercartQue113, _authdetailsContext$i81, _authdetailsContext$i82, _fetchcustomercartQue115, _fetchcustomercartQue116;
|
|
16699
16699
|
var _useState = useState(null),
|
|
16700
16700
|
_useState2 = _slicedToArray(_useState, 2);
|
|
16701
16701
|
_useState2[0];
|
|
@@ -17013,6 +17013,14 @@ var Checkout = function Checkout(props) {
|
|
|
17013
17013
|
maxHeight: '40%'
|
|
17014
17014
|
}
|
|
17015
17015
|
}),
|
|
17016
|
+
paypalimage: css({
|
|
17017
|
+
maxWidth: '50%',
|
|
17018
|
+
maxHeight: '50%',
|
|
17019
|
+
'@media (max-width: 800px)': {
|
|
17020
|
+
maxWidth: '80%',
|
|
17021
|
+
maxHeight: '80%'
|
|
17022
|
+
}
|
|
17023
|
+
}),
|
|
17016
17024
|
instapayimage: css({
|
|
17017
17025
|
maxWidth: '40%',
|
|
17018
17026
|
maxHeight: '40%',
|
|
@@ -18512,15 +18520,15 @@ var Checkout = function Checkout(props) {
|
|
|
18512
18520
|
})), /*#__PURE__*/React.createElement("div", {
|
|
18513
18521
|
className: "row m-0 w-100 mb-3 pl-3 pr-3"
|
|
18514
18522
|
}, authdetailsContext.instinfo.acceptCOD == 1 && /*#__PURE__*/React.createElement("div", {
|
|
18515
|
-
className: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.contactinfo.instid) == '68a6e2f865af8' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : 'col-xl-4 col-lg-4 col-md-12 mb-3',
|
|
18523
|
+
className: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.contactinfo.instid) == '693ae1f70d9a4' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.contactinfo.instid) == '68a6e2f865af8' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : 'col-xl-4 col-lg-4 col-md-12 mb-3',
|
|
18516
18524
|
style: {
|
|
18517
|
-
border: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18525
|
+
border: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.contactinfo.instid) == '67d7e9d5dbe11' ? '1px solid #ccc' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.contactinfo.instid) == '693ae1f70d9a4' ? '1px solid #ccc' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.contactinfo.instid) == '68a6e2f865af8' ? '1px solid #ccc' : 0,
|
|
18518
18526
|
borderRadius: 15
|
|
18519
18527
|
}
|
|
18520
18528
|
}, /*#__PURE__*/React.createElement("div", {
|
|
18521
18529
|
"class": "row m-0 w-100 d-flex align-items-center"
|
|
18522
18530
|
}, /*#__PURE__*/React.createElement("div", {
|
|
18523
|
-
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18531
|
+
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-9 p-0' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.contactinfo.instid) == '693ae1f70d9a4' ? 'col-9 p-0' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.contactinfo.instid) == '68a6e2f865af8' ? 'col-9 p-0' : 'col-12 p-0'
|
|
18524
18532
|
}, /*#__PURE__*/React.createElement("label", {
|
|
18525
18533
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated) + ' d-flex mb-0 ',
|
|
18526
18534
|
"for": "codcheckbox"
|
|
@@ -18547,26 +18555,31 @@ var Checkout = function Checkout(props) {
|
|
|
18547
18555
|
style: {
|
|
18548
18556
|
color: sectionproperties.checkbox_color
|
|
18549
18557
|
}
|
|
18550
|
-
}, langdetect == 'en' ? sectionproperties.cod_text_en : sectionproperties.cod_text_ar))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18558
|
+
}, langdetect == 'en' ? sectionproperties.cod_text_en : sectionproperties.cod_text_ar))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.contactinfo.instid) == '67d7e9d5dbe11' && /*#__PURE__*/React.createElement("div", {
|
|
18551
18559
|
"class": "col-3 text-end p-0"
|
|
18552
18560
|
}, /*#__PURE__*/React.createElement("img", {
|
|
18553
18561
|
src: 'https://tabex-co.com/storage/StaticImages/cod.png',
|
|
18554
18562
|
"class": checkoutstyles.codimage + ' mx-2 '
|
|
18555
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18563
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.contactinfo.instid) == '693ae1f70d9a4' && /*#__PURE__*/React.createElement("div", {
|
|
18564
|
+
"class": "col-3 text-end p-0"
|
|
18565
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
18566
|
+
src: 'https://tabex-co.com/storage/StaticImages/cod.png',
|
|
18567
|
+
"class": checkoutstyles.codimage + ' mx-2 '
|
|
18568
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i44 = authdetailsContext.instinfo) === null || _authdetailsContext$i44 === void 0 ? void 0 : _authdetailsContext$i44.contactinfo.instid) == '68a6e2f865af8' && /*#__PURE__*/React.createElement("div", {
|
|
18556
18569
|
"class": "col-3 text-end p-0"
|
|
18557
18570
|
}, /*#__PURE__*/React.createElement("img", {
|
|
18558
18571
|
src: 'https://tabex-co.com/storage/StaticImages/cod.png',
|
|
18559
18572
|
"class": checkoutstyles.codimage + ' mx-2 '
|
|
18560
18573
|
})))), authdetailsContext.instinfo.acceptInstapay == 1 && /*#__PURE__*/React.createElement("div", {
|
|
18561
|
-
className: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18574
|
+
className: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i45 = authdetailsContext.instinfo) === null || _authdetailsContext$i45 === void 0 ? void 0 : _authdetailsContext$i45.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i46 = authdetailsContext.instinfo) === null || _authdetailsContext$i46 === void 0 ? void 0 : _authdetailsContext$i46.contactinfo.instid) == '693ae1f70d9a4' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i47 = authdetailsContext.instinfo) === null || _authdetailsContext$i47 === void 0 ? void 0 : _authdetailsContext$i47.contactinfo.instid) == '68a6e2f865af8' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : 'col-xl-4 col-lg-4 col-md-12 mb-3',
|
|
18562
18575
|
style: {
|
|
18563
|
-
border: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18576
|
+
border: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i48 = authdetailsContext.instinfo) === null || _authdetailsContext$i48 === void 0 ? void 0 : _authdetailsContext$i48.contactinfo.instid) == '67d7e9d5dbe11' ? '1px solid #ccc' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i49 = authdetailsContext.instinfo) === null || _authdetailsContext$i49 === void 0 ? void 0 : _authdetailsContext$i49.contactinfo.instid) == '693ae1f70d9a4' ? '1px solid #ccc' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i50 = authdetailsContext.instinfo) === null || _authdetailsContext$i50 === void 0 ? void 0 : _authdetailsContext$i50.contactinfo.instid) == '68a6e2f865af8' ? '1px solid #ccc' : 0,
|
|
18564
18577
|
borderRadius: 15
|
|
18565
18578
|
}
|
|
18566
18579
|
}, /*#__PURE__*/React.createElement("div", {
|
|
18567
18580
|
"class": "row m-0 w-100 d-flex align-items-center"
|
|
18568
18581
|
}, /*#__PURE__*/React.createElement("div", {
|
|
18569
|
-
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18582
|
+
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i51 = authdetailsContext.instinfo) === null || _authdetailsContext$i51 === void 0 ? void 0 : _authdetailsContext$i51.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-9 p-0' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i52 = authdetailsContext.instinfo) === null || _authdetailsContext$i52 === void 0 ? void 0 : _authdetailsContext$i52.contactinfo.instid) == '68a6e2f865af8' ? 'col-9 p-0' : 'col-12 p-0'
|
|
18570
18583
|
}, /*#__PURE__*/React.createElement("label", {
|
|
18571
18584
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated) + ' d-flex mb-0 ',
|
|
18572
18585
|
"for": "codcheckbox"
|
|
@@ -18593,7 +18606,7 @@ var Checkout = function Checkout(props) {
|
|
|
18593
18606
|
style: {
|
|
18594
18607
|
color: sectionproperties.checkbox_color
|
|
18595
18608
|
}
|
|
18596
|
-
}, langdetect == 'en' ? sectionproperties.instapaytitleen : sectionproperties.instapaytitlear))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18609
|
+
}, langdetect == 'en' ? sectionproperties.instapaytitleen : sectionproperties.instapaytitlear))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i53 = authdetailsContext.instinfo) === null || _authdetailsContext$i53 === void 0 ? void 0 : _authdetailsContext$i53.contactinfo.instid) == '67d7e9d5dbe11' && /*#__PURE__*/React.createElement("div", {
|
|
18597
18610
|
"class": "col-3 text-end p-0"
|
|
18598
18611
|
}, /*#__PURE__*/React.createElement("img", {
|
|
18599
18612
|
src: 'https://tabex-co.com/storage/StaticImages/instapay.png',
|
|
@@ -18625,15 +18638,17 @@ var Checkout = function Checkout(props) {
|
|
|
18625
18638
|
/*#__PURE__*/
|
|
18626
18639
|
// <div className=""
|
|
18627
18640
|
React.createElement("div", {
|
|
18628
|
-
className: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18641
|
+
className: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i54 = authdetailsContext.instinfo) === null || _authdetailsContext$i54 === void 0 ? void 0 : _authdetailsContext$i54.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i55 = authdetailsContext.instinfo) === null || _authdetailsContext$i55 === void 0 ? void 0 : _authdetailsContext$i55.contactinfo.instid) == '693ae1f70d9a4' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i56 = authdetailsContext.instinfo) === null || _authdetailsContext$i56 === void 0 ? void 0 : _authdetailsContext$i56.contactinfo.instid) == '68a6e2f865af8' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : 'col-xl-4 col-lg-4 col-md-12 mb-3',
|
|
18629
18642
|
style: {
|
|
18630
|
-
border: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18643
|
+
border: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i57 = authdetailsContext.instinfo) === null || _authdetailsContext$i57 === void 0 ? void 0 : _authdetailsContext$i57.contactinfo.instid) == '67d7e9d5dbe11' ? '1px solid #ccc' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i58 = authdetailsContext.instinfo) === null || _authdetailsContext$i58 === void 0 ? void 0 : _authdetailsContext$i58.contactinfo.instid) == '693ae1f70d9a4' ? '1px solid #ccc' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i59 = authdetailsContext.instinfo) === null || _authdetailsContext$i59 === void 0 ? void 0 : _authdetailsContext$i59.contactinfo.instid) == '68a6e2f865af8' ? '1px solid #ccc' : 0,
|
|
18631
18644
|
borderRadius: 15
|
|
18632
18645
|
}
|
|
18633
18646
|
}, /*#__PURE__*/React.createElement("div", {
|
|
18634
18647
|
"class": "row m-0 w-100 d-flex align-items-center"
|
|
18635
18648
|
}, /*#__PURE__*/React.createElement("div", {
|
|
18636
|
-
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18649
|
+
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i60 = authdetailsContext.instinfo) === null || _authdetailsContext$i60 === void 0 ? void 0 : _authdetailsContext$i60.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-9 p-0' :
|
|
18650
|
+
// move to spo search for 693ae1f70d9a4
|
|
18651
|
+
(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i61 = authdetailsContext.instinfo) === null || _authdetailsContext$i61 === void 0 ? void 0 : _authdetailsContext$i61.contactinfo.instid) == '693ae1f70d9a4' ? 'col-9 p-0' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i62 = authdetailsContext.instinfo) === null || _authdetailsContext$i62 === void 0 ? void 0 : _authdetailsContext$i62.contactinfo.instid) == '68a6e2f865af8' ? 'col-9 p-0' : 'col-12 p-0'
|
|
18637
18652
|
}, /*#__PURE__*/React.createElement("label", {
|
|
18638
18653
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
18639
18654
|
}, /*#__PURE__*/React.createElement("input", {
|
|
@@ -18655,12 +18670,17 @@ var Checkout = function Checkout(props) {
|
|
|
18655
18670
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
18656
18671
|
})), /*#__PURE__*/React.createElement("p", {
|
|
18657
18672
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
18658
|
-
}, langdetect == 'en' ? sectionproperties.onlinepaymenttexten : sectionproperties.onlinepaymenttextar))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18673
|
+
}, langdetect == 'en' ? sectionproperties.onlinepaymenttexten : sectionproperties.onlinepaymenttextar))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i63 = authdetailsContext.instinfo) === null || _authdetailsContext$i63 === void 0 ? void 0 : _authdetailsContext$i63.contactinfo.instid) == '67d7e9d5dbe11' && /*#__PURE__*/React.createElement("div", {
|
|
18674
|
+
"class": "col-3 text-end p-0"
|
|
18675
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
18676
|
+
src: 'https://tabex-co.com/storage/StaticImages/visamaster.png',
|
|
18677
|
+
"class": checkoutstyles.vismasterimage + ' mx-2 '
|
|
18678
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i64 = authdetailsContext.instinfo) === null || _authdetailsContext$i64 === void 0 ? void 0 : _authdetailsContext$i64.contactinfo.instid) == '693ae1f70d9a4' && /*#__PURE__*/React.createElement("div", {
|
|
18659
18679
|
"class": "col-3 text-end p-0"
|
|
18660
18680
|
}, /*#__PURE__*/React.createElement("img", {
|
|
18661
18681
|
src: 'https://tabex-co.com/storage/StaticImages/visamaster.png',
|
|
18662
18682
|
"class": checkoutstyles.vismasterimage + ' mx-2 '
|
|
18663
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18683
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i65 = authdetailsContext.instinfo) === null || _authdetailsContext$i65 === void 0 ? void 0 : _authdetailsContext$i65.contactinfo.instid) == '68a6e2f865af8' && /*#__PURE__*/React.createElement("div", {
|
|
18664
18684
|
"class": "col-3 text-end p-0"
|
|
18665
18685
|
}, /*#__PURE__*/React.createElement("img", {
|
|
18666
18686
|
src: 'https://tabex-co.com/storage/StaticImages/fawry.png',
|
|
@@ -18731,7 +18751,7 @@ var Checkout = function Checkout(props) {
|
|
|
18731
18751
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
18732
18752
|
})), /*#__PURE__*/React.createElement("p", {
|
|
18733
18753
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
18734
|
-
}, langdetect == 'en' ? sectionproperties.walletnameen : sectionproperties.walletnamear))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18754
|
+
}, langdetect == 'en' ? sectionproperties.walletnameen : sectionproperties.walletnamear))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i66 = authdetailsContext.instinfo) === null || _authdetailsContext$i66 === void 0 ? void 0 : _authdetailsContext$i66.acceptForsaCard) == 1 && /*#__PURE__*/React.createElement("div", {
|
|
18735
18755
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
18736
18756
|
}, /*#__PURE__*/React.createElement("label", {
|
|
18737
18757
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
@@ -18753,7 +18773,7 @@ var Checkout = function Checkout(props) {
|
|
|
18753
18773
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
18754
18774
|
})), /*#__PURE__*/React.createElement("p", {
|
|
18755
18775
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
18756
|
-
}, langdetect == 'en' ? 'Forsa' : ' Forsa'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18776
|
+
}, langdetect == 'en' ? 'Forsa' : ' Forsa'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i67 = authdetailsContext.instinfo) === null || _authdetailsContext$i67 === void 0 ? void 0 : _authdetailsContext$i67.acceptSouhoolaCard) == 1 && /*#__PURE__*/React.createElement("div", {
|
|
18757
18777
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
18758
18778
|
}, /*#__PURE__*/React.createElement("label", {
|
|
18759
18779
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
@@ -18775,8 +18795,16 @@ var Checkout = function Checkout(props) {
|
|
|
18775
18795
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
18776
18796
|
})), /*#__PURE__*/React.createElement("p", {
|
|
18777
18797
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
18778
|
-
}, langdetect == 'en' ? 'Souhoola' : ' Souhoola'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18779
|
-
className:
|
|
18798
|
+
}, langdetect == 'en' ? 'Souhoola' : ' Souhoola'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i68 = authdetailsContext.instinfo) === null || _authdetailsContext$i68 === void 0 ? void 0 : _authdetailsContext$i68.acceptonlinePaypal) == 1 && /*#__PURE__*/React.createElement("div", {
|
|
18799
|
+
className: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i69 = authdetailsContext.instinfo) === null || _authdetailsContext$i69 === void 0 ? void 0 : _authdetailsContext$i69.contactinfo.instid) == '693ae1f70d9a4' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : 'col-xl-4 col-lg-4 col-md-12 mb-3',
|
|
18800
|
+
style: {
|
|
18801
|
+
border: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i70 = authdetailsContext.instinfo) === null || _authdetailsContext$i70 === void 0 ? void 0 : _authdetailsContext$i70.contactinfo.instid) == '67d7e9d5dbe11' ? '1px solid #ccc' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i71 = authdetailsContext.instinfo) === null || _authdetailsContext$i71 === void 0 ? void 0 : _authdetailsContext$i71.contactinfo.instid) == '693ae1f70d9a4' ? '1px solid #ccc' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i72 = authdetailsContext.instinfo) === null || _authdetailsContext$i72 === void 0 ? void 0 : _authdetailsContext$i72.contactinfo.instid) == '68a6e2f865af8' ? '1px solid #ccc' : 0,
|
|
18802
|
+
borderRadius: 15
|
|
18803
|
+
}
|
|
18804
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
18805
|
+
"class": "row m-0 w-100 d-flex align-items-center"
|
|
18806
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
18807
|
+
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i73 = authdetailsContext.instinfo) === null || _authdetailsContext$i73 === void 0 ? void 0 : _authdetailsContext$i73.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-9 p-0' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i74 = authdetailsContext.instinfo) === null || _authdetailsContext$i74 === void 0 ? void 0 : _authdetailsContext$i74.contactinfo.instid) == '693ae1f70d9a4' ? 'col-9 p-0' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i75 = authdetailsContext.instinfo) === null || _authdetailsContext$i75 === void 0 ? void 0 : _authdetailsContext$i75.contactinfo.instid) == '68a6e2f865af8' ? 'col-9 p-0' : 'col-12 p-0'
|
|
18780
18808
|
}, /*#__PURE__*/React.createElement("label", {
|
|
18781
18809
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
18782
18810
|
}, /*#__PURE__*/React.createElement("input", {
|
|
@@ -18797,7 +18825,12 @@ var Checkout = function Checkout(props) {
|
|
|
18797
18825
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
18798
18826
|
})), /*#__PURE__*/React.createElement("p", {
|
|
18799
18827
|
className: "".concat(formstyles.checkbox_label, " + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '")
|
|
18800
|
-
}, langdetect == 'en' ? 'Paypal' : ' Paypal'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18828
|
+
}, langdetect == 'en' ? 'Paypal' : ' Paypal'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i76 = authdetailsContext.instinfo) === null || _authdetailsContext$i76 === void 0 ? void 0 : _authdetailsContext$i76.contactinfo.instid) == '693ae1f70d9a4' && /*#__PURE__*/React.createElement("div", {
|
|
18829
|
+
"class": "col-3 text-end p-0"
|
|
18830
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
18831
|
+
src: 'https://tabex-co.com/storage/StaticImages/paypal.png',
|
|
18832
|
+
"class": checkoutstyles.paypalimage + ' mx-2 '
|
|
18833
|
+
})))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i77 = authdetailsContext.instinfo) === null || _authdetailsContext$i77 === void 0 ? void 0 : _authdetailsContext$i77.acceptBankInstallementsCard) == 1 && /*#__PURE__*/React.createElement("div", {
|
|
18801
18834
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
18802
18835
|
}, /*#__PURE__*/React.createElement("label", {
|
|
18803
18836
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
@@ -18819,7 +18852,7 @@ var Checkout = function Checkout(props) {
|
|
|
18819
18852
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
18820
18853
|
})), /*#__PURE__*/React.createElement("p", {
|
|
18821
18854
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
18822
|
-
}, langdetect == 'en' ? 'Bank Installments' : ' التقسيط عن طريق البنك'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18855
|
+
}, langdetect == 'en' ? 'Bank Installments' : ' التقسيط عن طريق البنك'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i78 = authdetailsContext.instinfo) === null || _authdetailsContext$i78 === void 0 ? void 0 : _authdetailsContext$i78.acceptAmanCard) == 1 && /*#__PURE__*/React.createElement("div", {
|
|
18823
18856
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
18824
18857
|
}, /*#__PURE__*/React.createElement("label", {
|
|
18825
18858
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
@@ -18841,7 +18874,7 @@ var Checkout = function Checkout(props) {
|
|
|
18841
18874
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
18842
18875
|
})), /*#__PURE__*/React.createElement("p", {
|
|
18843
18876
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
18844
|
-
}, langdetect == 'en' ? 'Aman' : 'Aman'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18877
|
+
}, langdetect == 'en' ? 'Aman' : 'Aman'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i79 = authdetailsContext.instinfo) === null || _authdetailsContext$i79 === void 0 ? void 0 : _authdetailsContext$i79.acceptTamara) == 1 && /*#__PURE__*/React.createElement("div", {
|
|
18845
18878
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
18846
18879
|
}, /*#__PURE__*/React.createElement("label", {
|
|
18847
18880
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
@@ -18863,7 +18896,7 @@ var Checkout = function Checkout(props) {
|
|
|
18863
18896
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
18864
18897
|
})), /*#__PURE__*/React.createElement("p", {
|
|
18865
18898
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
18866
|
-
}, langdetect == 'en' ? 'Tamara' : ' تمارا'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18899
|
+
}, langdetect == 'en' ? 'Tamara' : ' تمارا'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i80 = authdetailsContext.instinfo) === null || _authdetailsContext$i80 === void 0 ? void 0 : _authdetailsContext$i80.acceptTabby) == 1 && /*#__PURE__*/React.createElement("div", {
|
|
18867
18900
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
18868
18901
|
}, /*#__PURE__*/React.createElement("label", {
|
|
18869
18902
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
@@ -18895,7 +18928,7 @@ var Checkout = function Checkout(props) {
|
|
|
18895
18928
|
dangerouslySetInnerHTML: {
|
|
18896
18929
|
__html: langdetect == 'en' ? sectionproperties.instapayoptioncontenten : sectionproperties.instapayoptioncontentar
|
|
18897
18930
|
}
|
|
18898
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18931
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i81 = authdetailsContext.instinfo) === null || _authdetailsContext$i81 === void 0 ? void 0 : _authdetailsContext$i81.contactinfo.instid) == '696fa922c1d13' && cashchosen == true && /*#__PURE__*/React.createElement("div", {
|
|
18899
18932
|
"class": "col-12 px-3 px-md-2 my-3"
|
|
18900
18933
|
}, /*#__PURE__*/React.createElement("p", {
|
|
18901
18934
|
"class": ' pb-0 pl-md-2 pr-md-2 ',
|
|
@@ -18903,7 +18936,7 @@ var Checkout = function Checkout(props) {
|
|
|
18903
18936
|
color: '#000'
|
|
18904
18937
|
}
|
|
18905
18938
|
// dangerouslySetInnerHTML={{ __html: langdetect == 'en' ? sectionproperties.instapayoptioncontenten : sectionproperties.instapayoptioncontentar }}
|
|
18906
|
-
}, langdetect == 'en' ? 'To confirm your booking, please transfer a 30% deposit of the booking value to [number].' : 'لتأكيد الحجز برجاء تحويل 30% deposit من قيمه الحجز على الرقم')), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18939
|
+
}, langdetect == 'en' ? 'To confirm your booking, please transfer a 30% deposit of the booking value to [number].' : 'لتأكيد الحجز برجاء تحويل 30% deposit من قيمه الحجز على الرقم')), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i82 = authdetailsContext.instinfo) === null || _authdetailsContext$i82 === void 0 ? void 0 : _authdetailsContext$i82.contactinfo.instid) == '69c55e0a54075' && cashchosen == true && /*#__PURE__*/React.createElement("div", {
|
|
18907
18940
|
"class": "col-12 px-3 px-md-2 my-3"
|
|
18908
18941
|
}, /*#__PURE__*/React.createElement("p", {
|
|
18909
18942
|
"class": ' pb-0 pl-md-2 pr-md-2 ',
|
|
@@ -83747,7 +83780,7 @@ var Slideshowzoom = function Slideshowzoom(props) {
|
|
|
83747
83780
|
onClick: function onClick() {
|
|
83748
83781
|
routingcountext('collections/innerparentcollections/6a71d53ec85aa', false, '');
|
|
83749
83782
|
}
|
|
83750
|
-
}, langdetect == 'en' ? 'Home Accessories' : '
|
|
83783
|
+
}, langdetect == 'en' ? 'Shop Home Accessories' : 'تسوق اكسسوارات المنزل')), sectionproperties.generalbtn_show == 'Show' && sectionproperties.showanimation == 'Yes' && /*#__PURE__*/React.createElement("div", {
|
|
83751
83784
|
"class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 allcentered' : item.titleen == null && item.descriptionen == null ? sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 allcentered' : 'col-lg-12 allcentered-md' : 'col-lg-12 text-start',
|
|
83752
83785
|
"data-aos": 'fade-up',
|
|
83753
83786
|
"data-aos-delay": "300"
|
package/dist/index.umd.js
CHANGED
|
@@ -16548,7 +16548,7 @@
|
|
|
16548
16548
|
function ownKeys$2x(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; }
|
|
16549
16549
|
function _objectSpread$2x(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2x(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2x(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
16550
16550
|
var Checkout = function Checkout(props) {
|
|
16551
|
-
var _fetchTabexCountriesQ2, _css, _fetchcustomercartQue74, _authdetailsContext$i13, _authdetailsContext$i14, _fetchcustomercartQue75, _authdetailsContext$i15, _fetchcustomercartQue76, _authdetailsContext$i16, _authdetailsContext$i17, _authdetailsContext$i18, _authdetailsContext$i19, _authdetailsContext$i20, _fetchcustomercartQue77, _authdetailsContext$i21, _authdetailsContext$i22, _authdetailsContext$i23, _authdetailsContext$i24, _fetchcustomercartQue83, _fetchcustomercartQue84, _fetchcustomercartQue85, _fetchcustomercartQue86, _authdetailsContext$i33, _authdetailsContext$i34, _authdetailsContext$i35, _authdetailsContext$i36, _authdetailsContext$i37, _authdetailsContext$i38,
|
|
16551
|
+
var _fetchTabexCountriesQ2, _css, _fetchcustomercartQue74, _authdetailsContext$i13, _authdetailsContext$i14, _fetchcustomercartQue75, _authdetailsContext$i15, _fetchcustomercartQue76, _authdetailsContext$i16, _authdetailsContext$i17, _authdetailsContext$i18, _authdetailsContext$i19, _authdetailsContext$i20, _fetchcustomercartQue77, _authdetailsContext$i21, _authdetailsContext$i22, _authdetailsContext$i23, _authdetailsContext$i24, _fetchcustomercartQue83, _fetchcustomercartQue84, _fetchcustomercartQue85, _fetchcustomercartQue86, _authdetailsContext$i33, _authdetailsContext$i34, _authdetailsContext$i35, _authdetailsContext$i36, _authdetailsContext$i37, _authdetailsContext$i38, _authdetailsContext$i39, _authdetailsContext$i40, _authdetailsContext$i41, _fetchcustomercartQue87, _authdetailsContext$i42, _authdetailsContext$i43, _authdetailsContext$i44, _authdetailsContext$i45, _authdetailsContext$i46, _authdetailsContext$i47, _authdetailsContext$i48, _authdetailsContext$i49, _authdetailsContext$i50, _authdetailsContext$i51, _authdetailsContext$i52, _fetchcustomercartQue89, _authdetailsContext$i53, _fetchcustomercartQue91, _authdetailsContext$i54, _authdetailsContext$i55, _authdetailsContext$i56, _authdetailsContext$i57, _authdetailsContext$i58, _authdetailsContext$i59, _authdetailsContext$i60, _authdetailsContext$i61, _authdetailsContext$i62, _fetchcustomercartQue93, _authdetailsContext$i63, _authdetailsContext$i64, _authdetailsContext$i65, _fetchcustomercartQue95, _fetchcustomercartQue97, _fetchcustomercartQue99, _authdetailsContext$i66, _fetchcustomercartQue101, _authdetailsContext$i67, _fetchcustomercartQue103, _authdetailsContext$i68, _authdetailsContext$i69, _authdetailsContext$i70, _authdetailsContext$i71, _authdetailsContext$i72, _authdetailsContext$i73, _authdetailsContext$i74, _authdetailsContext$i75, _fetchcustomercartQue105, _authdetailsContext$i76, _authdetailsContext$i77, _fetchcustomercartQue107, _authdetailsContext$i78, _fetchcustomercartQue109, _authdetailsContext$i79, _fetchcustomercartQue111, _authdetailsContext$i80, _fetchcustomercartQue113, _authdetailsContext$i81, _authdetailsContext$i82, _fetchcustomercartQue115, _fetchcustomercartQue116;
|
|
16552
16552
|
var _useState = React.useState(null),
|
|
16553
16553
|
_useState2 = _slicedToArray__default["default"](_useState, 2);
|
|
16554
16554
|
_useState2[0];
|
|
@@ -16866,6 +16866,14 @@
|
|
|
16866
16866
|
maxHeight: '40%'
|
|
16867
16867
|
}
|
|
16868
16868
|
}),
|
|
16869
|
+
paypalimage: glamor.css({
|
|
16870
|
+
maxWidth: '50%',
|
|
16871
|
+
maxHeight: '50%',
|
|
16872
|
+
'@media (max-width: 800px)': {
|
|
16873
|
+
maxWidth: '80%',
|
|
16874
|
+
maxHeight: '80%'
|
|
16875
|
+
}
|
|
16876
|
+
}),
|
|
16869
16877
|
instapayimage: glamor.css({
|
|
16870
16878
|
maxWidth: '40%',
|
|
16871
16879
|
maxHeight: '40%',
|
|
@@ -18365,15 +18373,15 @@
|
|
|
18365
18373
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18366
18374
|
className: "row m-0 w-100 mb-3 pl-3 pr-3"
|
|
18367
18375
|
}, authdetailsContext.instinfo.acceptCOD == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18368
|
-
className: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.contactinfo.instid) == '68a6e2f865af8' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : 'col-xl-4 col-lg-4 col-md-12 mb-3',
|
|
18376
|
+
className: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.contactinfo.instid) == '693ae1f70d9a4' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.contactinfo.instid) == '68a6e2f865af8' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : 'col-xl-4 col-lg-4 col-md-12 mb-3',
|
|
18369
18377
|
style: {
|
|
18370
|
-
border: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18378
|
+
border: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.contactinfo.instid) == '67d7e9d5dbe11' ? '1px solid #ccc' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.contactinfo.instid) == '693ae1f70d9a4' ? '1px solid #ccc' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.contactinfo.instid) == '68a6e2f865af8' ? '1px solid #ccc' : 0,
|
|
18371
18379
|
borderRadius: 15
|
|
18372
18380
|
}
|
|
18373
18381
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18374
18382
|
"class": "row m-0 w-100 d-flex align-items-center"
|
|
18375
18383
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18376
|
-
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18384
|
+
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-9 p-0' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.contactinfo.instid) == '693ae1f70d9a4' ? 'col-9 p-0' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.contactinfo.instid) == '68a6e2f865af8' ? 'col-9 p-0' : 'col-12 p-0'
|
|
18377
18385
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
18378
18386
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated) + ' d-flex mb-0 ',
|
|
18379
18387
|
"for": "codcheckbox"
|
|
@@ -18400,26 +18408,31 @@
|
|
|
18400
18408
|
style: {
|
|
18401
18409
|
color: sectionproperties.checkbox_color
|
|
18402
18410
|
}
|
|
18403
|
-
}, langdetect == 'en' ? sectionproperties.cod_text_en : sectionproperties.cod_text_ar))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18411
|
+
}, langdetect == 'en' ? sectionproperties.cod_text_en : sectionproperties.cod_text_ar))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.contactinfo.instid) == '67d7e9d5dbe11' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18404
18412
|
"class": "col-3 text-end p-0"
|
|
18405
18413
|
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
18406
18414
|
src: 'https://tabex-co.com/storage/StaticImages/cod.png',
|
|
18407
18415
|
"class": checkoutstyles.codimage + ' mx-2 '
|
|
18408
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18416
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.contactinfo.instid) == '693ae1f70d9a4' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18417
|
+
"class": "col-3 text-end p-0"
|
|
18418
|
+
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
18419
|
+
src: 'https://tabex-co.com/storage/StaticImages/cod.png',
|
|
18420
|
+
"class": checkoutstyles.codimage + ' mx-2 '
|
|
18421
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i44 = authdetailsContext.instinfo) === null || _authdetailsContext$i44 === void 0 ? void 0 : _authdetailsContext$i44.contactinfo.instid) == '68a6e2f865af8' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18409
18422
|
"class": "col-3 text-end p-0"
|
|
18410
18423
|
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
18411
18424
|
src: 'https://tabex-co.com/storage/StaticImages/cod.png',
|
|
18412
18425
|
"class": checkoutstyles.codimage + ' mx-2 '
|
|
18413
18426
|
})))), authdetailsContext.instinfo.acceptInstapay == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18414
|
-
className: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18427
|
+
className: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i45 = authdetailsContext.instinfo) === null || _authdetailsContext$i45 === void 0 ? void 0 : _authdetailsContext$i45.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i46 = authdetailsContext.instinfo) === null || _authdetailsContext$i46 === void 0 ? void 0 : _authdetailsContext$i46.contactinfo.instid) == '693ae1f70d9a4' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i47 = authdetailsContext.instinfo) === null || _authdetailsContext$i47 === void 0 ? void 0 : _authdetailsContext$i47.contactinfo.instid) == '68a6e2f865af8' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : 'col-xl-4 col-lg-4 col-md-12 mb-3',
|
|
18415
18428
|
style: {
|
|
18416
|
-
border: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18429
|
+
border: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i48 = authdetailsContext.instinfo) === null || _authdetailsContext$i48 === void 0 ? void 0 : _authdetailsContext$i48.contactinfo.instid) == '67d7e9d5dbe11' ? '1px solid #ccc' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i49 = authdetailsContext.instinfo) === null || _authdetailsContext$i49 === void 0 ? void 0 : _authdetailsContext$i49.contactinfo.instid) == '693ae1f70d9a4' ? '1px solid #ccc' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i50 = authdetailsContext.instinfo) === null || _authdetailsContext$i50 === void 0 ? void 0 : _authdetailsContext$i50.contactinfo.instid) == '68a6e2f865af8' ? '1px solid #ccc' : 0,
|
|
18417
18430
|
borderRadius: 15
|
|
18418
18431
|
}
|
|
18419
18432
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18420
18433
|
"class": "row m-0 w-100 d-flex align-items-center"
|
|
18421
18434
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18422
|
-
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18435
|
+
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i51 = authdetailsContext.instinfo) === null || _authdetailsContext$i51 === void 0 ? void 0 : _authdetailsContext$i51.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-9 p-0' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i52 = authdetailsContext.instinfo) === null || _authdetailsContext$i52 === void 0 ? void 0 : _authdetailsContext$i52.contactinfo.instid) == '68a6e2f865af8' ? 'col-9 p-0' : 'col-12 p-0'
|
|
18423
18436
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
18424
18437
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated) + ' d-flex mb-0 ',
|
|
18425
18438
|
"for": "codcheckbox"
|
|
@@ -18446,7 +18459,7 @@
|
|
|
18446
18459
|
style: {
|
|
18447
18460
|
color: sectionproperties.checkbox_color
|
|
18448
18461
|
}
|
|
18449
|
-
}, langdetect == 'en' ? sectionproperties.instapaytitleen : sectionproperties.instapaytitlear))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18462
|
+
}, langdetect == 'en' ? sectionproperties.instapaytitleen : sectionproperties.instapaytitlear))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i53 = authdetailsContext.instinfo) === null || _authdetailsContext$i53 === void 0 ? void 0 : _authdetailsContext$i53.contactinfo.instid) == '67d7e9d5dbe11' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18450
18463
|
"class": "col-3 text-end p-0"
|
|
18451
18464
|
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
18452
18465
|
src: 'https://tabex-co.com/storage/StaticImages/instapay.png',
|
|
@@ -18478,15 +18491,17 @@
|
|
|
18478
18491
|
/*#__PURE__*/
|
|
18479
18492
|
// <div className=""
|
|
18480
18493
|
React__default["default"].createElement("div", {
|
|
18481
|
-
className: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18494
|
+
className: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i54 = authdetailsContext.instinfo) === null || _authdetailsContext$i54 === void 0 ? void 0 : _authdetailsContext$i54.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i55 = authdetailsContext.instinfo) === null || _authdetailsContext$i55 === void 0 ? void 0 : _authdetailsContext$i55.contactinfo.instid) == '693ae1f70d9a4' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i56 = authdetailsContext.instinfo) === null || _authdetailsContext$i56 === void 0 ? void 0 : _authdetailsContext$i56.contactinfo.instid) == '68a6e2f865af8' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : 'col-xl-4 col-lg-4 col-md-12 mb-3',
|
|
18482
18495
|
style: {
|
|
18483
|
-
border: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18496
|
+
border: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i57 = authdetailsContext.instinfo) === null || _authdetailsContext$i57 === void 0 ? void 0 : _authdetailsContext$i57.contactinfo.instid) == '67d7e9d5dbe11' ? '1px solid #ccc' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i58 = authdetailsContext.instinfo) === null || _authdetailsContext$i58 === void 0 ? void 0 : _authdetailsContext$i58.contactinfo.instid) == '693ae1f70d9a4' ? '1px solid #ccc' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i59 = authdetailsContext.instinfo) === null || _authdetailsContext$i59 === void 0 ? void 0 : _authdetailsContext$i59.contactinfo.instid) == '68a6e2f865af8' ? '1px solid #ccc' : 0,
|
|
18484
18497
|
borderRadius: 15
|
|
18485
18498
|
}
|
|
18486
18499
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18487
18500
|
"class": "row m-0 w-100 d-flex align-items-center"
|
|
18488
18501
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18489
|
-
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18502
|
+
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i60 = authdetailsContext.instinfo) === null || _authdetailsContext$i60 === void 0 ? void 0 : _authdetailsContext$i60.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-9 p-0' :
|
|
18503
|
+
// move to spo search for 693ae1f70d9a4
|
|
18504
|
+
(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i61 = authdetailsContext.instinfo) === null || _authdetailsContext$i61 === void 0 ? void 0 : _authdetailsContext$i61.contactinfo.instid) == '693ae1f70d9a4' ? 'col-9 p-0' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i62 = authdetailsContext.instinfo) === null || _authdetailsContext$i62 === void 0 ? void 0 : _authdetailsContext$i62.contactinfo.instid) == '68a6e2f865af8' ? 'col-9 p-0' : 'col-12 p-0'
|
|
18490
18505
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
18491
18506
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
18492
18507
|
}, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
@@ -18508,12 +18523,17 @@
|
|
|
18508
18523
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
18509
18524
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
18510
18525
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
18511
|
-
}, langdetect == 'en' ? sectionproperties.onlinepaymenttexten : sectionproperties.onlinepaymenttextar))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18526
|
+
}, langdetect == 'en' ? sectionproperties.onlinepaymenttexten : sectionproperties.onlinepaymenttextar))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i63 = authdetailsContext.instinfo) === null || _authdetailsContext$i63 === void 0 ? void 0 : _authdetailsContext$i63.contactinfo.instid) == '67d7e9d5dbe11' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18527
|
+
"class": "col-3 text-end p-0"
|
|
18528
|
+
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
18529
|
+
src: 'https://tabex-co.com/storage/StaticImages/visamaster.png',
|
|
18530
|
+
"class": checkoutstyles.vismasterimage + ' mx-2 '
|
|
18531
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i64 = authdetailsContext.instinfo) === null || _authdetailsContext$i64 === void 0 ? void 0 : _authdetailsContext$i64.contactinfo.instid) == '693ae1f70d9a4' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18512
18532
|
"class": "col-3 text-end p-0"
|
|
18513
18533
|
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
18514
18534
|
src: 'https://tabex-co.com/storage/StaticImages/visamaster.png',
|
|
18515
18535
|
"class": checkoutstyles.vismasterimage + ' mx-2 '
|
|
18516
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18536
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i65 = authdetailsContext.instinfo) === null || _authdetailsContext$i65 === void 0 ? void 0 : _authdetailsContext$i65.contactinfo.instid) == '68a6e2f865af8' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18517
18537
|
"class": "col-3 text-end p-0"
|
|
18518
18538
|
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
18519
18539
|
src: 'https://tabex-co.com/storage/StaticImages/fawry.png',
|
|
@@ -18584,7 +18604,7 @@
|
|
|
18584
18604
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
18585
18605
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
18586
18606
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
18587
|
-
}, langdetect == 'en' ? sectionproperties.walletnameen : sectionproperties.walletnamear))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18607
|
+
}, langdetect == 'en' ? sectionproperties.walletnameen : sectionproperties.walletnamear))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i66 = authdetailsContext.instinfo) === null || _authdetailsContext$i66 === void 0 ? void 0 : _authdetailsContext$i66.acceptForsaCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18588
18608
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
18589
18609
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
18590
18610
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
@@ -18606,7 +18626,7 @@
|
|
|
18606
18626
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
18607
18627
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
18608
18628
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
18609
|
-
}, langdetect == 'en' ? 'Forsa' : ' Forsa'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18629
|
+
}, langdetect == 'en' ? 'Forsa' : ' Forsa'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i67 = authdetailsContext.instinfo) === null || _authdetailsContext$i67 === void 0 ? void 0 : _authdetailsContext$i67.acceptSouhoolaCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18610
18630
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
18611
18631
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
18612
18632
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
@@ -18628,8 +18648,16 @@
|
|
|
18628
18648
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
18629
18649
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
18630
18650
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
18631
|
-
}, langdetect == 'en' ? 'Souhoola' : ' Souhoola'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18632
|
-
className:
|
|
18651
|
+
}, langdetect == 'en' ? 'Souhoola' : ' Souhoola'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i68 = authdetailsContext.instinfo) === null || _authdetailsContext$i68 === void 0 ? void 0 : _authdetailsContext$i68.acceptonlinePaypal) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18652
|
+
className: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i69 = authdetailsContext.instinfo) === null || _authdetailsContext$i69 === void 0 ? void 0 : _authdetailsContext$i69.contactinfo.instid) == '693ae1f70d9a4' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : 'col-xl-4 col-lg-4 col-md-12 mb-3',
|
|
18653
|
+
style: {
|
|
18654
|
+
border: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i70 = authdetailsContext.instinfo) === null || _authdetailsContext$i70 === void 0 ? void 0 : _authdetailsContext$i70.contactinfo.instid) == '67d7e9d5dbe11' ? '1px solid #ccc' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i71 = authdetailsContext.instinfo) === null || _authdetailsContext$i71 === void 0 ? void 0 : _authdetailsContext$i71.contactinfo.instid) == '693ae1f70d9a4' ? '1px solid #ccc' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i72 = authdetailsContext.instinfo) === null || _authdetailsContext$i72 === void 0 ? void 0 : _authdetailsContext$i72.contactinfo.instid) == '68a6e2f865af8' ? '1px solid #ccc' : 0,
|
|
18655
|
+
borderRadius: 15
|
|
18656
|
+
}
|
|
18657
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18658
|
+
"class": "row m-0 w-100 d-flex align-items-center"
|
|
18659
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18660
|
+
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i73 = authdetailsContext.instinfo) === null || _authdetailsContext$i73 === void 0 ? void 0 : _authdetailsContext$i73.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-9 p-0' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i74 = authdetailsContext.instinfo) === null || _authdetailsContext$i74 === void 0 ? void 0 : _authdetailsContext$i74.contactinfo.instid) == '693ae1f70d9a4' ? 'col-9 p-0' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i75 = authdetailsContext.instinfo) === null || _authdetailsContext$i75 === void 0 ? void 0 : _authdetailsContext$i75.contactinfo.instid) == '68a6e2f865af8' ? 'col-9 p-0' : 'col-12 p-0'
|
|
18633
18661
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
18634
18662
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
18635
18663
|
}, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
@@ -18650,7 +18678,12 @@
|
|
|
18650
18678
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
18651
18679
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
18652
18680
|
className: "".concat(formstyles.checkbox_label, " + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '")
|
|
18653
|
-
}, langdetect == 'en' ? 'Paypal' : ' Paypal'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18681
|
+
}, langdetect == 'en' ? 'Paypal' : ' Paypal'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i76 = authdetailsContext.instinfo) === null || _authdetailsContext$i76 === void 0 ? void 0 : _authdetailsContext$i76.contactinfo.instid) == '693ae1f70d9a4' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18682
|
+
"class": "col-3 text-end p-0"
|
|
18683
|
+
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
18684
|
+
src: 'https://tabex-co.com/storage/StaticImages/paypal.png',
|
|
18685
|
+
"class": checkoutstyles.paypalimage + ' mx-2 '
|
|
18686
|
+
})))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i77 = authdetailsContext.instinfo) === null || _authdetailsContext$i77 === void 0 ? void 0 : _authdetailsContext$i77.acceptBankInstallementsCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18654
18687
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
18655
18688
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
18656
18689
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
@@ -18672,7 +18705,7 @@
|
|
|
18672
18705
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
18673
18706
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
18674
18707
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
18675
|
-
}, langdetect == 'en' ? 'Bank Installments' : ' التقسيط عن طريق البنك'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18708
|
+
}, langdetect == 'en' ? 'Bank Installments' : ' التقسيط عن طريق البنك'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i78 = authdetailsContext.instinfo) === null || _authdetailsContext$i78 === void 0 ? void 0 : _authdetailsContext$i78.acceptAmanCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18676
18709
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
18677
18710
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
18678
18711
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
@@ -18694,7 +18727,7 @@
|
|
|
18694
18727
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
18695
18728
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
18696
18729
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
18697
|
-
}, langdetect == 'en' ? 'Aman' : 'Aman'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18730
|
+
}, langdetect == 'en' ? 'Aman' : 'Aman'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i79 = authdetailsContext.instinfo) === null || _authdetailsContext$i79 === void 0 ? void 0 : _authdetailsContext$i79.acceptTamara) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18698
18731
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
18699
18732
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
18700
18733
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
@@ -18716,7 +18749,7 @@
|
|
|
18716
18749
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
18717
18750
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
18718
18751
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
18719
|
-
}, langdetect == 'en' ? 'Tamara' : ' تمارا'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18752
|
+
}, langdetect == 'en' ? 'Tamara' : ' تمارا'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i80 = authdetailsContext.instinfo) === null || _authdetailsContext$i80 === void 0 ? void 0 : _authdetailsContext$i80.acceptTabby) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18720
18753
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
18721
18754
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
18722
18755
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
@@ -18748,7 +18781,7 @@
|
|
|
18748
18781
|
dangerouslySetInnerHTML: {
|
|
18749
18782
|
__html: langdetect == 'en' ? sectionproperties.instapayoptioncontenten : sectionproperties.instapayoptioncontentar
|
|
18750
18783
|
}
|
|
18751
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18784
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i81 = authdetailsContext.instinfo) === null || _authdetailsContext$i81 === void 0 ? void 0 : _authdetailsContext$i81.contactinfo.instid) == '696fa922c1d13' && cashchosen == true && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18752
18785
|
"class": "col-12 px-3 px-md-2 my-3"
|
|
18753
18786
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
18754
18787
|
"class": ' pb-0 pl-md-2 pr-md-2 ',
|
|
@@ -18756,7 +18789,7 @@
|
|
|
18756
18789
|
color: '#000'
|
|
18757
18790
|
}
|
|
18758
18791
|
// dangerouslySetInnerHTML={{ __html: langdetect == 'en' ? sectionproperties.instapayoptioncontenten : sectionproperties.instapayoptioncontentar }}
|
|
18759
|
-
}, langdetect == 'en' ? 'To confirm your booking, please transfer a 30% deposit of the booking value to [number].' : 'لتأكيد الحجز برجاء تحويل 30% deposit من قيمه الحجز على الرقم')), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
18792
|
+
}, langdetect == 'en' ? 'To confirm your booking, please transfer a 30% deposit of the booking value to [number].' : 'لتأكيد الحجز برجاء تحويل 30% deposit من قيمه الحجز على الرقم')), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i82 = authdetailsContext.instinfo) === null || _authdetailsContext$i82 === void 0 ? void 0 : _authdetailsContext$i82.contactinfo.instid) == '69c55e0a54075' && cashchosen == true && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18760
18793
|
"class": "col-12 px-3 px-md-2 my-3"
|
|
18761
18794
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
18762
18795
|
"class": ' pb-0 pl-md-2 pr-md-2 ',
|
|
@@ -83600,7 +83633,7 @@
|
|
|
83600
83633
|
onClick: function onClick() {
|
|
83601
83634
|
routingcountext('collections/innerparentcollections/6a71d53ec85aa', false, '');
|
|
83602
83635
|
}
|
|
83603
|
-
}, langdetect == 'en' ? 'Home Accessories' : '
|
|
83636
|
+
}, langdetect == 'en' ? 'Shop Home Accessories' : 'تسوق اكسسوارات المنزل')), sectionproperties.generalbtn_show == 'Show' && sectionproperties.showanimation == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
83604
83637
|
"class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 allcentered' : item.titleen == null && item.descriptionen == null ? sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 allcentered' : 'col-lg-12 allcentered-md' : 'col-lg-12 text-start',
|
|
83605
83638
|
"data-aos": 'fade-up',
|
|
83606
83639
|
"data-aos-delay": "300"
|