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,290 @@
1
+ import React, { useEffect, useState, useContext } from 'react';
2
+ import { serverbaselink } from '../../../../Env';
3
+ import cardsstyles from '../../../styles/cards/Productcard6.module.css';
4
+ import { css } from 'glamor';
5
+ import { AiFillStar, AiOutlineStar } from 'react-icons/ai';
6
+ import { FaRegHeart, FaHeart } from 'react-icons/fa';
7
+
8
+ const Productcard6 = (props) => {
9
+ const [sectionproperties, setsectionproperties] = useState('');
10
+ const [item, setitem] = useState(props.cardinfoitemprops);
11
+ const [index, setindex] = useState(props.cardinfoindexprops);
12
+ const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
13
+ const lang = props.actions.lang;
14
+ const langdetect = props.actions.langdetect;
15
+ const setShowProductInfoModalContext = props.actions.setShowProductInfoModalContext;
16
+ const addtofavoritescontext = props.actions.addtofavoritescontext;
17
+ const setProductIdProdutInfoModalContext = props.actions.setProductIdProdutInfoModalContext;
18
+ const AddtoCartContext = props.actions.AddtoCartContext;
19
+ const AddtoCartMutationContext = props.actions.AddtoCartMutationContext;
20
+ const StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
21
+ const routingcountext = props.actions.routingcountext;
22
+ useEffect(() => {
23
+ if (props.srcfrom == 'addsectionform') {
24
+ var secpropobj = {};
25
+ props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
26
+ secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
27
+ });
28
+
29
+ setsectionproperties({ ...secpropobj });
30
+ } else {
31
+ var secpropobj = {};
32
+ StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
33
+ if (sectionitem.sectionid == props.sectionidprops) {
34
+ sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
35
+ secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
36
+ });
37
+ }
38
+ });
39
+ setsectionproperties({ ...secpropobj });
40
+ }
41
+ }, [StatePagePropertiesContext]);
42
+
43
+ const card_cssstyles = {
44
+ productcard: css({
45
+ position: 'relative',
46
+ background: sectionproperties.backgroundColortransparent == 'Transparent' ? sectionproperties.backgroundColor : '',
47
+ boxShadow: sectionproperties.sectioncardshadow == 'Show' ? '0 0 10px ' + sectionproperties.sectioncardshadowcolor : 'none',
48
+ border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
49
+ height: sectionproperties.height + 'px',
50
+ width: '100%',
51
+ borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
52
+ borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
53
+ borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
54
+ borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
55
+ marginTop: sectionproperties.marginTop + 'px',
56
+ marginBottom: sectionproperties.marginBottom + 'px',
57
+ paddingLeft: sectionproperties.paddingLeft + 'px',
58
+ paddingRight: sectionproperties.paddingRight + 'px',
59
+ paddingTop: sectionproperties.paddingTop + 'px',
60
+ paddingBottom: sectionproperties.paddingBottom + 'px',
61
+ transition: '0.3s',
62
+ cursor: 'pointer',
63
+ opacity: sectionproperties.cardbg_opacity,
64
+ border: sectionproperties.imgcontainer_borderwidth + 'px solid ' + sectionproperties.imgcontainer_bordercolor,
65
+
66
+ ':hover': {
67
+ opacity: sectionproperties.bgopacityonhover,
68
+ },
69
+ ':after': {
70
+ borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
71
+ borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
72
+ borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
73
+ borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
74
+ content: 's',
75
+ fontSize: 0,
76
+ position: 'absolute',
77
+ top: 0,
78
+ bottom: 0,
79
+ left: 0,
80
+ width: '100%',
81
+ height: '100%',
82
+ transition: ' 0.3s',
83
+ background: sectionproperties.transitionbg_color,
84
+ opacity: sectionproperties.cardtransition_opacity,
85
+ },
86
+ ':hover:after': {
87
+ opacity: sectionproperties.cardtransitionbgopacityonhover,
88
+ },
89
+ }),
90
+ productNameStyles: css({
91
+ color: sectionproperties.prodNameColor,
92
+ fontSize: sectionproperties.prodNameFontSize + 'px',
93
+ textTransform: sectionproperties.prodNameTextTranform,
94
+ fontWeight: sectionproperties.prodNameFontWeight,
95
+ marginBottom: sectionproperties.prodname_marginBottom + 'px',
96
+ margintop: sectionproperties.prodname_marginTop + 'px',
97
+ transition: '.3s',
98
+ cursor: 'pointer',
99
+ position: 'absolute',
100
+ zIndex: '10',
101
+ }),
102
+ productPricestyles: css({
103
+ color: sectionproperties.prodPriceColor,
104
+ fontSize: sectionproperties.prodpriceFontSize + 'px',
105
+ fontWeight: sectionproperties.prodPriceFontWeight,
106
+ marginBottom: sectionproperties.prodprice_marginBottom + 'px',
107
+ margintop: sectionproperties.prodprice_marginTop + 'px',
108
+
109
+ zIndex: '10',
110
+ }),
111
+ productSalePricestyles: css({
112
+ color: sectionproperties.prodsalePriceColor,
113
+ fontSize: sectionproperties.prodsalepriceFontSize + 'px',
114
+ fontWeight: sectionproperties.prodsalePriceFontWeight,
115
+ marginBottom: sectionproperties.prodsaleprice_marginBottom + 'px',
116
+ margintop: sectionproperties.prodsaleprice_marginTop + 'px',
117
+
118
+ zIndex: '10',
119
+ }),
120
+ wishlist_btn: css({
121
+ width: sectionproperties.favBtnWidth + 'px',
122
+ height: sectionproperties.favBtnHeight + 'px',
123
+ background: sectionproperties.favbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.favBtnbgColor,
124
+ borderRadius: sectionproperties.fav_btn_borderBottomLeftRadius + 'px',
125
+ color: sectionproperties.favBtnTextcolor,
126
+ fontSize: sectionproperties.favBtnIconfontsize + 'px',
127
+ textTransform: sectionproperties.favBtnTexttransform,
128
+ fontWeight: sectionproperties.favBtnTextfontweight,
129
+ transition: '.3s',
130
+ border: sectionproperties.favbtnborderwidth + 'px solid ' + sectionproperties.favbtnbordercolor,
131
+ ':hover': {
132
+ background: sectionproperties.favbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.favBtnbgColoronhover,
133
+ color: sectionproperties.favBtnTextcoloronhover,
134
+ borderColor: sectionproperties.favbtn_transparentbgcoloronhover == 'Transparent' ? sectionproperties.favBtnTextcoloronhover : sectionproperties.favBtnbgColoronhover,
135
+ },
136
+ }),
137
+ cart_btn: css({
138
+ width: sectionproperties.cartBtnWidth + 'px',
139
+ height: sectionproperties.cartBtnHeight + 'px',
140
+ background: sectionproperties.cartbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColor,
141
+ borderRadius: sectionproperties.cart_btn_borderBottomLeftRadius + 'px',
142
+ color: sectionproperties.cartBtnTextcolor,
143
+ fontSize: sectionproperties.cartBtnTextfontsize + 'px',
144
+ // fontSize: sectionproperties.cartBtn_iconFontSize + 'px',
145
+ textTransform: sectionproperties.cartBtnTexttransform,
146
+ fontWeight: sectionproperties.cartBtnTextfontweight,
147
+ border: sectionproperties.cartbtnborderwidth + 'px solid ' + sectionproperties.cartbtnbordercolor,
148
+ transition: '.3s',
149
+ ':hover': {
150
+ background: sectionproperties.cartbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColoronhover,
151
+ color: sectionproperties.cartBtnTextcoloronhover,
152
+ },
153
+ zIndex: '10',
154
+ }),
155
+ };
156
+ return (
157
+ <div
158
+ class="row m-0 w-100"
159
+ style={{
160
+ paddingLeft: sectionproperties.card_marginLeft + 'px',
161
+ paddingRight: sectionproperties.card_marginRight + 'px',
162
+ }}
163
+ >
164
+ {sectionproperties.length != 0 && (
165
+ <div
166
+ class={`${card_cssstyles.productcard} ${cardsstyles.productcard}` + ' w-100 '}
167
+ style={{
168
+ backgroundImage: `url(${serverbaselink + item.image})`,
169
+ backgroundRepeat: 'no-repeat',
170
+ // backgroundSize: 'cover',
171
+ backgroundPosition: 'center',
172
+ }}
173
+ onClick={() => {
174
+ if (props.fetchingtypeprops == 'collections') {
175
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, item.collectionid);
176
+ } else {
177
+ routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
178
+ }
179
+ }}
180
+ >
181
+ {sectionproperties.prodNameShow == 'Show' && (
182
+ <div class="col-lg-12 d-flex flex-row justify-content-start p-0" style={{}}>
183
+ <p
184
+ onClick={(e) => {
185
+ e.stopPropagation();
186
+ if (props.fetchingtypeprops == 'collections') {
187
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, item.collectionid);
188
+ } else {
189
+ routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
190
+ }
191
+ }}
192
+ class={`${card_cssstyles.productNameStyles}` + ' d-flex flex-row justify-content-start m-0 wordbreak wordbreak2 '}
193
+ >
194
+ {item.name}
195
+ </p>
196
+ </div>
197
+ )}
198
+ {/* {item?.hassale == 1 && sectionproperties.prodsalePriceshow == 'Show' && (
199
+ <div
200
+ class="allcentered"
201
+ style={{
202
+ position: 'absolute',
203
+ top: 10,
204
+ right: langdetect == 'en' ? 10 : '',
205
+ left: langdetect == 'en' ? '' : 10,
206
+ width: sectionproperties.badge_width + 'px',
207
+ height: sectionproperties.badge_height + 'px',
208
+ background: sectionproperties.badge_bgcolor,
209
+ borderRadius: sectionproperties.badge_borderradius + 'px',
210
+ }}
211
+ >
212
+ <p class="m-0 p-0" style={{ color: sectionproperties.badge_color, fontSize: sectionproperties.badge_fontsize + 'px' }}>
213
+ {langdetect =='en'? sectionproperties.badgeContentEn : sectionproperties.badgeContentAr}ss
214
+ </p>
215
+ </div>
216
+ )} */}
217
+ <div class="col-lg-12 d-flex justify-content-start p-0" style={{ height: '50%', zIndex: 100, position: 'absolute', bottom: 10 }}>
218
+ <div class="row w-100 ml-0 mr-0 mt-auto">
219
+ <div class="col-lg-12 p-0 d-flex flex-row justify-content-start align-items-center mt-auto">
220
+ {sectionproperties.prodPriceShow == 'Show' && (
221
+ <p class={`${card_cssstyles.productPricestyles}` + ' m-0 '}>
222
+ {langdetect == 'en' ? 'EGP' : ''} {item.hassale == 1 ? item.defaultsaleprice : item.defaultprice} {langdetect == 'en' ? '' : 'ج.م'}
223
+ </p>
224
+ )}
225
+ {sectionproperties.prodsalePriceshow == 'Show' && (
226
+ <>
227
+ {item.hassale == 1 && (
228
+ <p class={`${card_cssstyles.productSalePricestyles}` + ' linethrough m-0 mr-2 ml-2 '}>
229
+ {langdetect == 'en' ? 'EGP' : ''} {item.defaultprice} {langdetect == 'en' ? '' : 'ج.م'}
230
+ </p>
231
+ )}
232
+ </>
233
+ )}
234
+ </div>
235
+ <div class="col-lg-12 p-0 d-flex">
236
+ {sectionproperties.cartBtnShow == 'Show' && (
237
+ <button
238
+ class={`${card_cssstyles.cart_btn}` + ' mr-3 '}
239
+ onClick={(e) => {
240
+ e.stopPropagation();
241
+ setShowProductInfoModalContext(true);
242
+ setProductIdProdutInfoModalContext(item.productid);
243
+ }}
244
+ >
245
+ Add to Cart
246
+ </button>
247
+ )}
248
+ {sectionproperties.favBtnShow == 'Show' && (
249
+ <button
250
+ class={`${card_cssstyles.wishlist_btn}` + ' d-flex align-items-center justify-content-center '}
251
+ onClick={(e) => {
252
+ e.stopPropagation();
253
+ addtofavoritescontext(item.productid);
254
+ }}
255
+ >
256
+ {item.IsFavExists && (
257
+ <i class="h-100 d-flex align-items-center justify-content-center">
258
+ {sectionproperties.faviconshape == 'Star Shape' && (
259
+ <AiFillStar size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />
260
+ )}
261
+ {sectionproperties.faviconshape == 'Heart Shape' && (
262
+ <FaHeart size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />
263
+ )}
264
+ </i>
265
+ )}
266
+ {!item.IsFavExists && (
267
+ <i class="h-100 d-flex align-items-center justify-content-center">
268
+ {sectionproperties.faviconshape == 'Star Shape' && <AiOutlineStar size={sectionproperties.favBtnIconfontsize} />}
269
+ {sectionproperties.faviconshape == 'Heart Shape' && <FaRegHeart size={sectionproperties.favBtnIconfontsize} />}
270
+ </i>
271
+ )}
272
+ {/* <i class="h-100 d-flex justify-content-center align-items-center">
273
+ <AiFillStar
274
+ style={{
275
+ fontSize: sectionproperties.favBtnIconfontsize + 'px',
276
+ color: item.IsFavExists ? sectionproperties.activefaviconcolor : 'white',
277
+ }}
278
+ />
279
+ </i> */}
280
+ </button>
281
+ )}
282
+ </div>
283
+ </div>
284
+ </div>
285
+ </div>
286
+ )}
287
+ </div>
288
+ );
289
+ };
290
+ export default Productcard6;
@@ -0,0 +1,278 @@
1
+ import React, { useEffect, useState, useContext } from 'react';
2
+ import { css } from 'glamor';
3
+ import { IKImage } from 'imagekitio-react';
4
+ import { IKpublicKey, IKurlEndpoint } from '../../../../Env';
5
+ import { AiFillStar, AiOutlineStar } from 'react-icons/ai';
6
+ import { FaRegHeart, FaHeart } from 'react-icons/fa';
7
+ import { FiShoppingCart, FiShoppingBag } from 'react-icons/fi';
8
+ import { IoBagHandleOutline } from 'react-icons/io5';
9
+ import { CgShoppingBag } from 'react-icons/cg';
10
+ import { BsBag } from 'react-icons/bs';
11
+ import { BsHandbag } from 'react-icons/bs';
12
+ import { MdOutlineShoppingCart } from 'react-icons/md';
13
+
14
+ const Productcard7 = (props) => {
15
+ const [sectionproperties, setsectionproperties] = useState('');
16
+ const [item, setitem] = useState(props.cardinfoitemprops);
17
+ const [index, setindex] = useState(props.cardinfoindexprops);
18
+ const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
19
+ const lang = props.actions.lang;
20
+ const langdetect = props.actions.langdetect;
21
+ const setShowProductInfoModalContext = props.actions.setShowProductInfoModalContext;
22
+ const addtofavoritescontext = props.actions.addtofavoritescontext;
23
+ const setProductIdProdutInfoModalContext = props.actions.setProductIdProdutInfoModalContext;
24
+ const AddtoCartContext = props.actions.AddtoCartContext;
25
+ const AddtoCartMutationContext = props.actions.AddtoCartMutationContext;
26
+ const StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
27
+ const routingcountext = props.actions.routingcountext;
28
+ useEffect(() => {
29
+ if (props.srcfrom == 'addsectionform') {
30
+ var secpropobj = {};
31
+ props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
32
+ secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
33
+ });
34
+
35
+ setsectionproperties({ ...secpropobj });
36
+ } else {
37
+ var secpropobj = {};
38
+ StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
39
+ if (sectionitem.sectionid == props.sectionidprops) {
40
+ sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
41
+ secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
42
+ });
43
+ }
44
+ });
45
+ setsectionproperties({ ...secpropobj });
46
+ }
47
+ }, [StatePagePropertiesContext]);
48
+
49
+ const card_cssstyles = {
50
+ productcard: css({
51
+ background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
52
+ opacity: sectionproperties.cardbg_opacity,
53
+ borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
54
+ borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
55
+ borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
56
+ borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
57
+ marginTop: sectionproperties.marginTop + 'px',
58
+ marginBottom: sectionproperties.marginBottom + 'px',
59
+ paddingLeft: sectionproperties.paddingLeft + 'px',
60
+ paddingRight: sectionproperties.paddingRight + 'px',
61
+ paddingTop: sectionproperties.paddingTop + 'px',
62
+ paddingBottom: sectionproperties.paddingBottom + 'px',
63
+ boxShadow: sectionproperties.sectioncardshadow == 'Show' ? '0 0 10px ' + sectionproperties.sectioncardshadowcolor : 'none',
64
+ border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
65
+ transition: '.3s',
66
+ color: sectionproperties.prodNameColor,
67
+ ':hover': {
68
+ opacity: sectionproperties.bgopacityonhover,
69
+ color: sectionproperties.prodNameColorOnHover,
70
+ },
71
+ minHeight: 410,
72
+ }),
73
+ productcardimagecont: css({
74
+ position: 'relative',
75
+ overflow: 'hidden',
76
+ background: sectionproperties.image_bgtransparent == 'Transparent' ? '' : sectionproperties.image_bgcolor,
77
+ border: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
78
+ borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
79
+ borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
80
+ borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
81
+ borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
82
+ transition: '.3s',
83
+ ':hover': {
84
+ color: sectionproperties.prodNameColorOnHover,
85
+ opacity: sectionproperties.img_opacityonhover,
86
+ },
87
+ }),
88
+ productNameStyles: css({
89
+ fontSize: sectionproperties.prodNameFontSize + 'px',
90
+ textTransform: sectionproperties.prodNameTextTranform,
91
+ fontWeight: sectionproperties.prodNameFontWeight,
92
+ marginBottom: sectionproperties.prodname_marginBottom + 'px',
93
+ margintop: sectionproperties.prodname_marginTop + 'px',
94
+ transition: '.3s',
95
+ cursor: 'pointer',
96
+ }),
97
+ productPricestyles: css({
98
+ color: sectionproperties.prodPriceColor,
99
+ fontSize: sectionproperties.prodpriceFontSize + 'px',
100
+ fontWeight: sectionproperties.prodPriceFontWeight,
101
+ marginBottom: sectionproperties.prodprice_marginBottom + 'px',
102
+ margintop: sectionproperties.prodprice_marginTop + 'px',
103
+ }),
104
+ productSalePricestyles: css({
105
+ color: sectionproperties.prodsalePriceColor,
106
+ fontSize: sectionproperties.prodsalepriceFontSize + 'px',
107
+ fontWeight: sectionproperties.prodsalePriceFontWeight,
108
+ marginBottom: sectionproperties.prodsaleprice_marginBottom + 'px',
109
+ margintop: sectionproperties.prodsaleprice_marginTop + 'px',
110
+ }),
111
+ wishlist_btn: css({
112
+ width: sectionproperties.favBtnWidth + 'px',
113
+ height: sectionproperties.favBtnHeight + 'px',
114
+ background: sectionproperties.favbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.favBtnbgColor,
115
+ borderRadius: sectionproperties.fav_btn_borderBottomLeftRadius + 'px',
116
+ color: sectionproperties.favBtnTextcolor,
117
+ fontSize: sectionproperties.favBtnTextfontsize + 'px',
118
+ textTransform: sectionproperties.favBtnTexttransform,
119
+ fontWeight: sectionproperties.favBtnTextfontweight,
120
+ transition: '.3s',
121
+ boxShadow: sectionproperties.favbtn_showshadow == 'Show' ? '0 0 10px ' + sectionproperties.favbtn_shadowcolor : '',
122
+ border: sectionproperties.favbtnborderwidth + 'px solid ' + sectionproperties.favbtnbordercolor,
123
+ opacity: sectionproperties.favbtn_opacity,
124
+ ':hover': {
125
+ background: sectionproperties.favbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.favBtnbgColoronhover,
126
+ color: sectionproperties.favBtnTextcoloronhover,
127
+ },
128
+ }),
129
+ cart_btn: css({
130
+ width: sectionproperties.cartBtnWidth + 'px',
131
+ height: sectionproperties.cartBtnHeight + 'px',
132
+ background: sectionproperties.cartbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColor,
133
+ borderRadius: sectionproperties.cart_btn_borderBottomLeftRadius + 'px',
134
+ color: sectionproperties.cartBtnTextcolor,
135
+ fontSize: sectionproperties.cartBtnTextfontsize + 'px',
136
+ textTransform: sectionproperties.cartBtnTexttransform,
137
+ fontWeight: sectionproperties.cartBtnTextfontweight,
138
+ border: sectionproperties.cartbtnborderwidth + 'px solid ' + sectionproperties.cartbtnbordercolor,
139
+ transition: '.3s',
140
+ opacity: sectionproperties.cartbtn_opacity,
141
+ ':hover': {
142
+ background: sectionproperties.cartbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColoronhover,
143
+ color: sectionproperties.cartBtnTextcoloronhover,
144
+ opacity: sectionproperties.cartbtn_opacityonhover,
145
+ },
146
+ }),
147
+ };
148
+
149
+ return (
150
+ <div
151
+ class="row m-0 w-100"
152
+ style={{
153
+ paddingLeft: sectionproperties.card_marginLeft + 'px',
154
+ paddingRight: sectionproperties.card_marginRight + 'px',
155
+ }}
156
+ >
157
+ {sectionproperties.length != 0 && (
158
+ <div
159
+ class={`${card_cssstyles.productcard}` + ' cursor-pointer col-lg-12 p-0 w-100 '}
160
+ onClick={() => {
161
+ if (props.fetchingtypeprops == 'collections') {
162
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, item.collectionid);
163
+ }
164
+ }}
165
+ >
166
+ <div
167
+ class={`${card_cssstyles.productcardimagecont}` + ' col-lg-12 p-0 mb-2 '}
168
+ style={{
169
+ height: sectionproperties.image_height + 'px',
170
+ }}
171
+ >
172
+ <IKImage
173
+ urlEndpoint={IKurlEndpoint}
174
+ publicKey={IKpublicKey}
175
+ path={'/tr:w-150,h-200/' + item.image}
176
+ loading="lazy"
177
+ style={{
178
+ width: '100%',
179
+ height: '100%',
180
+ objectFit: 'contain',
181
+ borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
182
+ borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
183
+ borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
184
+ borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
185
+ }}
186
+ />
187
+ {sectionproperties.favBtnShow == 'Show' && (
188
+ <button
189
+ class={` ${card_cssstyles.wishlist_btn}` + ' m-0 p-0 d-flex align-items-center justify-content-center '}
190
+ onClick={() => {
191
+ addtofavoritescontext(item.productid);
192
+ }}
193
+ style={{ position: 'absolute', top: 10, right: 10 }}
194
+ >
195
+ {item.IsFavExists && (
196
+ <i class="h-100 d-flex align-items-center justify-content-center">
197
+ {sectionproperties.faviconshape == 'Star Shape' && (
198
+ <AiFillStar size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />
199
+ )}
200
+ {sectionproperties.faviconshape == 'Heart Shape' && (
201
+ <FaHeart size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />
202
+ )}
203
+ </i>
204
+ )}
205
+ {!item.IsFavExists && (
206
+ <i class="h-100 d-flex align-items-center justify-content-center">
207
+ {sectionproperties.faviconshape == 'Star Shape' && <AiOutlineStar size={sectionproperties.favBtnIconfontsize} />}
208
+ {sectionproperties.faviconshape == 'Heart Shape' && <FaRegHeart size={sectionproperties.favBtnIconfontsize} />}
209
+ </i>
210
+ )}
211
+ </button>
212
+ )}
213
+ </div>
214
+ <div>
215
+ <div class="row m-0 w-100 ">
216
+ {sectionproperties.prodNameShow == 'Show' && (
217
+ <div class="col-lg-12 p-0 d-flex justify-content-center align-items-center">
218
+ <p
219
+ class={
220
+ `${card_cssstyles.productNameStyles}` +
221
+ ' font-md-15 module line-clamp wordbreak wordbreak2 d-flex justify-content-center align-items-center m-0 text-center '
222
+ }
223
+ >
224
+ {item.name}
225
+ </p>
226
+ </div>
227
+ )}
228
+ <div class="d-flex flex-row col-lg-12 m-0 p-0 align-items-center justify-content-center mb-1 ">
229
+ <div class=" d-flex align-items-center justify-content-center p-0 mb-0">
230
+ {sectionproperties.prodPriceShow == 'Show' && (
231
+ <p class={`${card_cssstyles.productPricestyles}` + ' m-0 '}>
232
+ {langdetect == 'en' ? 'EGP' : ''} {item.hassale == 1 ? item.defaultsaleprice : item.defaultprice} {langdetect == 'en' ? '' : 'ج.م'}
233
+ </p>
234
+ )}
235
+ </div>
236
+
237
+ <div class=" d-flex align-items-center justify-content-center p-0 mb-0">
238
+ {sectionproperties.prodsalePriceshow == 'Show' && (
239
+ <>
240
+ {item.hassale == 1 && (
241
+ <p class={`${card_cssstyles.productSalePricestyles}` + ' linethrough m-0 mr-2 ml-2 '}>
242
+ {langdetect == 'en' ? 'EGP' : ''} {item.defaultprice} {langdetect == 'en' ? '' : 'ج.م'}
243
+ </p>
244
+ )}
245
+ </>
246
+ )}
247
+ </div>
248
+ </div>
249
+ </div>
250
+ </div>
251
+ </div>
252
+ )}
253
+ <div style={{ cursor: 'pointer' }} class="col-lg-12 d-flex align-items-center justify-content-center p-0 ">
254
+ {sectionproperties.cartBtnShow == 'Show' && (
255
+ <p
256
+ style={{ position: 'absolute', bottom: 0 }}
257
+ class={`${card_cssstyles.cart_btn}` + ' font-md-13 m-0 p-0 d-flex align-items-center justify-content-center allcentered '}
258
+ onClick={() => {
259
+ setShowProductInfoModalContext(true);
260
+ setProductIdProdutInfoModalContext(item.productid);
261
+ }}
262
+ >
263
+ <i class={langdetect == 'en' ? 'h-100 mr-2 d-flex align-items-center justify-content-center' : 'h-100 ml-2 d-flex align-items-center justify-content-center'}>
264
+ {sectionproperties.carticonstyle == 'Shopping bag 1' && <FiShoppingBag class="" size={sectionproperties.cartBtn_iconFontSize} />}
265
+ {sectionproperties.carticonstyle == 'Shopping bag 2' && <CgShoppingBag class="" size={sectionproperties.cartBtn_iconFontSize} />}
266
+ {sectionproperties.carticonstyle == 'Shopping bag 3' && <BsBag class="" size={sectionproperties.cartBtn_iconFontSize} />}
267
+ {sectionproperties.carticonstyle == 'Shopping bag 4' && <BsHandbag size={sectionproperties.cartBtn_iconFontSize} />}
268
+ {sectionproperties.carticonstyle == 'Shopping cart 1' && <FiShoppingCart class="" size={sectionproperties.cartBtn_iconFontSize} />}
269
+ {sectionproperties.carticonstyle == 'Shopping cart 2' && <MdOutlineShoppingCart class="" size={sectionproperties.cartBtn_iconFontSize} />}
270
+ </i>
271
+ {langdetect == 'en' ? 'add to cart' : 'اضف الى العرية'}
272
+ </p>
273
+ )}
274
+ </div>
275
+ </div>
276
+ );
277
+ };
278
+ export default Productcard7;