tabexseriescomponents 0.2.1186 → 0.2.1189

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.esm.js CHANGED
@@ -13770,7 +13770,7 @@ styleInject(css_248z$G);
13770
13770
  function ownKeys$2w(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; }
13771
13771
  function _objectSpread$2w(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2w(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2w(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
13772
13772
  var Checkout = function Checkout(props) {
13773
- var _fetchTabexCountriesQ2, _css, _fetchcustomercartQue72, _authdetailsContext$i0, _authdetailsContext$i1, _fetchcustomercartQue73, _authdetailsContext$i10, _fetchcustomercartQue74, _authdetailsContext$i11, _authdetailsContext$i12, _authdetailsContext$i13, _authdetailsContext$i14, _authdetailsContext$i15, _fetchcustomercartQue75, _authdetailsContext$i16, _fetchcustomercartQue81, _fetchcustomercartQue82, _fetchcustomercartQue83, _fetchcustomercartQue84, _authdetailsContext$i25, _authdetailsContext$i26, _authdetailsContext$i27, _fetchcustomercartQue85, _authdetailsContext$i28, _authdetailsContext$i29, _authdetailsContext$i30, _authdetailsContext$i31, _fetchcustomercartQue87, _authdetailsContext$i32, _fetchcustomercartQue89, _authdetailsContext$i33, _authdetailsContext$i34, _authdetailsContext$i35, _fetchcustomercartQue91, _authdetailsContext$i36, _fetchcustomercartQue93, _fetchcustomercartQue95, _authdetailsContext$i37, _fetchcustomercartQue97, _authdetailsContext$i38, _fetchcustomercartQue99, _authdetailsContext$i39, _fetchcustomercartQue101, _authdetailsContext$i40, _fetchcustomercartQue103, _authdetailsContext$i41, _fetchcustomercartQue105, _authdetailsContext$i42, _fetchcustomercartQue107, _authdetailsContext$i43, _fetchcustomercartQue109, _authdetailsContext$i44, _fetchcustomercartQue111, _fetchcustomercartQue112;
13773
+ var _fetchTabexCountriesQ2, _css, _fetchcustomercartQue72, _authdetailsContext$i11, _authdetailsContext$i12, _fetchcustomercartQue73, _authdetailsContext$i13, _fetchcustomercartQue74, _authdetailsContext$i14, _authdetailsContext$i15, _authdetailsContext$i16, _authdetailsContext$i17, _authdetailsContext$i18, _fetchcustomercartQue75, _authdetailsContext$i19, _fetchcustomercartQue81, _fetchcustomercartQue82, _fetchcustomercartQue83, _fetchcustomercartQue84, _authdetailsContext$i28, _authdetailsContext$i29, _authdetailsContext$i30, _fetchcustomercartQue85, _authdetailsContext$i31, _authdetailsContext$i32, _authdetailsContext$i33, _authdetailsContext$i34, _fetchcustomercartQue87, _authdetailsContext$i35, _fetchcustomercartQue89, _authdetailsContext$i36, _authdetailsContext$i37, _authdetailsContext$i38, _fetchcustomercartQue91, _authdetailsContext$i39, _fetchcustomercartQue93, _fetchcustomercartQue95, _authdetailsContext$i40, _fetchcustomercartQue97, _authdetailsContext$i41, _fetchcustomercartQue99, _authdetailsContext$i42, _fetchcustomercartQue101, _authdetailsContext$i43, _fetchcustomercartQue103, _authdetailsContext$i44, _fetchcustomercartQue105, _authdetailsContext$i45, _fetchcustomercartQue107, _authdetailsContext$i46, _fetchcustomercartQue109, _authdetailsContext$i47, _fetchcustomercartQue111, _fetchcustomercartQue112;
13774
13774
  var _useState = useState(null),
13775
13775
  _useState2 = _slicedToArray(_useState, 2);
13776
13776
  _useState2[0];
@@ -13779,6 +13779,10 @@ var Checkout = function Checkout(props) {
13779
13779
  _useState4 = _slicedToArray(_useState3, 2),
13780
13780
  showpopup = _useState4[0],
13781
13781
  setshowpopup = _useState4[1];
13782
+ var _useState5 = useState(false),
13783
+ _useState6 = _slicedToArray(_useState5, 2),
13784
+ checkboxisChecked = _useState6[0],
13785
+ setcheckboxisChecked = _useState6[1];
13782
13786
  var langdetect = props.actions.langdetect;
13783
13787
  var lang = props.actions.lang;
13784
13788
  var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
@@ -13801,42 +13805,42 @@ var Checkout = function Checkout(props) {
13801
13805
  var authdetailsContext = props.actions.authdetailsContext;
13802
13806
  var NotificationManager = props.actions.NotificationManager;
13803
13807
  var queryClient = props.actions.queryClient;
13804
- var _useState5 = useState(''),
13805
- _useState6 = _slicedToArray(_useState5, 2),
13806
- sectionproperties = _useState6[0],
13807
- setsectionproperties = _useState6[1];
13808
13808
  var _useState7 = useState(''),
13809
- _useState8 = _slicedToArray(_useState7, 2);
13810
- _useState8[0];
13811
- var setCurrentPageId = _useState8[1];
13812
- var _useState9 = useState(0),
13813
- _useState0 = _slicedToArray(_useState9, 2),
13814
- insthasaffiliate = _useState0[0],
13815
- setinsthasaffiliate = _useState0[1];
13816
- var _useState1 = useState(false),
13817
- _useState10 = _slicedToArray(_useState1, 2);
13818
- _useState10[0];
13819
- _useState10[1];
13809
+ _useState8 = _slicedToArray(_useState7, 2),
13810
+ sectionproperties = _useState8[0],
13811
+ setsectionproperties = _useState8[1];
13812
+ var _useState9 = useState(''),
13813
+ _useState0 = _slicedToArray(_useState9, 2);
13814
+ _useState0[0];
13815
+ var setCurrentPageId = _useState0[1];
13816
+ var _useState1 = useState(0),
13817
+ _useState10 = _slicedToArray(_useState1, 2),
13818
+ insthasaffiliate = _useState10[0],
13819
+ setinsthasaffiliate = _useState10[1];
13820
13820
  var _useState11 = useState(false),
13821
13821
  _useState12 = _slicedToArray(_useState11, 2);
13822
13822
  _useState12[0];
13823
13823
  _useState12[1];
13824
- var _useState13 = useState([]),
13825
- _useState14 = _slicedToArray(_useState13, 2),
13826
- shippingmethods = _useState14[0],
13827
- setshippingmethods = _useState14[1];
13824
+ var _useState13 = useState(false),
13825
+ _useState14 = _slicedToArray(_useState13, 2);
13826
+ _useState14[0];
13827
+ _useState14[1];
13828
13828
  var _useState15 = useState([]),
13829
13829
  _useState16 = _slicedToArray(_useState15, 2),
13830
- orderextrafeilds = _useState16[0],
13831
- setorderextrafeilds = _useState16[1];
13832
- var _useState17 = useState(false),
13830
+ shippingmethods = _useState16[0],
13831
+ setshippingmethods = _useState16[1];
13832
+ var _useState17 = useState([]),
13833
13833
  _useState18 = _slicedToArray(_useState17, 2),
13834
- instapaychosen = _useState18[0],
13835
- setinstapaychosen = _useState18[1];
13834
+ orderextrafeilds = _useState18[0],
13835
+ setorderextrafeilds = _useState18[1];
13836
13836
  var _useState19 = useState(false),
13837
13837
  _useState20 = _slicedToArray(_useState19, 2),
13838
- cashchosen = _useState20[0],
13839
- setcashchosen = _useState20[1];
13838
+ instapaychosen = _useState20[0],
13839
+ setinstapaychosen = _useState20[1];
13840
+ var _useState21 = useState(false),
13841
+ _useState22 = _slicedToArray(_useState21, 2),
13842
+ cashchosen = _useState22[0],
13843
+ setcashchosen = _useState22[1];
13840
13844
  useEffect(function () {
13841
13845
  var _templatepropcontext$;
13842
13846
  var cartindex = templatepropcontext === null || templatepropcontext === void 0 || (_templatepropcontext$ = templatepropcontext.pagesnprop) === null || _templatepropcontext$ === void 0 ? void 0 : _templatepropcontext$.findIndex(function (x) {
@@ -14378,7 +14382,7 @@ var Checkout = function Checkout(props) {
14378
14382
  return isloading;
14379
14383
  };
14380
14384
  var Mycart = function Mycart() {
14381
- var _fetchcustomercartQue39, _fetchcustomercartQue41, _fetchcustomercartQue42, _fetchcustomercartQue46, _fetchcustomercartQue47, _fetchcustomercartQue48, _fetchcustomercartQue49, _fetchcustomercartQue50, _authdetailsContext$i6, _fetchcustomercartQue51, _fetchcustomercartQue52, _fetchcustomercartQue53, _fetchcustomercartQue54, _fetchcustomercartQue55, _fetchcustomercartQue57, _fetchcustomercartQue58, _fetchcustomercartQue59, _fetchcustomercartQue60, _fetchcustomercartQue61, _fetchcustomercartQue62, _fetchcustomercartQue63, _fetchcustomercartQue64, _fetchcustomercartQue65, _fetchcustomercartQue66, _authdetailsContext$i7, _fetchcustomercartQue67, _fetchcustomercartQue68, _fetchcustomercartQue69, _authdetailsContext$i8, _fetchcustomercartQue70, _authdetailsContext$i9, _fetchcustomercartQue71;
14385
+ var _fetchcustomercartQue39, _fetchcustomercartQue41, _fetchcustomercartQue42, _fetchcustomercartQue46, _fetchcustomercartQue47, _fetchcustomercartQue48, _fetchcustomercartQue49, _fetchcustomercartQue50, _authdetailsContext$i6, _fetchcustomercartQue51, _fetchcustomercartQue52, _fetchcustomercartQue53, _fetchcustomercartQue54, _fetchcustomercartQue55, _fetchcustomercartQue57, _fetchcustomercartQue58, _fetchcustomercartQue59, _fetchcustomercartQue60, _fetchcustomercartQue61, _fetchcustomercartQue62, _fetchcustomercartQue63, _fetchcustomercartQue64, _fetchcustomercartQue65, _fetchcustomercartQue66, _authdetailsContext$i7, _fetchcustomercartQue67, _fetchcustomercartQue68, _fetchcustomercartQue69, _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$i1, _fetchcustomercartQue70, _authdetailsContext$i10, _fetchcustomercartQue71;
14382
14386
  return /*#__PURE__*/React.createElement("div", {
14383
14387
  className: "row m-0 w-100 mb-md-3"
14384
14388
  }, /*#__PURE__*/React.createElement("div", {
@@ -14737,7 +14741,14 @@ var Checkout = function Checkout(props) {
14737
14741
  background: '#eee',
14738
14742
  borderRadius: 10
14739
14743
  }
14740
- }, /*#__PURE__*/React.createElement("p", {
14744
+ }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.contactinfo.instid) == '66b4a0338cb14' && /*#__PURE__*/React.createElement("input", {
14745
+ type: "checkbox",
14746
+ className: "mx-2 mt-2 mb-auto",
14747
+ checked: checkboxisChecked,
14748
+ onChange: function onChange(e) {
14749
+ return setcheckboxisChecked(e.target.checked);
14750
+ }
14751
+ }), /*#__PURE__*/React.createElement("p", {
14741
14752
  "class": "m-0 p-0",
14742
14753
  style: {
14743
14754
  color: sectionproperties.slideshowText1ContentColor,
@@ -14752,21 +14763,26 @@ var Checkout = function Checkout(props) {
14752
14763
  style: {
14753
14764
  marginTop: sectionproperties.showtotalsection == 'Show' ? 0 : '0.5rem'
14754
14765
  }
14755
- }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.contactinfo.instid) != '67e448d2ef6e0' && /*#__PURE__*/React.createElement("button", {
14766
+ }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.contactinfo.instid) != '67e448d2ef6e0' && /*#__PURE__*/React.createElement("button", {
14756
14767
  className: " ".concat(checkoutstyles.checkoutbtnstyles) + ' d-flex align-items-center justify-content-center ',
14757
14768
  onClick: function onClick() {
14769
+ var _authdetailsContext$i0;
14770
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.contactinfo.instid) == '66b4a0338cb14') {
14771
+ if (!checkboxisChecked) return;
14772
+ }
14758
14773
  if (sectionproperties.showpaymentfooter == 'Hide') {
14759
14774
  cartinfoupdater('paymentmethod', 'cod');
14760
14775
  }
14761
14776
  addorderfuncrunner();
14762
14777
  },
14763
- disabled: ischeckoutbuttonloading() == true ? true : false
14778
+ disabled: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.contactinfo.instid) == '66b4a0338cb14' ? ischeckoutbuttonloading() || !checkboxisChecked : ischeckoutbuttonloading() == true ? true : false
14779
+ // disabled={}
14764
14780
  }, ischeckoutbuttonloading() && /*#__PURE__*/React.createElement(CircularProgress, {
14765
14781
  color: "#fff",
14766
14782
  width: "20px",
14767
14783
  height: "20px",
14768
14784
  duration: "1s"
14769
- }), !ischeckoutbuttonloading() ? (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue70 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue70 === void 0 || (_fetchcustomercartQue70 = _fetchcustomercartQue70.data) === null || _fetchcustomercartQue70 === void 0 ? void 0 : _fetchcustomercartQue70.customercart.paymentmethod) == 'onlinepayment' ? lang.continuetopayment : authdetailsContext.loggedin ? langdetect == 'en' ? sectionproperties.checkoutbtn_en2 : sectionproperties.checkoutbtn_ar2 : langdetect == 'en' ? sectionproperties.checkoutbtn_en2 + ' ' + lang.asaguest : sectionproperties.checkoutbtn_ar2 + ' ' + lang.asaguest : ''), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.contactinfo.instid) == '67e448d2ef6e0' && /*#__PURE__*/React.createElement("button", {
14785
+ }), !ischeckoutbuttonloading() ? (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue70 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue70 === void 0 || (_fetchcustomercartQue70 = _fetchcustomercartQue70.data) === null || _fetchcustomercartQue70 === void 0 ? void 0 : _fetchcustomercartQue70.customercart.paymentmethod) == 'onlinepayment' ? lang.continuetopayment : authdetailsContext.loggedin ? langdetect == 'en' ? sectionproperties.checkoutbtn_en2 : sectionproperties.checkoutbtn_ar2 : langdetect == 'en' ? sectionproperties.checkoutbtn_en2 + ' ' + lang.asaguest : sectionproperties.checkoutbtn_ar2 + ' ' + lang.asaguest : ''), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.contactinfo.instid) == '67e448d2ef6e0' && /*#__PURE__*/React.createElement("button", {
14770
14786
  className: " ".concat(checkoutstyles.checkoutbtnstyles) + ' d-flex align-items-center justify-content-center ',
14771
14787
  onClick: function onClick() {
14772
14788
  if (sectionproperties.showpaymentfooter == 'Hide') {
@@ -14883,7 +14899,7 @@ var Checkout = function Checkout(props) {
14883
14899
  }
14884
14900
  }, /*#__PURE__*/React.createElement(BiPhone, null)), /*#__PURE__*/React.createElement("p", {
14885
14901
  className: "m-0 p-0 wordbreak"
14886
- }, authdetailsContext.customerinfo.mobile))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.contactinfo.instid) != '6808c6295b598' && /*#__PURE__*/React.createElement("div", {
14902
+ }, authdetailsContext.customerinfo.mobile))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.contactinfo.instid) != '6808c6295b598' && /*#__PURE__*/React.createElement("div", {
14887
14903
  className: "".concat(checkoutstyles.userinfotextstyles) + ' col-lg-4 col-md-6 col-sm-12 d-flex align-items-center pl-1 pr-1 '
14888
14904
  }, /*#__PURE__*/React.createElement("div", {
14889
14905
  className: "m-0 p-0 d-flex align-items-center"
@@ -14947,7 +14963,7 @@ var Checkout = function Checkout(props) {
14947
14963
  })), /*#__PURE__*/React.createElement("div", {
14948
14964
  className: "row m-0 w-100 mb-3 pl-3 pr-3 pb-3"
14949
14965
  }, !authdetailsContext.loggedin && /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
14950
- className: sectionproperties.showemail == 'Hide' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.customerEmailrequiered) == 0 ? 'col-lg-6 col-md-12 mb-3' : 'col-lg-4 col-md-12 mb-3'
14966
+ className: sectionproperties.showemail == 'Hide' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.customerEmailrequiered) == 0 ? 'col-lg-6 col-md-12 mb-3' : 'col-lg-4 col-md-12 mb-3'
14951
14967
  }, /*#__PURE__*/React.createElement("label", {
14952
14968
  className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start '
14953
14969
  }, lang.name, /*#__PURE__*/React.createElement("sup", {
@@ -14967,7 +14983,7 @@ var Checkout = function Checkout(props) {
14967
14983
  boxShadow: 'none'
14968
14984
  }
14969
14985
  })), /*#__PURE__*/React.createElement("div", {
14970
- className: sectionproperties.showemail == 'Hide' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.customerEmailrequiered) == 0 ? 'col-lg-6 col-md-12 mb-3' : 'col-lg-4 col-md-12 mb-3'
14986
+ className: sectionproperties.showemail == 'Hide' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.customerEmailrequiered) == 0 ? 'col-lg-6 col-md-12 mb-3' : 'col-lg-4 col-md-12 mb-3'
14971
14987
  }, /*#__PURE__*/React.createElement("label", {
14972
14988
  className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start '
14973
14989
  }, langdetect == 'en' ? 'Phone Number' : 'رقم الهاتف', ' ', /*#__PURE__*/React.createElement("sup", {
@@ -14991,16 +15007,16 @@ var Checkout = function Checkout(props) {
14991
15007
  })), /*#__PURE__*/React.createElement("div", {
14992
15008
  className: "col-lg-4 col-md-12 mb-3 flex-column",
14993
15009
  style: {
14994
- display: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.customerEmailrequiered) == 1 ? 'flex' : sectionproperties.showemail == 'Hide' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.customerEmailrequiered) == 0 ? 'none' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.contactinfo.instid) == '6808c6295b598' ? 'none' : 'flex'
15010
+ display: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.customerEmailrequiered) == 1 ? 'flex' : sectionproperties.showemail == 'Hide' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.customerEmailrequiered) == 0 ? 'none' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.contactinfo.instid) == '6808c6295b598' ? 'none' : 'flex'
14995
15011
  }
14996
15012
  }, /*#__PURE__*/React.createElement("label", {
14997
15013
  className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start '
14998
- }, lang.email, ' ', (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.customerEmailrequiered) == 1 && /*#__PURE__*/React.createElement("sup", {
15014
+ }, lang.email, ' ', (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.customerEmailrequiered) == 1 && /*#__PURE__*/React.createElement("sup", {
14999
15015
  "class": "mx-2",
15000
15016
  style: {
15001
15017
  color: 'var(--danger)'
15002
15018
  }
15003
- }, "*"), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.contactinfo.instid) == '6739bf5880c04' && /*#__PURE__*/React.createElement("span", {
15019
+ }, "*"), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.contactinfo.instid) == '6739bf5880c04' && /*#__PURE__*/React.createElement("span", {
15004
15020
  "class": "mx-2",
15005
15021
  style: {
15006
15022
  fontSize: 13
@@ -15078,7 +15094,7 @@ var Checkout = function Checkout(props) {
15078
15094
  className: sectionproperties.inputfieldcolor == '#ffffff' ? 'col-lg-4 col-md-12 mb-3 selectwhite' : 'col-lg-4 col-md-12 mb-3'
15079
15095
  }, /*#__PURE__*/React.createElement("label", {
15080
15096
  className: "".concat(checkoutstyles.input_label_name) + ' m-0 d-flex align-items-start '
15081
- }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.contactinfo.instid) == '67e448d2ef6e0' ? langdetect == 'en' ? 'Governorate' : 'المحافظة' : lang.stategov, authdetailsContext.instinfo.customerAddressrequiered == 1 && /*#__PURE__*/React.createElement("sup", {
15097
+ }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.contactinfo.instid) == '67e448d2ef6e0' ? langdetect == 'en' ? 'Governorate' : 'المحافظة' : lang.stategov, authdetailsContext.instinfo.customerAddressrequiered == 1 && /*#__PURE__*/React.createElement("sup", {
15082
15098
  "class": "mx-2",
15083
15099
  style: {
15084
15100
  color: 'var(--danger)'
@@ -15286,7 +15302,7 @@ var Checkout = function Checkout(props) {
15286
15302
  // events mart
15287
15303
 
15288
15304
  if (item.title_en == 'Event Date') {
15289
- var _authdetailsContext$i19, _authdetailsContext$i20;
15305
+ var _authdetailsContext$i22, _authdetailsContext$i23;
15290
15306
  return /*#__PURE__*/React.createElement("div", {
15291
15307
  className: "col-lg-6 col-md-12 mb-3"
15292
15308
  }, /*#__PURE__*/React.createElement("label", {
@@ -15315,12 +15331,12 @@ var Checkout = function Checkout(props) {
15315
15331
  // }}
15316
15332
  ,
15317
15333
  onChange: function onChange(event) {
15318
- var _authdetailsContext$i17;
15319
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 || (_authdetailsContext$i17 = _authdetailsContext$i17.contactinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.instid) == '66b4a0338cb14') {
15334
+ var _authdetailsContext$i20;
15335
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 || (_authdetailsContext$i20 = _authdetailsContext$i20.contactinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.instid) == '66b4a0338cb14') {
15320
15336
  var selectedDate = event.target.value;
15321
15337
  if (selectedDate != undefined && selectedDate != null && selectedDate != '' && selectedDate.length != 0) {
15322
- var _authdetailsContext$i18;
15323
- var minDate = (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 || (_authdetailsContext$i18 = _authdetailsContext$i18.contactinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.instid) === '66b4a0338cb14' ? new Date(Date.now() + 11 * 24 * 60 * 60 * 1000).toISOString().split('T')[0] : null;
15338
+ var _authdetailsContext$i21;
15339
+ var minDate = (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 || (_authdetailsContext$i21 = _authdetailsContext$i21.contactinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.instid) === '66b4a0338cb14' ? new Date(Date.now() + 11 * 24 * 60 * 60 * 1000).toISOString().split('T')[0] : null;
15324
15340
  if (minDate && selectedDate < minDate) {
15325
15341
  // alert(`Please select a date on or after ${minDate}`);
15326
15342
  return;
@@ -15338,11 +15354,11 @@ var Checkout = function Checkout(props) {
15338
15354
  style: {
15339
15355
  boxShadow: 'none'
15340
15356
  },
15341
- min: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.contactinfo.instid) == '66b4a0338cb14' ? new Date(Date.now() + 11 * 24 * 60 * 60 * 1000) // allow starting 11 days after today
15342
- .toISOString().split('T')[0] : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.contactinfo.instid) == '6908bb20bbca3' ? currentDate : null
15357
+ min: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.contactinfo.instid) == '66b4a0338cb14' ? new Date(Date.now() + 11 * 24 * 60 * 60 * 1000) // allow starting 11 days after today
15358
+ .toISOString().split('T')[0] : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.contactinfo.instid) == '6908bb20bbca3' ? currentDate : null
15343
15359
  }));
15344
15360
  } else {
15345
- var _authdetailsContext$i23, _authdetailsContext$i24;
15361
+ var _authdetailsContext$i26, _authdetailsContext$i27;
15346
15362
  return /*#__PURE__*/React.createElement("div", {
15347
15363
  className: "col-lg-6 col-md-12 mb-3"
15348
15364
  }, /*#__PURE__*/React.createElement("label", {
@@ -15363,12 +15379,12 @@ var Checkout = function Checkout(props) {
15363
15379
  // }}
15364
15380
  ,
15365
15381
  onChange: function onChange(event) {
15366
- var _authdetailsContext$i21;
15367
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 || (_authdetailsContext$i21 = _authdetailsContext$i21.contactinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.instid) == '66b4a0338cb14') {
15382
+ var _authdetailsContext$i24;
15383
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 || (_authdetailsContext$i24 = _authdetailsContext$i24.contactinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.instid) == '66b4a0338cb14') {
15368
15384
  var selectedDate = event.target.value;
15369
15385
  if (selectedDate != undefined && selectedDate != null && selectedDate != '' && selectedDate.length != 0) {
15370
- var _authdetailsContext$i22;
15371
- var minDate = (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 || (_authdetailsContext$i22 = _authdetailsContext$i22.contactinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.instid) === '66b4a0338cb14' ? new Date(Date.now() + 11 * 24 * 60 * 60 * 1000).toISOString().split('T')[0] : null;
15386
+ var _authdetailsContext$i25;
15387
+ var minDate = (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 || (_authdetailsContext$i25 = _authdetailsContext$i25.contactinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.instid) === '66b4a0338cb14' ? new Date(Date.now() + 11 * 24 * 60 * 60 * 1000).toISOString().split('T')[0] : null;
15372
15388
  if (minDate && selectedDate < minDate) {
15373
15389
  // alert(`Please select a date on or after ${minDate}`);
15374
15390
  return;
@@ -15386,8 +15402,8 @@ var Checkout = function Checkout(props) {
15386
15402
  style: {
15387
15403
  boxShadow: 'none'
15388
15404
  },
15389
- min: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.contactinfo.instid) == '66b4a0338cb14' ? new Date(Date.now() + 11 * 24 * 60 * 60 * 1000) // allow starting 11 days after today
15390
- .toISOString().split('T')[0] : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.contactinfo.instid) == '6908bb20bbca3' ? currentDate : null
15405
+ min: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.contactinfo.instid) == '66b4a0338cb14' ? new Date(Date.now() + 11 * 24 * 60 * 60 * 1000) // allow starting 11 days after today
15406
+ .toISOString().split('T')[0] : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.contactinfo.instid) == '6908bb20bbca3' ? currentDate : null
15391
15407
  }));
15392
15408
  }
15393
15409
  }
@@ -15428,12 +15444,7 @@ var Checkout = function Checkout(props) {
15428
15444
  style: {
15429
15445
  color: 'var(--danger)'
15430
15446
  }
15431
- }, "*")), /*#__PURE__*/React.createElement("span", {
15432
- style: {
15433
- fontSize: 13,
15434
- fontWeight: 300
15435
- }
15436
- }, langdetect == 'en' ? 'Note: You can only select a date starting 10 days from today. Earlier dates are not allowed.' : 'ملاحظة: يمكنك اختيار تاريخ يبدأ بعد 10 أيام من اليوم فقط. لا يُسمح باختيار تواريخ أقدم.')), /*#__PURE__*/React.createElement("input", {
15447
+ }, "*"))), /*#__PURE__*/React.createElement("input", {
15437
15448
  type: 'text',
15438
15449
  className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
15439
15450
  value: item.value,
@@ -15546,15 +15557,15 @@ var Checkout = function Checkout(props) {
15546
15557
  })), /*#__PURE__*/React.createElement("div", {
15547
15558
  className: "row m-0 w-100 mb-3 pl-3 pr-3"
15548
15559
  }, authdetailsContext.instinfo.acceptCOD == 1 && /*#__PURE__*/React.createElement("div", {
15549
- className: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.contactinfo.instid) == '67d7e9d5dbe11' ? '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',
15560
+ className: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.contactinfo.instid) == '67d7e9d5dbe11' ? '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',
15550
15561
  style: {
15551
- border: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.contactinfo.instid) == '67d7e9d5dbe11' ? '1px solid #ccc' : 0,
15562
+ border: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.contactinfo.instid) == '67d7e9d5dbe11' ? '1px solid #ccc' : 0,
15552
15563
  borderRadius: 15
15553
15564
  }
15554
15565
  }, /*#__PURE__*/React.createElement("div", {
15555
15566
  "class": "row m-0 w-100 d-flex align-items-center"
15556
15567
  }, /*#__PURE__*/React.createElement("div", {
15557
- "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-9 p-0' : 'col-12 p-0'
15568
+ "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-9 p-0' : 'col-12 p-0'
15558
15569
  }, /*#__PURE__*/React.createElement("label", {
15559
15570
  className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated) + ' d-flex mb-0 ',
15560
15571
  "for": "codcheckbox"
@@ -15581,21 +15592,21 @@ var Checkout = function Checkout(props) {
15581
15592
  style: {
15582
15593
  color: sectionproperties.checkbox_color
15583
15594
  }
15584
- }, langdetect == 'en' ? sectionproperties.cod_text_en : sectionproperties.cod_text_ar))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.contactinfo.instid) == '67d7e9d5dbe11' && /*#__PURE__*/React.createElement("div", {
15595
+ }, langdetect == 'en' ? sectionproperties.cod_text_en : sectionproperties.cod_text_ar))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.contactinfo.instid) == '67d7e9d5dbe11' && /*#__PURE__*/React.createElement("div", {
15585
15596
  "class": "col-3 text-end p-0"
15586
15597
  }, /*#__PURE__*/React.createElement("img", {
15587
15598
  src: 'https://tabex-co.com/storage/StaticImages/cod.png',
15588
15599
  "class": checkoutstyles.codimage + ' mx-2 '
15589
15600
  })))), authdetailsContext.instinfo.acceptInstapay == 1 && /*#__PURE__*/React.createElement("div", {
15590
- className: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.contactinfo.instid) == '67d7e9d5dbe11' ? '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',
15601
+ className: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.contactinfo.instid) == '67d7e9d5dbe11' ? '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',
15591
15602
  style: {
15592
- border: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.contactinfo.instid) == '67d7e9d5dbe11' ? '1px solid #ccc' : 0,
15603
+ border: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.contactinfo.instid) == '67d7e9d5dbe11' ? '1px solid #ccc' : 0,
15593
15604
  borderRadius: 15
15594
15605
  }
15595
15606
  }, /*#__PURE__*/React.createElement("div", {
15596
15607
  "class": "row m-0 w-100 d-flex align-items-center"
15597
15608
  }, /*#__PURE__*/React.createElement("div", {
15598
- "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-9 p-0' : 'col-12 p-0'
15609
+ "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-9 p-0' : 'col-12 p-0'
15599
15610
  }, /*#__PURE__*/React.createElement("label", {
15600
15611
  className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated) + ' d-flex mb-0 ',
15601
15612
  "for": "codcheckbox"
@@ -15622,7 +15633,7 @@ var Checkout = function Checkout(props) {
15622
15633
  style: {
15623
15634
  color: sectionproperties.checkbox_color
15624
15635
  }
15625
- }, langdetect == 'en' ? sectionproperties.instapaytitleen : sectionproperties.instapaytitlear))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.contactinfo.instid) == '67d7e9d5dbe11' && /*#__PURE__*/React.createElement("div", {
15636
+ }, langdetect == 'en' ? sectionproperties.instapaytitleen : sectionproperties.instapaytitlear))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.contactinfo.instid) == '67d7e9d5dbe11' && /*#__PURE__*/React.createElement("div", {
15626
15637
  "class": "col-3 text-end p-0"
15627
15638
  }, /*#__PURE__*/React.createElement("img", {
15628
15639
  src: 'https://tabex-co.com/storage/StaticImages/instapay.png',
@@ -15654,15 +15665,15 @@ var Checkout = function Checkout(props) {
15654
15665
  /*#__PURE__*/
15655
15666
  // <div className=""
15656
15667
  React.createElement("div", {
15657
- 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' : 'col-xl-4 col-lg-4 col-md-12 mb-3',
15668
+ className: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.contactinfo.instid) == '67d7e9d5dbe11' ? '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',
15658
15669
  style: {
15659
- border: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.contactinfo.instid) == '67d7e9d5dbe11' ? '1px solid #ccc' : 0,
15670
+ border: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.contactinfo.instid) == '67d7e9d5dbe11' ? '1px solid #ccc' : 0,
15660
15671
  borderRadius: 15
15661
15672
  }
15662
15673
  }, /*#__PURE__*/React.createElement("div", {
15663
15674
  "class": "row m-0 w-100 d-flex align-items-center"
15664
15675
  }, /*#__PURE__*/React.createElement("div", {
15665
- "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-9 p-0' : 'col-12 p-0'
15676
+ "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-9 p-0' : 'col-12 p-0'
15666
15677
  }, /*#__PURE__*/React.createElement("label", {
15667
15678
  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 '
15668
15679
  }, /*#__PURE__*/React.createElement("input", {
@@ -15684,7 +15695,7 @@ var Checkout = function Checkout(props) {
15684
15695
  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"
15685
15696
  })), /*#__PURE__*/React.createElement("p", {
15686
15697
  className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
15687
- }, langdetect == 'en' ? sectionproperties.onlinepaymenttexten : sectionproperties.onlinepaymenttextar))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.contactinfo.instid) == '67d7e9d5dbe11' && /*#__PURE__*/React.createElement("div", {
15698
+ }, langdetect == 'en' ? sectionproperties.onlinepaymenttexten : sectionproperties.onlinepaymenttextar))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.contactinfo.instid) == '67d7e9d5dbe11' && /*#__PURE__*/React.createElement("div", {
15688
15699
  "class": "col-3 text-end p-0"
15689
15700
  }, /*#__PURE__*/React.createElement("img", {
15690
15701
  src: 'https://tabex-co.com/storage/StaticImages/visamaster.png',
@@ -15733,7 +15744,7 @@ var Checkout = function Checkout(props) {
15733
15744
  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"
15734
15745
  })), /*#__PURE__*/React.createElement("p", {
15735
15746
  className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
15736
- }, langdetect == 'en' ? sectionproperties.walletnameen : sectionproperties.walletnamear))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.acceptForsaCard) == 1 && /*#__PURE__*/React.createElement("div", {
15747
+ }, langdetect == 'en' ? sectionproperties.walletnameen : sectionproperties.walletnamear))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.acceptForsaCard) == 1 && /*#__PURE__*/React.createElement("div", {
15737
15748
  className: "col-xl-4 col-lg-4 col-md-12 mb-3"
15738
15749
  }, /*#__PURE__*/React.createElement("label", {
15739
15750
  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 '
@@ -15755,7 +15766,7 @@ var Checkout = function Checkout(props) {
15755
15766
  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"
15756
15767
  })), /*#__PURE__*/React.createElement("p", {
15757
15768
  className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
15758
- }, langdetect == 'en' ? 'Forsa' : ' Forsa'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.acceptSouhoolaCard) == 1 && /*#__PURE__*/React.createElement("div", {
15769
+ }, langdetect == 'en' ? 'Forsa' : ' Forsa'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.acceptSouhoolaCard) == 1 && /*#__PURE__*/React.createElement("div", {
15759
15770
  className: "col-xl-4 col-lg-4 col-md-12 mb-3"
15760
15771
  }, /*#__PURE__*/React.createElement("label", {
15761
15772
  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 '
@@ -15777,7 +15788,7 @@ var Checkout = function Checkout(props) {
15777
15788
  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"
15778
15789
  })), /*#__PURE__*/React.createElement("p", {
15779
15790
  className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
15780
- }, langdetect == 'en' ? 'Souhoola' : ' Souhoola'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.acceptonlinePaypal) == 1 && /*#__PURE__*/React.createElement("div", {
15791
+ }, langdetect == 'en' ? 'Souhoola' : ' Souhoola'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.acceptonlinePaypal) == 1 && /*#__PURE__*/React.createElement("div", {
15781
15792
  className: "col-xl-4 col-lg-4 col-md-12 mb-3"
15782
15793
  }, /*#__PURE__*/React.createElement("label", {
15783
15794
  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 '
@@ -15799,7 +15810,7 @@ var Checkout = function Checkout(props) {
15799
15810
  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"
15800
15811
  })), /*#__PURE__*/React.createElement("p", {
15801
15812
  className: "".concat(formstyles.checkbox_label, " + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '")
15802
- }, langdetect == 'en' ? 'Paypal' : ' Paypal'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.acceptBankInstallementsCard) == 1 && /*#__PURE__*/React.createElement("div", {
15813
+ }, langdetect == 'en' ? 'Paypal' : ' Paypal'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.acceptBankInstallementsCard) == 1 && /*#__PURE__*/React.createElement("div", {
15803
15814
  className: "col-xl-4 col-lg-4 col-md-12 mb-3"
15804
15815
  }, /*#__PURE__*/React.createElement("label", {
15805
15816
  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 '
@@ -15821,7 +15832,7 @@ var Checkout = function Checkout(props) {
15821
15832
  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"
15822
15833
  })), /*#__PURE__*/React.createElement("p", {
15823
15834
  className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
15824
- }, langdetect == 'en' ? 'Bank Installments' : ' التقسيط عن طريق البنك'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.acceptAmanCard) == 1 && /*#__PURE__*/React.createElement("div", {
15835
+ }, langdetect == 'en' ? 'Bank Installments' : ' التقسيط عن طريق البنك'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i44 = authdetailsContext.instinfo) === null || _authdetailsContext$i44 === void 0 ? void 0 : _authdetailsContext$i44.acceptAmanCard) == 1 && /*#__PURE__*/React.createElement("div", {
15825
15836
  className: "col-xl-4 col-lg-4 col-md-12 mb-3"
15826
15837
  }, /*#__PURE__*/React.createElement("label", {
15827
15838
  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 '
@@ -15843,7 +15854,7 @@ var Checkout = function Checkout(props) {
15843
15854
  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"
15844
15855
  })), /*#__PURE__*/React.createElement("p", {
15845
15856
  className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
15846
- }, langdetect == 'en' ? 'Aman' : 'Aman'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.acceptTamara) == 1 && /*#__PURE__*/React.createElement("div", {
15857
+ }, langdetect == 'en' ? 'Aman' : 'Aman'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i45 = authdetailsContext.instinfo) === null || _authdetailsContext$i45 === void 0 ? void 0 : _authdetailsContext$i45.acceptTamara) == 1 && /*#__PURE__*/React.createElement("div", {
15847
15858
  className: "col-xl-4 col-lg-4 col-md-12 mb-3"
15848
15859
  }, /*#__PURE__*/React.createElement("label", {
15849
15860
  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 '
@@ -15865,7 +15876,7 @@ var Checkout = function Checkout(props) {
15865
15876
  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"
15866
15877
  })), /*#__PURE__*/React.createElement("p", {
15867
15878
  className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
15868
- }, langdetect == 'en' ? 'Tamara' : ' تمارا'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.acceptTabby) == 1 && /*#__PURE__*/React.createElement("div", {
15879
+ }, langdetect == 'en' ? 'Tamara' : ' تمارا'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i46 = authdetailsContext.instinfo) === null || _authdetailsContext$i46 === void 0 ? void 0 : _authdetailsContext$i46.acceptTabby) == 1 && /*#__PURE__*/React.createElement("div", {
15869
15880
  className: "col-xl-4 col-lg-4 col-md-12 mb-3"
15870
15881
  }, /*#__PURE__*/React.createElement("label", {
15871
15882
  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 '
@@ -15897,7 +15908,7 @@ var Checkout = function Checkout(props) {
15897
15908
  dangerouslySetInnerHTML: {
15898
15909
  __html: langdetect == 'en' ? sectionproperties.instapayoptioncontenten : sectionproperties.instapayoptioncontentar
15899
15910
  }
15900
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i44 = authdetailsContext.instinfo) === null || _authdetailsContext$i44 === void 0 ? void 0 : _authdetailsContext$i44.contactinfo.instid) == '696fa922c1d13' && cashchosen == true && /*#__PURE__*/React.createElement("div", {
15911
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i47 = authdetailsContext.instinfo) === null || _authdetailsContext$i47 === void 0 ? void 0 : _authdetailsContext$i47.contactinfo.instid) == '696fa922c1d13' && cashchosen == true && /*#__PURE__*/React.createElement("div", {
15901
15912
  "class": "col-12 px-3 px-md-2 my-3"
15902
15913
  }, /*#__PURE__*/React.createElement("p", {
15903
15914
  "class": ' pb-0 pl-md-2 pr-md-2 ',