tabexseriescomponents 0.0.64 → 0.0.66

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.
Files changed (178) hide show
  1. package/dist/index.cjs.js +25023 -16634
  2. package/dist/index.esm.js +25033 -16645
  3. package/dist/index.umd.js +24824 -16437
  4. package/package.json +1 -1
  5. package/src1-10/Contexts/LanguageContext.jsx +347 -0
  6. package/src1-10/Contexts/ProductsCardsSectionContext.jsx +28 -0
  7. package/src1-10/StylesJS/Customstyles.js +235 -0
  8. package/src1-10/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +205 -0
  9. package/src1-10/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +239 -0
  10. package/src1-10/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +198 -0
  11. package/src1-10/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +169 -0
  12. package/src1-10/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +180 -0
  13. package/src1-10/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +162 -0
  14. package/src1-10/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +184 -0
  15. package/src1-10/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +149 -0
  16. package/src1-10/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +271 -0
  17. package/src1-10/TabexComponents/Cards/MenuCard/MenuCard.jsx +546 -0
  18. package/src1-10/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +474 -0
  19. package/src1-10/TabexComponents/Cards/Productcard6/Productcard6.jsx +290 -0
  20. package/src1-10/TabexComponents/Cards/Productcard7/Productcard7.jsx +278 -0
  21. package/src1-10/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +293 -0
  22. package/src1-10/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +278 -0
  23. package/src1-10/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +312 -0
  24. package/src1-10/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +279 -0
  25. package/src1-10/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +293 -0
  26. package/src1-10/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +456 -0
  27. package/src1-10/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +272 -0
  28. package/src1-10/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +286 -0
  29. package/src1-10/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +127 -0
  30. package/src1-10/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +126 -0
  31. package/src1-10/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +292 -0
  32. package/src1-10/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +281 -0
  33. package/src1-10/TabexComponents/Footer/Footer1/Footer1.jsx +418 -0
  34. package/src1-10/TabexComponents/Footer/Footer2/Footer2.jsx +381 -0
  35. package/src1-10/TabexComponents/Footer/Footer3/Footer3.jsx +316 -0
  36. package/src1-10/TabexComponents/Footer/Footer4/Footer4.jsx +437 -0
  37. package/src1-10/TabexComponents/Footer/Footer5/Footer5.jsx +488 -0
  38. package/src1-10/TabexComponents/Footer/Footer6/Footer6.jsx +286 -0
  39. package/src1-10/TabexComponents/Footer/Footer7/Footer7.jsx +370 -0
  40. package/src1-10/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +231 -0
  41. package/src1-10/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
  42. package/src1-10/TabexComponents/Generalfiles/images/noimage.png +0 -0
  43. package/src1-10/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
  44. package/src1-10/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
  45. package/src1-10/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
  46. package/src1-10/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
  47. package/src1-10/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
  48. package/src1-10/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
  49. package/src1-10/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
  50. package/src1-10/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
  51. package/src1-10/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
  52. package/src1-10/TabexComponents/Generalfiles/images/usflag.png +0 -0
  53. package/src1-10/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
  54. package/src1-10/TabexComponents/Headers/AllinoneHeader/AllinoneHeader.jsx +722 -0
  55. package/src1-10/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +681 -0
  56. package/src1-10/TabexComponents/Headers/Header4/Header4.jsx +614 -0
  57. package/src1-10/TabexComponents/Headers/Header6/Header6.jsx +666 -0
  58. package/src1-10/TabexComponents/Headers/Header8/Header8.jsx +888 -0
  59. package/src1-10/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +710 -0
  60. package/src1-10/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +769 -0
  61. package/src1-10/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +666 -0
  62. package/src1-10/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +940 -0
  63. package/src1-10/TabexComponents/Headers/Modernheader/Modernheader.jsx +714 -0
  64. package/src1-10/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +833 -0
  65. package/src1-10/TabexComponents/Headers/Subheader/Subheader.jsx +239 -0
  66. package/src1-10/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +312 -0
  67. package/src1-10/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +278 -0
  68. package/src1-10/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +129 -0
  69. package/src1-10/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +153 -0
  70. package/src1-10/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +295 -0
  71. package/src1-10/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +409 -0
  72. package/src1-10/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +793 -0
  73. package/src1-10/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx +486 -0
  74. package/src1-10/TabexComponents/Sections/Cards/CardsSection7/CardsSection7.js +888 -0
  75. package/src1-10/TabexComponents/Sections/Cards/CardsSection8/CardsSection8.js +419 -0
  76. package/src1-10/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx +512 -0
  77. package/src1-10/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +281 -0
  78. package/src1-10/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +166 -0
  79. package/src1-10/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +152 -0
  80. package/src1-10/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +139 -0
  81. package/src1-10/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +146 -0
  82. package/src1-10/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +209 -0
  83. package/src1-10/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +145 -0
  84. package/src1-10/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +252 -0
  85. package/src1-10/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +175 -0
  86. package/src1-10/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +154 -0
  87. package/src1-10/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +193 -0
  88. package/src1-10/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +197 -0
  89. package/src1-10/TabexComponents/Sections/Slideshow/Slideshowzoom/Arrow.js +91 -0
  90. package/src1-10/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +309 -0
  91. package/src1-10/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +260 -0
  92. package/src1-10/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +459 -0
  93. package/src1-10/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx +216 -0
  94. package/src1-10/TabexComponents/StaticPages/Checkout/Checkout.jsx +1220 -0
  95. package/src1-10/TabexComponents/StaticPages/Filter/Filter.jsx +542 -0
  96. package/src1-10/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +51 -0
  97. package/src1-10/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +35 -0
  98. package/src1-10/TabexComponents/StaticPages/Login/Login.jsx +299 -0
  99. package/src1-10/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.js +192 -0
  100. package/src1-10/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +1271 -0
  101. package/src1-10/TabexComponents/StaticPages/Policies/Policies.jsx +353 -0
  102. package/src1-10/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +1456 -0
  103. package/src1-10/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +209 -0
  104. package/src1-10/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +776 -0
  105. package/src1-10/TabexComponents/StaticPages/Signup/Signup.jsx +157 -0
  106. package/src1-10/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +285 -0
  107. package/src1-10/TabexComponents/StaticPages/Viewcart/Viewcart.js +1090 -0
  108. package/src1-10/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +606 -0
  109. package/src1-10/assets/images/cod.png +0 -0
  110. package/src1-10/assets/images/egyptflag.png +0 -0
  111. package/src1-10/assets/images/fawry.png +0 -0
  112. package/src1-10/assets/images/payment.png +0 -0
  113. package/src1-10/assets/images/paymob.png +0 -0
  114. package/src1-10/assets/images/paypal.png +0 -0
  115. package/src1-10/assets/images/shoppingcart.png +0 -0
  116. package/src1-10/assets/images/usflag.png +0 -0
  117. package/src1-10/assets/images/visa.png +0 -0
  118. package/src1-10/assets/images/whatsapp.png +0 -0
  119. package/src1-10/button.jsx +40 -0
  120. package/src1-10/index.jsx +179 -0
  121. package/src1-10/styles/Home.module.css +129 -0
  122. package/src1-10/styles/cards/Categorcycard_fullimage.module.css +10 -0
  123. package/src1-10/styles/cards/Categorycard_slidebgscaled.module.css +73 -0
  124. package/src1-10/styles/cards/Categorycard_withshapes.module.css +189 -0
  125. package/src1-10/styles/cards/Productcard6.module.css +9 -0
  126. package/src1-10/styles/cards/Productcard_with_circularbg.module.css +137 -0
  127. package/src1-10/styles/cards/Productccard_with_zoominonhover.module.css +51 -0
  128. package/src1-10/styles/cards/Prouductcard_with_zoomhover.module.css +61 -0
  129. package/src1-10/styles/cards/categorycard.module.css +102 -0
  130. package/src1-10/styles/cards/categorycard3.module.css +51 -0
  131. package/src1-10/styles/cards/categorycardwithtext.module.css +40 -0
  132. package/src1-10/styles/cards/productcard_animatedbuttons.module.css +104 -0
  133. package/src1-10/styles/cards/productcard_with_textonhover.module.css +12 -0
  134. package/src1-10/styles/cards/productccard_with_imageontopleft.module.css +85 -0
  135. package/src1-10/styles/general/bootstrap.css +4415 -0
  136. package/src1-10/styles/general/dropdown.css +199 -0
  137. package/src1-10/styles/general/editorbardropdown.module.css +94 -0
  138. package/src1-10/styles/general/filter.module.css +108 -0
  139. package/src1-10/styles/general/form.module.css +273 -0
  140. package/src1-10/styles/general/general.module.css +861 -0
  141. package/src1-10/styles/general/image-gallery.css +481 -0
  142. package/src1-10/styles/general/react-accessible-accordion.module.css +52 -0
  143. package/src1-10/styles/general/react-phone-input-2.module.css +927 -0
  144. package/src1-10/styles/general/scrollbtn.module.css +22 -0
  145. package/src1-10/styles/general/slick.module.css +166 -0
  146. package/src1-10/styles/general/tabs.module.css +110 -0
  147. package/src1-10/styles/general/workplaceeditor.module.css +328 -0
  148. package/src1-10/styles/globals.css +26 -0
  149. package/src1-10/styles/headers/Allinoneheader.module.css +91 -0
  150. package/src1-10/styles/headers/Header7.module.css +50 -0
  151. package/src1-10/styles/headers/Header_threesectionslogocentered.module.css +97 -0
  152. package/src1-10/styles/headers/Sideheader.module.css +108 -0
  153. package/src1-10/styles/headers/classicheaderstyles.module.css +16 -0
  154. package/src1-10/styles/headers/dropdown.css +0 -0
  155. package/src1-10/styles/headers/header4.module.css +175 -0
  156. package/src1-10/styles/headers/header5.module.css +30 -0
  157. package/src1-10/styles/headers/header6.module.css +117 -0
  158. package/src1-10/styles/headers/header_contactinfo.module.css +78 -0
  159. package/src1-10/styles/headers/headerresturant.module.css +89 -0
  160. package/src1-10/styles/headers/headerstyles.module.css +24 -0
  161. package/src1-10/styles/headers/modernheader.module.css +78 -0
  162. package/src1-10/styles/headers/subheader.module.css +114 -0
  163. package/src1-10/styles/sections/Backgroundimage1.module.css +17 -0
  164. package/src1-10/styles/sections/Backgroundimage_with_topcircle.module.css +28 -0
  165. package/src1-10/styles/sections/Section_with_rightbgcont.module.css +49 -0
  166. package/src1-10/styles/sections/Slideshow_with_rotatedsquare.module.css +35 -0
  167. package/src1-10/styles/sections/Slideshow_with_squarebg.module.css +39 -0
  168. package/src1-10/styles/staticpages/accordion.module.css +9 -0
  169. package/src1-10/styles/staticpages/cart.module.css +108 -0
  170. package/src1-10/styles/staticpages/dropdown.css +196 -0
  171. package/src1-10/styles/staticpages/filter.module.css +139 -0
  172. package/src1-10/styles/staticpages/login.module.css +146 -0
  173. package/src1-10/styles/staticpages/productinfo.module.css +54 -0
  174. package/src1-10/styles/staticpages/shop.module.css +191 -0
  175. package/src1-10/styles/staticpages/signup.module.css +206 -0
  176. package/src1-10/styles/staticpages/staticroutersidenav.module.css +129 -0
  177. package/src1-10/styles/staticpages/viewcart.module.css +129 -0
  178. package/src1-10/styles/staticpages/wishlist.module.css +29 -0
@@ -0,0 +1,437 @@
1
+ import React, { useEffect, useState, useContext } from 'react';
2
+ import { css } from 'glamor';
3
+ import { FaFacebookF } from 'react-icons/fa';
4
+ import { AiFillInstagram, AiOutlineMail, AiOutlinePhone } from 'react-icons/ai';
5
+ import { GoLocation } from 'react-icons/go';
6
+ import visa from '../../../assets/images/visa.png';
7
+ import fawry from '../../../assets/images/fawry.png';
8
+ import paypal from '../../../assets/images/paypal.png';
9
+ import paymob from '../../../assets/images/paymob.png';
10
+ import { BsWhatsapp } from 'react-icons/bs';
11
+ import { IKImage } from 'imagekitio-react';
12
+ import { IKpublicKey, IKurlEndpoint } from '../../../../Env';
13
+ const Footer4 = (props) => {
14
+ const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
15
+ const lang = props.actions.lang;
16
+ const langdetect = props.actions.langdetect;
17
+ const routingcountext = props.actions.routingcountext;
18
+ const StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
19
+ const authdetailsContext = props.actions.authdetailsContext;
20
+ const templateproperties_context = props.actions.templateproperties_context;
21
+ const templatepropcontext = props.actions.templatepropcontext;
22
+ const history = props.actions.history;
23
+ const [sectionproperties, setsectionproperties] = useState('');
24
+ useEffect(() => {
25
+ if (props.srcfrom == 'addsectionform') {
26
+ var secpropobj = {};
27
+ props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
28
+ secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
29
+ });
30
+ setsectionproperties({ ...secpropobj });
31
+ } else {
32
+ var secpropobj = {};
33
+ StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
34
+ if (sectionitem.sectionid == props.sectionidprops) {
35
+ sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
36
+ secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
37
+ });
38
+ }
39
+ });
40
+ setsectionproperties({ ...secpropobj });
41
+ }
42
+ }, [StatePagePropertiesContext]);
43
+ const footerStyles = {
44
+ footerContainer: css({
45
+ background: sectionproperties.footerbgcolor,
46
+ paddingTop: sectionproperties.footer_paddingTop + 'px',
47
+ paddingLeft: langdetect == 'en' ? sectionproperties.footer_paddingLeft + 'px' : sectionproperties.footer_paddingRight + 'px',
48
+ paddingRight: langdetect == 'en' ? sectionproperties.footer_paddingRight + 'px' : sectionproperties.footer_paddingLeft + 'px',
49
+ paddingBottom: sectionproperties.footer_paddingBottom + 'px',
50
+ width: '100vw',
51
+ }),
52
+ footerlogo: css({
53
+ width: sectionproperties.logo_width + 'px',
54
+ height: sectionproperties.logo_height + 'px',
55
+ position: 'relative',
56
+ }),
57
+ footertitlestyles: css({
58
+ textTransform: sectionproperties.footertitle_texttransform,
59
+ fontSize: sectionproperties.footertitle__fontsize + 'px',
60
+ fontWeight: sectionproperties.footertitle__fontweight,
61
+ color: sectionproperties.footertitlecolor,
62
+ }),
63
+ facebook_btn: css({
64
+ background: sectionproperties.facebkbtnn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.facebkbtnnbgColor,
65
+ width: sectionproperties.facebkbtnnWidth + 'px',
66
+ height: sectionproperties.facebkbtnnHeight + 'px',
67
+ borderRadius: sectionproperties.facebkbtnn_borderRadius + 'px',
68
+ color: sectionproperties.facebkbtnnTextcolor,
69
+ border: sectionproperties.facebkbtnnborderwidth + 'px solid ' + sectionproperties.facebkbtnnbordercolor,
70
+ cursor: 'pointer',
71
+ transition: '.3s',
72
+ ':hover': {
73
+ background: sectionproperties.facebkbtnntransparentbgcoloronhover == 'transparent' ? 'Transparent' : sectionproperties.facebkbtnnbgColoronhover,
74
+ color: sectionproperties.facebkbtnnTextcoloronhover,
75
+ },
76
+ }),
77
+ youtube_btn: css({
78
+ cursor: 'pointer',
79
+ background: sectionproperties.youtubebtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.youtubebtnbgColor,
80
+ width: sectionproperties.youtubebtnWidth + 'px',
81
+ height: sectionproperties.youtubebtnHeight + 'px',
82
+ borderRadius: sectionproperties.youtubebtn_borderRadius + 'px',
83
+ color: sectionproperties.youtubebtnTextcolor,
84
+ border: sectionproperties.youtubebtnborderwidth + 'px solid ' + sectionproperties.youtubebtnbordercolor,
85
+ transition: '.3s',
86
+ ':hover': {
87
+ background: sectionproperties.youtubebtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.youtubebtnbgColoronhover,
88
+ color: sectionproperties.youtubebtnTextcoloronhover,
89
+ },
90
+ }),
91
+ instgram_btn: css({
92
+ cursor: 'pointer',
93
+ background: sectionproperties.instgrambtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.instgrambtnbgColor,
94
+ width: sectionproperties.instgrambtnWidth + 'px',
95
+ height: sectionproperties.instgrambtnHeight + 'px',
96
+ borderRadius: sectionproperties.instgrambtn_borderRadius + 'px',
97
+ color: sectionproperties.instgrambtnTextcolor,
98
+ border: sectionproperties.instgrambtnborderwidth + 'px solid ' + sectionproperties.instgrambtnbordercolor,
99
+ transition: '.3s',
100
+ ':hover': {
101
+ background: sectionproperties.instgrambtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.instgrambtnbgColoronhover,
102
+ color: sectionproperties.instgrambtnTextcoloronhover,
103
+ },
104
+ }),
105
+ footersubtitlestyles: css({
106
+ textTransform: sectionproperties.footersubtitle_texttransform,
107
+ fontSize: sectionproperties.footersubtitle__fontsize + 'px',
108
+ fontWeight: sectionproperties.footersubtitle__fontweight,
109
+ color: sectionproperties.footersubtitle_textColor,
110
+ cursor: 'pointer',
111
+ transition: '.3s',
112
+ ':hover': {
113
+ color: sectionproperties.footersubtitle_textColoronhover,
114
+ },
115
+ }),
116
+ footerinformationstyles: css({
117
+ textTransform: sectionproperties.footerinfotext_textTransform,
118
+ fontSize: sectionproperties.footerinfotext_fontsize + 'px',
119
+ fontWeight: sectionproperties.footerinfotext_fontweight,
120
+ color: sectionproperties.footerinfotext_color,
121
+ }),
122
+ footeraddress: css({
123
+ textTransform: sectionproperties.footeraddress_texttransform,
124
+ fontSize: sectionproperties.footeraddress__fontsize + 'px',
125
+ fontWeight: sectionproperties.footeraddress__fontweight,
126
+ color: sectionproperties.footeraddress_textColor,
127
+ ':hover': {
128
+ color: sectionproperties.footersubtitle_textColoronhover,
129
+ },
130
+ }),
131
+ divider: css({
132
+ height: sectionproperties.vl_height + 'px',
133
+ width: sectionproperties.vl_width + '%',
134
+ backgroundColor: sectionproperties.vl_bg,
135
+ marginBottom: sectionproperties.divider_mb + 'px',
136
+ marginTop: sectionproperties.divider_mt + 'px',
137
+ }),
138
+ payimgcont: css({
139
+ marginLeft: '10px',
140
+ marginRight: '10px',
141
+ }),
142
+ payimg: css({
143
+ width: '100%',
144
+ height: '100%',
145
+ objectFit: 'contain',
146
+ }),
147
+ };
148
+ const [logoarrayofobjects, setlogoarrayofobjects] = useState([]);
149
+ useEffect(() => {
150
+ if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
151
+ var logoarrayofobjectsparsed = JSON.parse(templateproperties_context.logoarrayofobjects);
152
+ if (Array.isArray(logoarrayofobjectsparsed)) {
153
+ setlogoarrayofobjects([...logoarrayofobjectsparsed]);
154
+ }
155
+ }
156
+ }, [templateproperties_context]);
157
+ return (
158
+ // <div className="row m-0 w-100 d-flex justify-content-center">
159
+
160
+ <>
161
+ <footer className={`${footerStyles.footerContainer}` + ' pl-md-4 pr-md-4 pl-sm-4 pr-sm-4 '}>
162
+ <div className="row w-100 m-0 align-items-start">
163
+ <div className="col-lg-12 p-0 d-flex justify-content-start mb-2">
164
+ <div className={`${footerStyles.footerlogo}` + ' d-flex flex-column align-items-center justify-content-start '}>
165
+ <IKImage
166
+ urlEndpoint={IKurlEndpoint}
167
+ publicKey={IKpublicKey}
168
+ path={langdetect == 'en' ? logoarrayofobjects[0]?.englishlogo : logoarrayofobjects[0]?.arabiclogo}
169
+ style={{
170
+ maxWidth: '100%',
171
+ maxHeight: '100%',
172
+ }}
173
+ />
174
+ </div>
175
+ </div>
176
+ <div className="col-lg-3 p-sm-0">
177
+ <div className="row m-0 w-100">
178
+ <div className="col-lg-12 p-0 d-sm-none">
179
+ <p className={`${footerStyles.footertitlestyles}` + ' m-0 p-0 mb-3 wordbreak '} style={{ textAlign: langdetect == 'en' ? 'left' : 'right', opacity: 0 }}>
180
+ {lang.usefullinks}
181
+ </p>
182
+ </div>
183
+ {sectionproperties.showtitle == 'Show' && (
184
+ <div className="col-lg-12 p-0 d-flex justify-content-start">
185
+ <p
186
+ className="mb-0 p-0 wordbreak"
187
+ style={{
188
+ color: sectionproperties.titlecolor,
189
+ textTransform: sectionproperties.titletexttransform,
190
+ fontWeight: sectionproperties.titlefontweight,
191
+ fontSize: sectionproperties.titlefontsize + 'px',
192
+ marginLeft: sectionproperties.titlemarginleft + 'px',
193
+ }}
194
+ >
195
+ {langdetect == 'en' ? authdetailsContext.instinfo.storename_en : authdetailsContext.instinfo.storename_ar}
196
+ </p>
197
+ </div>
198
+ )}
199
+ {sectionproperties.showfooterdescription == 'Show' && (
200
+ <div className="col-lg-12 p-0 d-flex justify-content-start mt-2">
201
+ <p className={`${footerStyles.footerinformationstyles}` + ' wordbreak p-0 mb-4 '}>
202
+ {langdetect == 'en' ? authdetailsContext.instinfo.description_en : authdetailsContext.instinfo.description_ar}
203
+ </p>
204
+ </div>
205
+ )}
206
+ {sectionproperties.showfooteraddress == 'Show' && (
207
+ <div className={`${footerStyles.footerinformationstyles}` + ' col-lg-12 col-md-4 col-sm-12 p-0 d-flex justify-content-start align-items-center mb-3 '}>
208
+ <i className="h-100 d-flex justify-content-center align-items-center">
209
+ <GoLocation className={langdetect == 'en' ? 'mr-2' : 'ml-2'} size={20} />
210
+ </i>
211
+ <p className={' p-0 m-0 wordbreak '}>{authdetailsContext.instinfo.address_en}</p>
212
+ </div>
213
+ )}
214
+ {sectionproperties.showfooteremail == 'Show' && (
215
+ <div
216
+ className={`${footerStyles.footerinformationstyles}` + ' col-lg-12 col-md-4 col-sm-12 p-0 d-flex justify-content-start align-items-center mb-3 '}
217
+ onClick={() => {
218
+ window.open('mailto:' + authdetailsContext.instinfo.contactinfo.email, '_self');
219
+ }}
220
+ style={{ cursor: 'pointer' }}
221
+ >
222
+ <i className="h-100 d-flex justify-content-center align-items-center">
223
+ <AiOutlineMail className={langdetect == 'en' ? 'mr-2' : 'ml-2'} size={20} />
224
+ </i>
225
+ <p className={' p-0 m-0 wordbreak text-transform-none '}>{authdetailsContext.instinfo.contactinfo.email}</p>
226
+ </div>
227
+ )}
228
+ {sectionproperties.showfooterphonenumber == 'Show' && (
229
+ <div
230
+ className={`${footerStyles.footerinformationstyles}` + ' col-lg-12 col-md-4 col-sm-12 p-0 d-flex justify-content-start align-items-center mb-md-3'}
231
+ onClick={() => {
232
+ window.open('tel:+' + authdetailsContext.instinfo.contactinfo.mobile, '_self');
233
+ }}
234
+ style={{ cursor: 'pointer' }}
235
+ >
236
+ <i className="h-100 d-flex justify-content-center align-items-center">
237
+ <AiOutlinePhone className={langdetect == 'en' ? 'mr-2' : 'ml-2'} size={20} />
238
+ </i>
239
+ <p className={' p-0 m-0 wordbreak '}>{authdetailsContext.instinfo.contactinfo.mobile}</p>
240
+ </div>
241
+ )}
242
+ </div>
243
+ </div>
244
+ {sectionproperties.showhidemainpages == 'Show' && (
245
+ <div className="col-lg-3 col-md-6 col-sm-12 d-flex align-items-center justify-content-start p-sm-0">
246
+ <div className="row m-0 w-100">
247
+ <div className="col-lg-12 p-0">
248
+ <p className={`${footerStyles.footertitlestyles}` + ' m-0 p-0 mb-3 wordbreak '} style={{ textAlign: langdetect == 'en' ? 'left' : 'right' }}>
249
+ {lang.usefullinks}
250
+ </p>
251
+ </div>
252
+ {templatepropcontext.pagesnprop.map((item, index) => {
253
+ if (item.isnavigation == 1 && item.isactive == 1) {
254
+ if (index < 3) {
255
+ return (
256
+ <div className="col-lg-12 p-0">
257
+ <div
258
+ onClick={() => {
259
+ history.push(item.navigationroute);
260
+ }}
261
+ >
262
+ <p className={`${footerStyles.footersubtitlestyles}` + ' wordbreak '} style={{ textAlign: langdetect == 'en' ? 'left' : 'right' }}>
263
+ {langdetect == 'en' ? item.pagename : item.pagename_ar}
264
+ </p>
265
+ </div>
266
+ </div>
267
+ );
268
+ }
269
+ }
270
+ })}
271
+ </div>
272
+ </div>
273
+ )}
274
+ {sectionproperties.showhidemainpages == 'Show' && (
275
+ <div className="col-lg-3 col-md-6 col-sm-12 d-flex flex-column align-items-center justify-content-start p-sm-0">
276
+ <div className="row m-0 w-100">
277
+ <div className="col-lg-12 p-0 d-sm-none">
278
+ <p className={`${footerStyles.footertitlestyles}` + ' m-0 p-0 mb-3 wordbreak d-none '} style={{ textAlign: langdetect == 'en' ? 'left' : 'right' }}>
279
+ {lang.usefullinks}
280
+ </p>
281
+ </div>
282
+ {templatepropcontext.pagesnprop.map((item, index) => {
283
+ if (item.isnavigation == 1 && item.isactive == 1) {
284
+ if (index > 2) {
285
+ return (
286
+ <div className="col-lg-12 p-0">
287
+ <div
288
+ onClick={() => {
289
+ history.push(item.navigationroute);
290
+ }}
291
+ >
292
+ <p className={`${footerStyles.footersubtitlestyles}` + ' wordbreak '} style={{ textAlign: langdetect == 'en' ? 'left' : 'right' }}>
293
+ {langdetect == 'en' ? item.pagename : item.pagename_ar}
294
+ </p>
295
+ </div>
296
+ </div>
297
+ );
298
+ }
299
+ }
300
+ })}
301
+ </div>
302
+ </div>
303
+ )}
304
+ {sectionproperties.showhidesubpages == 'Show' && (
305
+ <div className="col-lg-3 col-md-6 col-sm-12 p-sm-0">
306
+ <p className={`${footerStyles.footertitlestyles}` + ' m-0 p-0 mb-3 wordbreak '} style={{ textAlign: langdetect == 'en' ? 'left' : 'right' }}>
307
+ {lang.helpcenter}
308
+ </p>
309
+ <p
310
+ className={`${footerStyles.footersubtitlestyles}` + ' wordbreak '}
311
+ style={{ textAlign: langdetect == 'en' ? 'left' : 'right' }}
312
+ onClick={() => {
313
+ routingcountext(StaticPagesLinksContext.Wishlist);
314
+ }}
315
+ >
316
+ {lang.wishlist}
317
+ </p>
318
+ <p
319
+ className={`${footerStyles.footersubtitlestyles}` + ' wordbreak '}
320
+ style={{ textAlign: langdetect == 'en' ? 'left' : 'right' }}
321
+ onClick={() => {
322
+ routingcountext(StaticPagesLinksContext.Ordershistory);
323
+ }}
324
+ >
325
+ {lang.orderhistory}
326
+ </p>
327
+ <p
328
+ className={`${footerStyles.footersubtitlestyles}` + ' wordbreak '}
329
+ style={{ textAlign: langdetect == 'en' ? 'left' : 'right' }}
330
+ onClick={() => {
331
+ routingcountext(StaticPagesLinksContext.Policies);
332
+ }}
333
+ >
334
+ {lang.policies}
335
+ </p>
336
+ </div>
337
+ )}
338
+ </div>
339
+ <div className={`${footerStyles.divider}`}></div>
340
+ <div
341
+ className="row w-100 m-0 pl-md-2 pr-md-2"
342
+ style={{
343
+ paddingLeft: langdetect == 'en' ? sectionproperties.footer_paddingLeft + 'px' : sectionproperties.footer_paddingRight + 'px',
344
+ paddingRight: langdetect == 'en' ? sectionproperties.footer_paddingRight + 'px' : sectionproperties.footer_paddingLeft + 'px',
345
+ }}
346
+ >
347
+ <div className="col-lg-4 col-md-12 d-flex justify-content-start align-items-center p-0">
348
+ {sectionproperties.storenameshow == 'Show' && (
349
+ <p
350
+ className="m-0 "
351
+ style={{
352
+ color: sectionproperties.storenamecolor,
353
+ fontSize: sectionproperties.storenamefontsize + 'px',
354
+ fontWeight: sectionproperties.storenamefontweight,
355
+ }}
356
+ >
357
+ @{langdetect == 'en' ? authdetailsContext.instinfo.storename_en : authdetailsContext.instinfo.storename_ar}
358
+ </p>
359
+ )}
360
+ </div>
361
+ <div className="col-lg-4 col-md-12 d-flex flex-row align-items-center justify-content-center justify-content-md-start p-0">
362
+ {sectionproperties.showpaymentfooter == 'Show' && (
363
+ <div className="row m-0 w-100 d-flex flex-row align-items-center justify-content-center justify-content-md-start">
364
+ <div
365
+ className={`${footerStyles.payimgcont}`}
366
+ style={{
367
+ width: '50px',
368
+ height: '40px',
369
+ }}
370
+ >
371
+ <img src={visa} className={`${footerStyles.payimg}`} />
372
+ </div>
373
+ <div
374
+ className={`${footerStyles.payimgcont}`}
375
+ style={{
376
+ width: '70px',
377
+ height: '40px',
378
+ }}
379
+ >
380
+ <img src={paypal} className={`${footerStyles.payimg}`} />
381
+ </div>
382
+ <div
383
+ className={`${footerStyles.payimgcont}`}
384
+ style={{
385
+ width: '70px',
386
+ height: '40px',
387
+ }}
388
+ >
389
+ <img src={fawry} className={`${footerStyles.payimg}`} />
390
+ </div>
391
+ <div
392
+ className={`${footerStyles.payimgcont}`}
393
+ style={{
394
+ width: '75px',
395
+ height: '40px',
396
+ }}
397
+ >
398
+ <img src={paymob} className={`${footerStyles.payimg}`} />
399
+ </div>
400
+ </div>
401
+ )}
402
+ </div>
403
+ <div className="col-lg-4 col-md-12 d-flex flex-row align-items-center justify-content-end justify-content-md-start p-0">
404
+ <p className={langdetect == 'en' ? footerStyles.footerinformationstyles + ' mb-0 mr-2 mr-sm-3 ' : footerStyles.footerinformationstyles + ' mb-0 ml-2 ml-sm-3 '}>
405
+ {lang.stayconnected}:
406
+ </p>
407
+ {sectionproperties.fbbtn_show == 'Show' && (
408
+ <div className={langdetect == 'en' ? `${footerStyles.facebook_btn}` + ' allcentered mr-3 mr-sm-4 ' : `${footerStyles.facebook_btn}` + ' allcentered ml-3 ml-sm-4'}>
409
+ <i className="h-100 allcentered">
410
+ <FaFacebookF size={sectionproperties.facebkbtnniconfontsize} />
411
+ </i>
412
+ </div>
413
+ )}
414
+ {sectionproperties.instbtn_show == 'Show' && (
415
+ <div className={langdetect == 'en' ? `${footerStyles.instgram_btn}` + ' allcentered mr-3 mr-sm-4 ' : `${footerStyles.instgram_btn}` + ' allcentered ml-3 ml-sm-4'}>
416
+ <i className="h-100 allcentered">
417
+ <AiFillInstagram size={sectionproperties.instgrambtniconfontsize} />
418
+ </i>
419
+ </div>
420
+ )}
421
+ {sectionproperties.youtbtn_show == 'Show' && (
422
+ <div className={langdetect == 'en' ? `${footerStyles.youtube_btn}` + ' allcentered mr-3 mr-sm-4 ' : `${footerStyles.youtube_btn}` + ' allcentered ml-3 ml-sm-4'}>
423
+ <i className="h-100 allcentered">
424
+ <BsWhatsapp size={sectionproperties.youtubebtniconfontsize} />
425
+ </i>
426
+ </div>
427
+ )}
428
+ </div>
429
+ </div>
430
+ </footer>
431
+ </>
432
+
433
+ // {/* </div> */}
434
+ );
435
+ };
436
+
437
+ export default Footer4;