tabexseriescomponents 0.0.210 → 0.0.212
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 +103 -48
- package/dist/index.esm.js +103 -48
- package/dist/index.umd.js +103 -48
- package/package.json +69 -69
package/dist/index.cjs.js
CHANGED
|
@@ -410,8 +410,8 @@ var LanguageProvider = /*#__PURE__*/function (_Component) {
|
|
|
410
410
|
}, {
|
|
411
411
|
key: "render",
|
|
412
412
|
value: function render() {
|
|
413
|
-
var setlang = this.state.setlang;
|
|
414
413
|
var setlangdefault = this.state.setlangdefault;
|
|
414
|
+
var setlang = this.state.setlang;
|
|
415
415
|
var lang = '';
|
|
416
416
|
if (this.state.langdetect == 'en') {
|
|
417
417
|
lang = this.state.lang.en;
|
|
@@ -3561,7 +3561,7 @@ var Staticpagesrouter = function Staticpagesrouter(props) {
|
|
|
3561
3561
|
function ownKeys$1V(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
3562
3562
|
function _objectSpread$1V(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1V(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1V(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
3563
3563
|
var Ordershistory = function Ordershistory(props) {
|
|
3564
|
-
var _props$actions2, _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8;
|
|
3564
|
+
var _props$actions2, _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8, _fetchorderhistoryQue4, _fetchorderhistoryQue5, _fetchorderhistoryQue6;
|
|
3565
3565
|
var lang = props.actions.lang;
|
|
3566
3566
|
var langdetect = props.actions.langdetect;
|
|
3567
3567
|
var routingcountext = props.actions.routingcountext;
|
|
@@ -4297,6 +4297,38 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
4297
4297
|
color: sectionproperties.userinfotextsecondarycolor
|
|
4298
4298
|
}
|
|
4299
4299
|
}, fetchorderhistoryQueryContext.data.data.ordershistory[orderindex].address))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4300
|
+
className: "row m-0 w-100 mb-3",
|
|
4301
|
+
style: {
|
|
4302
|
+
background: sectionproperties.userinfo_sectionbgcolor,
|
|
4303
|
+
borderRadius: sectionproperties.userinfo_borderradius + 'px',
|
|
4304
|
+
marginTop: sectionproperties.userinfo_sectionmarginTop + 'px',
|
|
4305
|
+
marginBottom: sectionproperties.userinfo_sectionmarginbottom + 'px',
|
|
4306
|
+
border: sectionproperties.userinfo_borderwidth + 'px solid ' + sectionproperties.usserinfo_sectionbordercolor
|
|
4307
|
+
}
|
|
4308
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4309
|
+
className: "col-lg-12 pl-3 pr-3 pt-2"
|
|
4310
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
4311
|
+
className: orderhistory_cssstyles.innersectiontitlestyles + ' m-0 p-0 wordbreak ',
|
|
4312
|
+
style: {
|
|
4313
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
4314
|
+
}
|
|
4315
|
+
}, langdetect == 'en' ? 'Notes' : 'الملاحظات')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4316
|
+
className: "col-lg-12 p-0"
|
|
4317
|
+
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
4318
|
+
className: "mt-2 mb-2"
|
|
4319
|
+
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4320
|
+
className: "row m-0 w-100 pl-3 pr-3 pb-2"
|
|
4321
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4322
|
+
className: "col-lg-12 d-flex fontfamilymedium p-0 text-focus mb-2"
|
|
4323
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
4324
|
+
className: orderhistory_cssstyles.userinfotextstyles + ' m-0 p-0 text-capitalize ml-2 mr-2 '
|
|
4325
|
+
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
4326
|
+
style: {
|
|
4327
|
+
color: sectionproperties.userinfotextsecondarycolor,
|
|
4328
|
+
fontWeight: sectionproperties.userinfo_fontweight,
|
|
4329
|
+
fontSize: sectionproperties.userinfo_fontsize + 'px'
|
|
4330
|
+
}
|
|
4331
|
+
}, fetchorderhistoryQueryContext === null || fetchorderhistoryQueryContext === void 0 ? void 0 : (_fetchorderhistoryQue4 = fetchorderhistoryQueryContext.data) === null || _fetchorderhistoryQue4 === void 0 ? void 0 : (_fetchorderhistoryQue5 = _fetchorderhistoryQue4.data) === null || _fetchorderhistoryQue5 === void 0 ? void 0 : (_fetchorderhistoryQue6 = _fetchorderhistoryQue5.ordershistory[orderindex]) === null || _fetchorderhistoryQue6 === void 0 ? void 0 : _fetchorderhistoryQue6.notes))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4300
4332
|
className: "row m-0 w-100 mb-3",
|
|
4301
4333
|
style: {
|
|
4302
4334
|
background: sectionproperties.summary_sectionbgcolor,
|
|
@@ -5511,7 +5543,7 @@ var Select$1 = /*#__PURE__*/React__default["default"].lazy(function () {
|
|
|
5511
5543
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('react-select')); });
|
|
5512
5544
|
});
|
|
5513
5545
|
var Checkout = function Checkout(props) {
|
|
5514
|
-
var
|
|
5546
|
+
var _fetchcustomercartQue71, _fetchcustomercartQue72, _fetchcustomercartQue73, _fetchcustomercartQue74, _fetchcustomercartQue75, _fetchcustomercartQue76, _fetchcustomercartQue85, _fetchcustomercartQue86, _fetchcustomercartQue87, _fetchcustomercartQue88, _fetchcustomercartQue89, _fetchcustomercartQue90, _fetchcustomercartQue93, _fetchcustomercartQue94, _fetchcustomercartQue97, _fetchcustomercartQue98, _fetchcustomercartQue101, _fetchcustomercartQue102;
|
|
5515
5547
|
var _useState = React.useState(null),
|
|
5516
5548
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
5517
5549
|
timer = _useState2[0],
|
|
@@ -5613,7 +5645,7 @@ var Checkout = function Checkout(props) {
|
|
|
5613
5645
|
}
|
|
5614
5646
|
}, [authdetailsContext]);
|
|
5615
5647
|
var cartinfoupdater = function cartinfoupdater(key, value) {
|
|
5616
|
-
var _fetchcustomercartQue17, _fetchcustomercartQue18, _fetchcustomercartQue19, _fetchcustomercartQue20, _fetchcustomercartQue21, _fetchcustomercartQue22, _fetchcustomercartQue23, _fetchcustomercartQue24, _fetchcustomercartQue25, _fetchcustomercartQue26, _fetchcustomercartQue27, _fetchcustomercartQue28, _fetchcustomercartQue29, _fetchcustomercartQue30, _fetchcustomercartQue31, _fetchcustomercartQue32;
|
|
5648
|
+
var _fetchcustomercartQue17, _fetchcustomercartQue18, _fetchcustomercartQue19, _fetchcustomercartQue20, _fetchcustomercartQue21, _fetchcustomercartQue22, _fetchcustomercartQue23, _fetchcustomercartQue24, _fetchcustomercartQue25, _fetchcustomercartQue26, _fetchcustomercartQue27, _fetchcustomercartQue28, _fetchcustomercartQue29, _fetchcustomercartQue30, _fetchcustomercartQue31, _fetchcustomercartQue32, _fetchcustomercartQue33, _fetchcustomercartQue34;
|
|
5617
5649
|
var cartarr = queryClient.getQueryData('fetchcustomercart_API');
|
|
5618
5650
|
cartarr.data.customercart[key] = value;
|
|
5619
5651
|
queryClient.setQueryData('fetchcustomercart_API', cartarr);
|
|
@@ -5625,11 +5657,10 @@ var Checkout = function Checkout(props) {
|
|
|
5625
5657
|
paymentmethod: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue25 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue25 === void 0 ? void 0 : (_fetchcustomercartQue26 = _fetchcustomercartQue25.data) === null || _fetchcustomercartQue26 === void 0 ? void 0 : _fetchcustomercartQue26.customercart.paymentmethod,
|
|
5626
5658
|
name: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue27 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue27 === void 0 ? void 0 : (_fetchcustomercartQue28 = _fetchcustomercartQue27.data) === null || _fetchcustomercartQue28 === void 0 ? void 0 : _fetchcustomercartQue28.customercart.name,
|
|
5627
5659
|
email: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue29 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue29 === void 0 ? void 0 : (_fetchcustomercartQue30 = _fetchcustomercartQue29.data) === null || _fetchcustomercartQue30 === void 0 ? void 0 : _fetchcustomercartQue30.customercart.email,
|
|
5628
|
-
mobile: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue31 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue31 === void 0 ? void 0 : (_fetchcustomercartQue32 = _fetchcustomercartQue31.data) === null || _fetchcustomercartQue32 === void 0 ? void 0 : _fetchcustomercartQue32.customercart.mobile
|
|
5629
|
-
|
|
5660
|
+
mobile: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue31 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue31 === void 0 ? void 0 : (_fetchcustomercartQue32 = _fetchcustomercartQue31.data) === null || _fetchcustomercartQue32 === void 0 ? void 0 : _fetchcustomercartQue32.customercart.mobile,
|
|
5661
|
+
notes: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue33 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue33 === void 0 ? void 0 : (_fetchcustomercartQue34 = _fetchcustomercartQue33.data) === null || _fetchcustomercartQue34 === void 0 ? void 0 : _fetchcustomercartQue34.customercart.notes
|
|
5630
5662
|
};
|
|
5631
|
-
|
|
5632
|
-
if (key == 'address' || key == 'name' || key == 'mobile' || key == 'email') {
|
|
5663
|
+
if (key == 'address' || key == 'name' || key == 'mobile' || key == 'email' || key == 'notes') {
|
|
5633
5664
|
clearTimeout(timer);
|
|
5634
5665
|
settimer(setTimeout(function () {
|
|
5635
5666
|
ChooseState_CountryMutationContext.mutate(payloadobj);
|
|
@@ -5793,7 +5824,7 @@ var Checkout = function Checkout(props) {
|
|
|
5793
5824
|
fontSize: sectionproperties.form_labelfontsize + 'px'
|
|
5794
5825
|
}));
|
|
5795
5826
|
var Mycart = function Mycart() {
|
|
5796
|
-
var
|
|
5827
|
+
var _fetchcustomercartQue35, _fetchcustomercartQue36, _fetchcustomercartQue37, _fetchcustomercartQue38, _fetchcustomercartQue39, _fetchcustomercartQue40, _fetchcustomercartQue47, _fetchcustomercartQue48, _fetchcustomercartQue49, _fetchcustomercartQue50, _fetchcustomercartQue51, _fetchcustomercartQue52, _fetchcustomercartQue53, _fetchcustomercartQue54, _fetchcustomercartQue55, _fetchcustomercartQue56, _fetchcustomercartQue57, _fetchcustomercartQue58, _fetchcustomercartQue59, _fetchcustomercartQue60, _fetchcustomercartQue61, _fetchcustomercartQue62, _fetchcustomercartQue63, _fetchcustomercartQue64, _fetchcustomercartQue65, _fetchcustomercartQue66, _fetchcustomercartQue67, _fetchcustomercartQue68, _fetchcustomercartQue69, _fetchcustomercartQue70;
|
|
5797
5828
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
5798
5829
|
className: "row m-0 w-100"
|
|
5799
5830
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -5818,7 +5849,7 @@ var Checkout = function Checkout(props) {
|
|
|
5818
5849
|
className: "row m-0 w-100"
|
|
5819
5850
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
5820
5851
|
className: "col-lg-12 p-0"
|
|
5821
|
-
}, fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (
|
|
5852
|
+
}, fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue35 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue35 === void 0 ? void 0 : (_fetchcustomercartQue36 = _fetchcustomercartQue35.data) === null || _fetchcustomercartQue36 === void 0 ? void 0 : _fetchcustomercartQue36.customercart.cartitems.map(function (item, index) {
|
|
5822
5853
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
5823
5854
|
className: langdetect == 'en' ? 'col-lg-12 col-md-12 col-sm-12 pt-3 pb-3 pl-2 pr-0 mb-3' : 'col-lg-12 col-md-12 col-sm-12 pt-3 pb-3 pr-2 pl-0 mb-3',
|
|
5824
5855
|
style: {
|
|
@@ -5926,26 +5957,26 @@ var Checkout = function Checkout(props) {
|
|
|
5926
5957
|
backgroundColor: sectionproperties.input_bgcolor
|
|
5927
5958
|
},
|
|
5928
5959
|
placeholder: lang.giftcarddicountcode,
|
|
5929
|
-
value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (
|
|
5960
|
+
value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue37 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue37 === void 0 ? void 0 : (_fetchcustomercartQue38 = _fetchcustomercartQue37.data) === null || _fetchcustomercartQue38 === void 0 ? void 0 : _fetchcustomercartQue38.customercart.couponname,
|
|
5930
5961
|
onChange: function onChange(event) {
|
|
5931
5962
|
var cartarr = queryClient.getQueryData('fetchcustomercart_API');
|
|
5932
5963
|
cartarr.data.customercart.couponname = event.target.value;
|
|
5933
5964
|
queryClient.setQueryData('fetchcustomercart_API', cartarr);
|
|
5934
5965
|
},
|
|
5935
|
-
disabled: fetchcustomercartQueryContext !== null && fetchcustomercartQueryContext !== void 0 && (
|
|
5966
|
+
disabled: fetchcustomercartQueryContext !== null && fetchcustomercartQueryContext !== void 0 && (_fetchcustomercartQue39 = fetchcustomercartQueryContext.data) !== null && _fetchcustomercartQue39 !== void 0 && (_fetchcustomercartQue40 = _fetchcustomercartQue39.data) !== null && _fetchcustomercartQue40 !== void 0 && _fetchcustomercartQue40.customercart.couponexists ? true : false
|
|
5936
5967
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
5937
5968
|
className: "col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center"
|
|
5938
5969
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
5939
5970
|
className: " ".concat(checkoutstyles.applybtnstyles),
|
|
5940
5971
|
onClick: function onClick() {
|
|
5941
|
-
var
|
|
5942
|
-
if (!(fetchcustomercartQueryContext !== null && fetchcustomercartQueryContext !== void 0 && (
|
|
5943
|
-
var
|
|
5972
|
+
var _fetchcustomercartQue41, _fetchcustomercartQue42;
|
|
5973
|
+
if (!(fetchcustomercartQueryContext !== null && fetchcustomercartQueryContext !== void 0 && (_fetchcustomercartQue41 = fetchcustomercartQueryContext.data) !== null && _fetchcustomercartQue41 !== void 0 && (_fetchcustomercartQue42 = _fetchcustomercartQue41.data) !== null && _fetchcustomercartQue42 !== void 0 && _fetchcustomercartQue42.customercart.couponexists)) {
|
|
5974
|
+
var _fetchcustomercartQue43, _fetchcustomercartQue44, _fetchcustomercartQue45, _fetchcustomercartQue46;
|
|
5944
5975
|
var payloadobj = {
|
|
5945
|
-
couponname: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (
|
|
5976
|
+
couponname: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue43 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue43 === void 0 ? void 0 : (_fetchcustomercartQue44 = _fetchcustomercartQue43.data) === null || _fetchcustomercartQue44 === void 0 ? void 0 : _fetchcustomercartQue44.customercart.couponname,
|
|
5946
5977
|
functype: 'add'
|
|
5947
5978
|
};
|
|
5948
|
-
if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (
|
|
5979
|
+
if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue45 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue45 === void 0 ? void 0 : (_fetchcustomercartQue46 = _fetchcustomercartQue45.data) === null || _fetchcustomercartQue46 === void 0 ? void 0 : _fetchcustomercartQue46.customercart.couponname.length) != 0) {
|
|
5949
5980
|
ApplyPromoCodeMutationContext.mutate(payloadobj);
|
|
5950
5981
|
} else {
|
|
5951
5982
|
NotificationManager.warning('', 'Please Type Promo Code');
|
|
@@ -5960,7 +5991,7 @@ var Checkout = function Checkout(props) {
|
|
|
5960
5991
|
disabled: ApplyPromoCodeMutationContext.isLoading ? true : false
|
|
5961
5992
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
5962
5993
|
className: ApplyPromoCodeMutationContext.isLoading ? "".concat(generalstyles.fadeOutButton) : "".concat(generalstyles.fadeInButton)
|
|
5963
|
-
}, fetchcustomercartQueryContext !== null && fetchcustomercartQueryContext !== void 0 && (
|
|
5994
|
+
}, fetchcustomercartQueryContext !== null && fetchcustomercartQueryContext !== void 0 && (_fetchcustomercartQue47 = fetchcustomercartQueryContext.data) !== null && _fetchcustomercartQue47 !== void 0 && (_fetchcustomercartQue48 = _fetchcustomercartQue47.data) !== null && _fetchcustomercartQue48 !== void 0 && _fetchcustomercartQue48.customercart.couponexists ? langdetect == 'en' ? 'Remove' : 'حذف' : langdetect == 'en' ? 'Apply' : 'تطبيق'), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
5964
5995
|
className: ApplyPromoCodeMutationContext.isLoading ? "".concat(generalstyles.fadeInButton, " ").concat(generalstyles.btn_preloader) + ' d-flex align-items-center justify-content-center ' : "".concat(generalstyles.fadeOutButton) + ' align-items-center justify-content-center '
|
|
5965
5996
|
}, /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.CircularProgress, {
|
|
5966
5997
|
color: "#fff",
|
|
@@ -5977,7 +6008,7 @@ var Checkout = function Checkout(props) {
|
|
|
5977
6008
|
className: "col-lg-6 col-md-6 col-sm-6 d-flex justify-content-end p-0"
|
|
5978
6009
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
5979
6010
|
className: langdetect == 'en' ? "".concat(checkoutstyles.summarysectionstyles) + ' m-0 p-0 wordbreak text-right ' : "".concat(checkoutstyles.summarysectionstyles) + ' m-0 p-0 wordbreak text-left '
|
|
5980
|
-
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', " ", fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (
|
|
6011
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', " ", fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue49 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue49 === void 0 ? void 0 : (_fetchcustomercartQue50 = _fetchcustomercartQue49.data) === null || _fetchcustomercartQue50 === void 0 ? void 0 : _fetchcustomercartQue50.customercart.totalprice, ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar)))), (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue51 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue51 === void 0 ? void 0 : (_fetchcustomercartQue52 = _fetchcustomercartQue51.data) === null || _fetchcustomercartQue52 === void 0 ? void 0 : _fetchcustomercartQue52.customercart.couponexists) && (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue53 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue53 === void 0 ? void 0 : (_fetchcustomercartQue54 = _fetchcustomercartQue53.data) === null || _fetchcustomercartQue54 === void 0 ? void 0 : _fetchcustomercartQue54.customercart.discountprice) != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
5981
6012
|
className: "col-lg-12 p-0 mb-1"
|
|
5982
6013
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
5983
6014
|
className: "row m-0 w-100"
|
|
@@ -5989,7 +6020,7 @@ var Checkout = function Checkout(props) {
|
|
|
5989
6020
|
className: "col-lg-6 col-md-6 col-sm-6 d-flex justify-content-end p-0"
|
|
5990
6021
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
5991
6022
|
className: langdetect == 'en' ? "".concat(checkoutstyles.summarysectionstyles, " ") + ' m-0 p-0 text-danger wordbreak text-right ' : "".concat(checkoutstyles.summarysectionstyles, " ") + ' m-0 p-0 text-danger wordbreak text-left '
|
|
5992
|
-
}, (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (
|
|
6023
|
+
}, (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue55 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue55 === void 0 ? void 0 : (_fetchcustomercartQue56 = _fetchcustomercartQue55.data) === null || _fetchcustomercartQue56 === void 0 ? void 0 : _fetchcustomercartQue56.customercart.discountprice) != 0 && /*#__PURE__*/React__default["default"].createElement("span", null, "- ", langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', " ", fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue57 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue57 === void 0 ? void 0 : (_fetchcustomercartQue58 = _fetchcustomercartQue57.data) === null || _fetchcustomercartQue58 === void 0 ? void 0 : _fetchcustomercartQue58.customercart.discountprice, ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue59 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue59 === void 0 ? void 0 : (_fetchcustomercartQue60 = _fetchcustomercartQue59.data) === null || _fetchcustomercartQue60 === void 0 ? void 0 : _fetchcustomercartQue60.customercart.discountprice) == 0 && /*#__PURE__*/React__default["default"].createElement("span", null, "0"))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
5993
6024
|
className: "col-lg-12 p-0"
|
|
5994
6025
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
5995
6026
|
className: "row m-0 w-100"
|
|
@@ -5997,11 +6028,11 @@ var Checkout = function Checkout(props) {
|
|
|
5997
6028
|
className: "col-lg-6 col-md-6 col-sm-6 p-0"
|
|
5998
6029
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
5999
6030
|
className: "".concat(checkoutstyles.summarysectionstyles, " ") + ' m-0 p-0 d-flex align-items-start wordbreak '
|
|
6000
|
-
}, lang.shippingfees)), (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (
|
|
6031
|
+
}, lang.shippingfees)), (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue61 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue61 === void 0 ? void 0 : (_fetchcustomercartQue62 = _fetchcustomercartQue61.data) === null || _fetchcustomercartQue62 === void 0 ? void 0 : _fetchcustomercartQue62.customercart.zoneexists) && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6001
6032
|
className: "col-lg-6 col-md-6 col-sm-6 d-flex justify-content-end p-0"
|
|
6002
6033
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
6003
6034
|
className: langdetect == 'en' ? "".concat(checkoutstyles.summarysectionstyles) + ' m-0 p-0 wordbreak text-right ' : "".concat(checkoutstyles.summarysectionstyles) + ' m-0 p-0 wordbreak text-left '
|
|
6004
|
-
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', " ", fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (
|
|
6035
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', " ", fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue63 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue63 === void 0 ? void 0 : (_fetchcustomercartQue64 = _fetchcustomercartQue63.data) === null || _fetchcustomercartQue64 === void 0 ? void 0 : _fetchcustomercartQue64.customercart.zoneprice, ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar)), !(fetchcustomercartQueryContext !== null && fetchcustomercartQueryContext !== void 0 && (_fetchcustomercartQue65 = fetchcustomercartQueryContext.data) !== null && _fetchcustomercartQue65 !== void 0 && (_fetchcustomercartQue66 = _fetchcustomercartQue65.data) !== null && _fetchcustomercartQue66 !== void 0 && _fetchcustomercartQue66.customercart.zoneexists) && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6005
6036
|
className: "col-lg-6 col-md-6 col-sm-6 d-flex justify-content-end p-0"
|
|
6006
6037
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
6007
6038
|
className: "".concat(checkoutstyles.summarysectionstyles) + ' m-0 p-0 d-flex align-items-start wordbreak ',
|
|
@@ -6040,7 +6071,7 @@ var Checkout = function Checkout(props) {
|
|
|
6040
6071
|
textTransform: sectionproperties.total_texttransform,
|
|
6041
6072
|
color: sectionproperties.total_color
|
|
6042
6073
|
}
|
|
6043
|
-
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (
|
|
6074
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue67 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue67 === void 0 ? void 0 : (_fetchcustomercartQue68 = _fetchcustomercartQue67.data) === null || _fetchcustomercartQue68 === void 0 ? void 0 : _fetchcustomercartQue68.customercart.totalpriceafterdiscount, ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar)))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6044
6075
|
className: "col-lg-12 d-flex align-items-center justify-content-center mb-2 mt-sm-3"
|
|
6045
6076
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
6046
6077
|
className: " ".concat(checkoutstyles.checkoutbtnstyles) + ' d-flex align-items-center justify-content-center ',
|
|
@@ -6054,7 +6085,7 @@ var Checkout = function Checkout(props) {
|
|
|
6054
6085
|
width: "20px",
|
|
6055
6086
|
height: "20px",
|
|
6056
6087
|
duration: "1s"
|
|
6057
|
-
}), !AddOrderMutationContext.isLoading ? (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (
|
|
6088
|
+
}), !AddOrderMutationContext.isLoading ? (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue69 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue69 === void 0 ? void 0 : (_fetchcustomercartQue70 = _fetchcustomercartQue69.data) === null || _fetchcustomercartQue70 === void 0 ? void 0 : _fetchcustomercartQue70.customercart.paymentmethod) == 'onlinepayment' ? lang.continuetopayment : authdetailsContext.loggedin ? lang.confirmorder : lang.confirmorder + ' ' + lang.asaguest : ''))))));
|
|
6058
6089
|
};
|
|
6059
6090
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6060
6091
|
className: 'row m-0 w-100 mb-3 d-flex justify-content-center p-sm-0 mt-sm-3'
|
|
@@ -6217,7 +6248,7 @@ var Checkout = function Checkout(props) {
|
|
|
6217
6248
|
}, lang.name), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
6218
6249
|
type: 'text',
|
|
6219
6250
|
className: "".concat(formstyles.form_control),
|
|
6220
|
-
value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (
|
|
6251
|
+
value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue71 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue71 === void 0 ? void 0 : (_fetchcustomercartQue72 = _fetchcustomercartQue71.data) === null || _fetchcustomercartQue72 === void 0 ? void 0 : _fetchcustomercartQue72.customercart.name,
|
|
6221
6252
|
onChange: function onChange(event) {
|
|
6222
6253
|
cartinfoupdater('name', event.target.value);
|
|
6223
6254
|
},
|
|
@@ -6237,7 +6268,7 @@ var Checkout = function Checkout(props) {
|
|
|
6237
6268
|
}, langdetect == 'en' ? 'Phone Number' : 'رقم الهاتف'), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
6238
6269
|
type: 'text',
|
|
6239
6270
|
className: "".concat(formstyles.form_control),
|
|
6240
|
-
value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (
|
|
6271
|
+
value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue73 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue73 === void 0 ? void 0 : (_fetchcustomercartQue74 = _fetchcustomercartQue73.data) === null || _fetchcustomercartQue74 === void 0 ? void 0 : _fetchcustomercartQue74.customercart.mobile,
|
|
6241
6272
|
onChange: function onChange(event) {
|
|
6242
6273
|
cartinfoupdater('mobile', event.target.value);
|
|
6243
6274
|
},
|
|
@@ -6257,7 +6288,7 @@ var Checkout = function Checkout(props) {
|
|
|
6257
6288
|
}, lang.email), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
6258
6289
|
type: 'text',
|
|
6259
6290
|
className: "".concat(formstyles.form_control),
|
|
6260
|
-
value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (
|
|
6291
|
+
value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue75 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue75 === void 0 ? void 0 : (_fetchcustomercartQue76 = _fetchcustomercartQue75.data) === null || _fetchcustomercartQue76 === void 0 ? void 0 : _fetchcustomercartQue76.customercart.email,
|
|
6261
6292
|
onChange: function onChange(event) {
|
|
6262
6293
|
cartinfoupdater('email', event.target.value);
|
|
6263
6294
|
},
|
|
@@ -6290,8 +6321,8 @@ var Checkout = function Checkout(props) {
|
|
|
6290
6321
|
return option.id;
|
|
6291
6322
|
},
|
|
6292
6323
|
value: fetchTabexCountriesQueryContext.data.data.countries.filter(function (option) {
|
|
6293
|
-
var
|
|
6294
|
-
return option.id == (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (
|
|
6324
|
+
var _fetchcustomercartQue77, _fetchcustomercartQue78;
|
|
6325
|
+
return option.id == (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue77 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue77 === void 0 ? void 0 : (_fetchcustomercartQue78 = _fetchcustomercartQue77.data) === null || _fetchcustomercartQue78 === void 0 ? void 0 : _fetchcustomercartQue78.customercart.countryid);
|
|
6295
6326
|
}),
|
|
6296
6327
|
onChange: function onChange(option) {
|
|
6297
6328
|
var tempFetchTabexStatesPayloadobjContext = _objectSpread$1R({}, FetchTabexStatesPayloadobjContext);
|
|
@@ -6323,12 +6354,12 @@ var Checkout = function Checkout(props) {
|
|
|
6323
6354
|
return option.id;
|
|
6324
6355
|
},
|
|
6325
6356
|
value: fetchTabexStatesQueryContext.data.data.states.filter(function (option) {
|
|
6326
|
-
var
|
|
6327
|
-
return option.id == (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (
|
|
6357
|
+
var _fetchcustomercartQue79, _fetchcustomercartQue80;
|
|
6358
|
+
return option.id == (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue79 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue79 === void 0 ? void 0 : (_fetchcustomercartQue80 = _fetchcustomercartQue79.data) === null || _fetchcustomercartQue80 === void 0 ? void 0 : _fetchcustomercartQue80.customercart.stateid);
|
|
6328
6359
|
}),
|
|
6329
6360
|
onChange: function onChange(option) {
|
|
6330
|
-
var
|
|
6331
|
-
if (option.id.length != 0 && (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (
|
|
6361
|
+
var _fetchcustomercartQue81, _fetchcustomercartQue82;
|
|
6362
|
+
if (option.id.length != 0 && (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue81 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue81 === void 0 ? void 0 : (_fetchcustomercartQue82 = _fetchcustomercartQue81.data) === null || _fetchcustomercartQue82 === void 0 ? void 0 : _fetchcustomercartQue82.customercart.countryid.length) != 0) {
|
|
6332
6363
|
var tempFetchTabexStatesPayloadobjContext = _objectSpread$1R({}, FetchTabexStatesPayloadobjContext);
|
|
6333
6364
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
6334
6365
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
@@ -6361,8 +6392,8 @@ var Checkout = function Checkout(props) {
|
|
|
6361
6392
|
return option.id;
|
|
6362
6393
|
},
|
|
6363
6394
|
value: fetchTabexCitiesQueryContext.data.data.cities.filter(function (option) {
|
|
6364
|
-
var
|
|
6365
|
-
return option.id == (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (
|
|
6395
|
+
var _fetchcustomercartQue83, _fetchcustomercartQue84;
|
|
6396
|
+
return option.id == (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue83 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue83 === void 0 ? void 0 : (_fetchcustomercartQue84 = _fetchcustomercartQue83.data) === null || _fetchcustomercartQue84 === void 0 ? void 0 : _fetchcustomercartQue84.customercart.cityid);
|
|
6366
6397
|
}),
|
|
6367
6398
|
onChange: function onChange(option) {
|
|
6368
6399
|
cartinfoupdater('cityid', option.id);
|
|
@@ -6377,7 +6408,7 @@ var Checkout = function Checkout(props) {
|
|
|
6377
6408
|
}, lang.shippingaddress), /*#__PURE__*/React__default["default"].createElement(TextareaAutosize__default["default"], {
|
|
6378
6409
|
type: 'text',
|
|
6379
6410
|
className: "".concat(formstyles.form_control),
|
|
6380
|
-
value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (
|
|
6411
|
+
value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue85 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue85 === void 0 ? void 0 : (_fetchcustomercartQue86 = _fetchcustomercartQue85.data) === null || _fetchcustomercartQue86 === void 0 ? void 0 : _fetchcustomercartQue86.customercart.address,
|
|
6381
6412
|
onChange: function onChange(event) {
|
|
6382
6413
|
cartinfoupdater('address', event.target.value);
|
|
6383
6414
|
},
|
|
@@ -6390,6 +6421,27 @@ var Checkout = function Checkout(props) {
|
|
|
6390
6421
|
borderRadius: sectionproperties.inputfieldborderradius + 'px',
|
|
6391
6422
|
boxShadow: 'none'
|
|
6392
6423
|
}
|
|
6424
|
+
})), sectionproperties.shownotes == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6425
|
+
className: "col-lg-12 mb-3"
|
|
6426
|
+
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
6427
|
+
className: "".concat(checkoutstyles.input_label_name) + ' mb-2 d-flex align-items-start '
|
|
6428
|
+
}, langdetect == 'en' ? 'Notes' : 'الملاحظات'), /*#__PURE__*/React__default["default"].createElement(TextareaAutosize__default["default"], {
|
|
6429
|
+
type: 'text',
|
|
6430
|
+
className: "".concat(formstyles.form_control),
|
|
6431
|
+
value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue87 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue87 === void 0 ? void 0 : (_fetchcustomercartQue88 = _fetchcustomercartQue87.data) === null || _fetchcustomercartQue88 === void 0 ? void 0 : _fetchcustomercartQue88.customercart.notes,
|
|
6432
|
+
onChange: function onChange(event) {
|
|
6433
|
+
cartinfoupdater('notes', event.target.value);
|
|
6434
|
+
},
|
|
6435
|
+
style: {
|
|
6436
|
+
// minHeight: '40px',
|
|
6437
|
+
resize: 'none',
|
|
6438
|
+
fontWeight: sectionproperties.inputtextfontweight,
|
|
6439
|
+
background: sectionproperties.input_bgcolor,
|
|
6440
|
+
color: sectionproperties.inputfieldcolor,
|
|
6441
|
+
fontSize: sectionproperties.inputfieldfontsize + 'px',
|
|
6442
|
+
borderRadius: sectionproperties.inputfieldborderradius + 'px',
|
|
6443
|
+
boxShadow: 'none'
|
|
6444
|
+
}
|
|
6393
6445
|
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6394
6446
|
className: "col-lg-12 p-0 w-100"
|
|
6395
6447
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -6417,10 +6469,10 @@ var Checkout = function Checkout(props) {
|
|
|
6417
6469
|
id: 'codcheckbox',
|
|
6418
6470
|
type: "checkbox",
|
|
6419
6471
|
className: checkoutstyles.checkboxinputstyles + ' mt-auto mb-auto ',
|
|
6420
|
-
checked: (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (
|
|
6472
|
+
checked: (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue89 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue89 === void 0 ? void 0 : (_fetchcustomercartQue90 = _fetchcustomercartQue89.data) === null || _fetchcustomercartQue90 === void 0 ? void 0 : _fetchcustomercartQue90.customercart.paymentmethod) == 'cod' ? true : false,
|
|
6421
6473
|
onChange: function onChange() {
|
|
6422
|
-
var
|
|
6423
|
-
if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (
|
|
6474
|
+
var _fetchcustomercartQue91, _fetchcustomercartQue92;
|
|
6475
|
+
if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue91 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue91 === void 0 ? void 0 : (_fetchcustomercartQue92 = _fetchcustomercartQue91.data) === null || _fetchcustomercartQue92 === void 0 ? void 0 : _fetchcustomercartQue92.customercart.paymentmethod) != 'cod') {
|
|
6424
6476
|
cartinfoupdater('paymentmethod', 'cod');
|
|
6425
6477
|
}
|
|
6426
6478
|
}
|
|
@@ -6439,10 +6491,10 @@ var Checkout = function Checkout(props) {
|
|
|
6439
6491
|
}, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
6440
6492
|
type: "checkbox",
|
|
6441
6493
|
className: checkoutstyles.checkboxinputstyles + ' mt-auto mb-auto ',
|
|
6442
|
-
checked: (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (
|
|
6494
|
+
checked: (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue93 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue93 === void 0 ? void 0 : (_fetchcustomercartQue94 = _fetchcustomercartQue93.data) === null || _fetchcustomercartQue94 === void 0 ? void 0 : _fetchcustomercartQue94.customercart.paymentmethod) == 'cardondelivery' ? true : false,
|
|
6443
6495
|
onChange: function onChange() {
|
|
6444
|
-
var
|
|
6445
|
-
if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (
|
|
6496
|
+
var _fetchcustomercartQue95, _fetchcustomercartQue96;
|
|
6497
|
+
if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue95 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue95 === void 0 ? void 0 : (_fetchcustomercartQue96 = _fetchcustomercartQue95.data) === null || _fetchcustomercartQue96 === void 0 ? void 0 : _fetchcustomercartQue96.customercart.paymentmethod) != 'cardondelivery') {
|
|
6446
6498
|
cartinfoupdater('paymentmethod', 'cardondelivery');
|
|
6447
6499
|
}
|
|
6448
6500
|
}
|
|
@@ -6460,10 +6512,10 @@ var Checkout = function Checkout(props) {
|
|
|
6460
6512
|
}, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
6461
6513
|
type: "checkbox",
|
|
6462
6514
|
className: checkoutstyles.checkboxinputstyles + ' mt-auto mb-auto ',
|
|
6463
|
-
checked: (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (
|
|
6515
|
+
checked: (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue97 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue97 === void 0 ? void 0 : (_fetchcustomercartQue98 = _fetchcustomercartQue97.data) === null || _fetchcustomercartQue98 === void 0 ? void 0 : _fetchcustomercartQue98.customercart.paymentmethod) == 'onlinepayment' ? true : false,
|
|
6464
6516
|
onChange: function onChange() {
|
|
6465
|
-
var
|
|
6466
|
-
if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (
|
|
6517
|
+
var _fetchcustomercartQue99, _fetchcustomercartQue100;
|
|
6518
|
+
if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue99 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue99 === void 0 ? void 0 : (_fetchcustomercartQue100 = _fetchcustomercartQue99.data) === null || _fetchcustomercartQue100 === void 0 ? void 0 : _fetchcustomercartQue100.customercart.paymentmethod) != 'onlinepayment') {
|
|
6467
6519
|
cartinfoupdater('paymentmethod', 'onlinepayment');
|
|
6468
6520
|
}
|
|
6469
6521
|
}
|
|
@@ -6474,7 +6526,7 @@ var Checkout = function Checkout(props) {
|
|
|
6474
6526
|
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"
|
|
6475
6527
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
6476
6528
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
6477
|
-
}, " ", lang.onlinepayment)))))), (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (
|
|
6529
|
+
}, " ", lang.onlinepayment)))))), (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue101 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue101 === void 0 ? void 0 : (_fetchcustomercartQue102 = _fetchcustomercartQue101.data) === null || _fetchcustomercartQue102 === void 0 ? void 0 : _fetchcustomercartQue102.customercart.paymentmethod) == 'onlinepayment1' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6478
6530
|
className: "col-lg-12 p-0 w-100 mb-3"
|
|
6479
6531
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6480
6532
|
style: {
|
|
@@ -37851,7 +37903,7 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
37851
37903
|
}, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
|
|
37852
37904
|
urlEndpoint: IKurlEndpoint,
|
|
37853
37905
|
publicKey: IKpublicKey,
|
|
37854
|
-
path: langdetect == 'en' ? item.imageen : item.imagear,
|
|
37906
|
+
path: langdetect == 'en' ? '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.imageen : '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.imagear,
|
|
37855
37907
|
style: {
|
|
37856
37908
|
cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
|
|
37857
37909
|
objectFit: sectionproperties.bgcovercontain == 'Contain' ? 'contain' : 'cover',
|
|
@@ -37874,7 +37926,7 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
37874
37926
|
}, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
|
|
37875
37927
|
urlEndpoint: IKurlEndpoint,
|
|
37876
37928
|
publicKey: IKpublicKey,
|
|
37877
|
-
path: langdetect == 'en' ? item.image_resp_en : item.image_resp_ar,
|
|
37929
|
+
path: langdetect == 'en' ? '/tr:w-' + sectionproperties.imagetr_w_resp + ',h-' + sectionproperties.imagetr_h_resp + '/' + item.image_resp_en : '/tr:w-' + sectionproperties.imagetr_w_resp + ',h-' + sectionproperties.imagetr_h_resp + '/' + item.image_resp_ar,
|
|
37878
37930
|
style: {
|
|
37879
37931
|
objectFit: 'contain',
|
|
37880
37932
|
margin: 0,
|
|
@@ -40001,6 +40053,7 @@ var CircleCardWithVariants = function CircleCardWithVariants(props) {
|
|
|
40001
40053
|
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
|
|
40002
40054
|
borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
|
|
40003
40055
|
backgroundColor: sectionproperties.image_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.image_bgcolor,
|
|
40056
|
+
border: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
|
|
40004
40057
|
position: 'relative'
|
|
40005
40058
|
}
|
|
40006
40059
|
}, item.image != '' && /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
|
|
@@ -40015,7 +40068,9 @@ var CircleCardWithVariants = function CircleCardWithVariants(props) {
|
|
|
40015
40068
|
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
40016
40069
|
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
|
|
40017
40070
|
borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px'
|
|
40071
|
+
// border: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
|
|
40018
40072
|
},
|
|
40073
|
+
|
|
40019
40074
|
loading: "lazy"
|
|
40020
40075
|
}), item.hassale == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
40021
40076
|
"class": "".concat(card_cssstyles.badgeStyles) + ' allcentered '
|