tabexseriescomponents 0.0.705 → 0.0.707

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 (352) hide show
  1. package/dist/index.cjs.js +1070 -1797
  2. package/dist/index.esm.js +1070 -1797
  3. package/dist/index.umd.js +1070 -1798
  4. package/package.json +1 -1
  5. package/srcoriginal/Contexts/LanguageContext.jsx +408 -0
  6. package/srcoriginal/Contexts/ProductsCardsSectionContext.jsx +36 -0
  7. package/srcoriginal/Imagekitconfig.jsx +46 -0
  8. package/srcoriginal/StylesJS/Customstyles.js +345 -0
  9. package/srcoriginal/TabexComponents/Cards/CTAProductCard/CTAProductCard.jsx +376 -0
  10. package/srcoriginal/TabexComponents/Cards/Card20/Card20.jsx +298 -0
  11. package/srcoriginal/TabexComponents/Cards/Card21/Card21.jsx +388 -0
  12. package/srcoriginal/TabexComponents/Cards/Card22/Card22.jsx +288 -0
  13. package/srcoriginal/TabexComponents/Cards/Card23/Card23 copy.jsx +1630 -0
  14. package/srcoriginal/TabexComponents/Cards/Card23/Card23.jsx +733 -0
  15. package/srcoriginal/TabexComponents/Cards/CardAll/CardAll.jsx +453 -0
  16. package/srcoriginal/TabexComponents/Cards/CardBadgeSlideFromTop/CardBadgeSlideFromTop.jsx +394 -0
  17. package/srcoriginal/TabexComponents/Cards/CardWithTextOnly/CardWithTextOnly.jsx +70 -0
  18. package/srcoriginal/TabexComponents/Cards/CategoryCardTextOnImage/CategoryCardTextOnImage.jsx +211 -0
  19. package/srcoriginal/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +255 -0
  20. package/srcoriginal/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +235 -0
  21. package/srcoriginal/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +199 -0
  22. package/srcoriginal/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +182 -0
  23. package/srcoriginal/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +181 -0
  24. package/srcoriginal/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +161 -0
  25. package/srcoriginal/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +184 -0
  26. package/srcoriginal/TabexComponents/Cards/CircleCardWithVariants/CircleCardWithVariants.jsx +560 -0
  27. package/srcoriginal/TabexComponents/Cards/Classiccategorycard/Classiccategorycard copy.jsx +145 -0
  28. package/srcoriginal/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +147 -0
  29. package/srcoriginal/TabexComponents/Cards/Classiccategorycard/ClassiccategorycardOriginal.jsx +142 -0
  30. package/srcoriginal/TabexComponents/Cards/HorizontalCategoryCard/HorizontalCategoryCard.jsx +193 -0
  31. package/srcoriginal/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +409 -0
  32. package/srcoriginal/TabexComponents/Cards/MenuCard/MenuCard.jsx +744 -0
  33. package/srcoriginal/TabexComponents/Cards/ModernCardWithQuantityButton/ModernCardWithQuantityButton.jsx +468 -0
  34. package/srcoriginal/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +593 -0
  35. package/srcoriginal/TabexComponents/Cards/Moderncategorycard/Moderncategorycard.jsx +208 -0
  36. package/srcoriginal/TabexComponents/Cards/NewProductcard/NewProductcard copy.jsx +497 -0
  37. package/srcoriginal/TabexComponents/Cards/NewProductcard/NewProductcard.jsx +512 -0
  38. package/srcoriginal/TabexComponents/Cards/ProductCardWithTextOnImage/ProductCardWithTextOnImage.jsx +304 -0
  39. package/srcoriginal/TabexComponents/Cards/Productcard6/Productcard6.jsx +257 -0
  40. package/srcoriginal/TabexComponents/Cards/Productcard7/Productcard7.jsx +277 -0
  41. package/srcoriginal/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +352 -0
  42. package/srcoriginal/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +291 -0
  43. package/srcoriginal/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +315 -0
  44. package/srcoriginal/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +327 -0
  45. package/srcoriginal/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants copy.jsx +408 -0
  46. package/srcoriginal/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +528 -0
  47. package/srcoriginal/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +600 -0
  48. package/srcoriginal/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +275 -0
  49. package/srcoriginal/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +286 -0
  50. package/srcoriginal/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +137 -0
  51. package/srcoriginal/TabexComponents/Cards/QuantityButtonBasedProductCard/QuantityButtonBasedProductCard.jsx +611 -0
  52. package/srcoriginal/TabexComponents/Cards/ServiceCard/ServiceCard.jsx +413 -0
  53. package/srcoriginal/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +225 -0
  54. package/srcoriginal/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy 2.jsx +525 -0
  55. package/srcoriginal/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy.jsx +455 -0
  56. package/srcoriginal/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +905 -0
  57. package/srcoriginal/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +337 -0
  58. package/srcoriginal/TabexComponents/Cards/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +347 -0
  59. package/srcoriginal/TabexComponents/Cards/UpSlideEffectCard/UpSlideEffectCard.jsx +605 -0
  60. package/srcoriginal/TabexComponents/Cards/UserCardWithSocialMediaOnHover/UserCardWithSocialMediaOnHover.jsx +185 -0
  61. package/srcoriginal/TabexComponents/Footer/Allinonefooter/Allinonefooter.jsx +528 -0
  62. package/srcoriginal/TabexComponents/Footer/Footer1/Footer1.jsx +551 -0
  63. package/srcoriginal/TabexComponents/Footer/Footer2/Footer2.jsx +527 -0
  64. package/srcoriginal/TabexComponents/Footer/Footer3/Footer3.jsx +411 -0
  65. package/srcoriginal/TabexComponents/Footer/Footer4/Footer4.jsx +466 -0
  66. package/srcoriginal/TabexComponents/Footer/Footer5/Footer5.jsx +751 -0
  67. package/srcoriginal/TabexComponents/Footer/Footer6/Footer6.jsx +290 -0
  68. package/srcoriginal/TabexComponents/Footer/Footer7/Footer7.jsx +428 -0
  69. package/srcoriginal/TabexComponents/Footer/Footer8/Footer8.jsx +533 -0
  70. package/srcoriginal/TabexComponents/Footer/FooterWithThreeColumns/FooterWithThreeColumns.jsx +330 -0
  71. package/srcoriginal/TabexComponents/Footer/ModernFooter/ModernFooter.jsx +581 -0
  72. package/srcoriginal/TabexComponents/Footer/Newsletterfooter/Newsletterfooter.jsx +884 -0
  73. package/srcoriginal/TabexComponents/Footer/Newsletterincenter/Newsletterincenter.jsx +647 -0
  74. package/srcoriginal/TabexComponents/Footer/PrivacyPolicy/PrivacyPolicy.jsx +110 -0
  75. package/srcoriginal/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +316 -0
  76. package/srcoriginal/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
  77. package/srcoriginal/TabexComponents/Generalfiles/images/noimage.png +0 -0
  78. package/srcoriginal/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
  79. package/srcoriginal/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
  80. package/srcoriginal/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
  81. package/srcoriginal/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
  82. package/srcoriginal/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
  83. package/srcoriginal/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
  84. package/srcoriginal/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
  85. package/srcoriginal/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
  86. package/srcoriginal/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
  87. package/srcoriginal/TabexComponents/Generalfiles/images/usflag.png +0 -0
  88. package/srcoriginal/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
  89. package/srcoriginal/TabexComponents/Headers/CTAHeader/CTAHeader.jsx +1259 -0
  90. package/srcoriginal/TabexComponents/Headers/CategoryFeaturingHeader/CategoryFeaturingHeader.jsx +1049 -0
  91. package/srcoriginal/TabexComponents/Headers/CenteredLogoHeaderWithSlider/CenteredLogoHeaderWithSlider.jsx +1040 -0
  92. package/srcoriginal/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +1268 -0
  93. package/srcoriginal/TabexComponents/Headers/DownloadApp/DownloadApp.jsx +76 -0
  94. package/srcoriginal/TabexComponents/Headers/ElegantHeader/ElegantHeader.jsx +894 -0
  95. package/srcoriginal/TabexComponents/Headers/Gotoheader/Gotoheader.jsx +831 -0
  96. package/srcoriginal/TabexComponents/Headers/Header4/Header4.jsx +622 -0
  97. package/srcoriginal/TabexComponents/Headers/Header8/Header8 copy.jsx +1026 -0
  98. package/srcoriginal/TabexComponents/Headers/Header8/Header8.jsx +2016 -0
  99. package/srcoriginal/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +776 -0
  100. package/srcoriginal/TabexComponents/Headers/HeaderWithAdSlider/HeaderWithAdSlider.jsx +927 -0
  101. package/srcoriginal/TabexComponents/Headers/HeaderWithSearchOnCenter/HeaderWithSearchOnCenter.jsx +704 -0
  102. package/srcoriginal/TabexComponents/Headers/HeaderWithUtilityBar/HeaderWithUtilityBar.jsx +902 -0
  103. package/srcoriginal/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +1228 -0
  104. package/srcoriginal/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +1562 -0
  105. package/srcoriginal/TabexComponents/Headers/Headerresponsive/Headerresponsive11-1.jsx +1201 -0
  106. package/srcoriginal/TabexComponents/Headers/Headerresponsive/HeaderresponsiveOriginal.jsx +990 -0
  107. package/srcoriginal/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2 copy.jsx +1639 -0
  108. package/srcoriginal/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2.jsx +1846 -0
  109. package/srcoriginal/TabexComponents/Headers/Headerresponsive/Headerresponsivenew.jsx +1327 -0
  110. package/srcoriginal/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +934 -0
  111. package/srcoriginal/TabexComponents/Headers/MarqueeHeader/MarqueeHeader.jsx +78 -0
  112. package/srcoriginal/TabexComponents/Headers/Modernheader/Modernheader.jsx +977 -0
  113. package/srcoriginal/TabexComponents/Headers/SearchCenteredHeader/SearchCenteredHeader.jsx +778 -0
  114. package/srcoriginal/TabexComponents/Headers/SearchFocusedHeader/SearchFocusedHeader.jsx +1159 -0
  115. package/srcoriginal/TabexComponents/Headers/Simpleheader/Simpleheader.jsx +1110 -0
  116. package/srcoriginal/TabexComponents/Headers/SocialMediaSection/SocialMediaSection.jsx +151 -0
  117. package/srcoriginal/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +854 -0
  118. package/srcoriginal/TabexComponents/Headers/Subheader/Subheader.jsx +863 -0
  119. package/srcoriginal/TabexComponents/Headers/Subheader/Subheader13-3.jsx +685 -0
  120. package/srcoriginal/TabexComponents/Headers/Subheader/SubheaderOriginal.jsx +517 -0
  121. package/srcoriginal/TabexComponents/Headers/Subheader/Subheadernew.jsx +555 -0
  122. package/srcoriginal/TabexComponents/Headers/ThreeTieredHeader/ThreeTieredHeader.jsx +1042 -0
  123. package/srcoriginal/TabexComponents/Headers/TwoTieredHeader/TwoTieredHeader.jsx +1093 -0
  124. package/srcoriginal/TabexComponents/Headers/TwoTieredWithCenteredLogoHeader/TwoTieredWithCenteredLogoHeader.jsx +938 -0
  125. package/srcoriginal/TabexComponents/Sections/BackgroundImages/BacgroundThreeImageWithCategories/BacgroundThreeImageWithCategories.jsx +533 -0
  126. package/srcoriginal/TabexComponents/Sections/BackgroundImages/BackgroundFiveImageStructure/BackgroundFiveImageStructure.jsx +338 -0
  127. package/srcoriginal/TabexComponents/Sections/BackgroundImages/BackgroundImageWithTopContent/BackgroundImageWithTopContent.jsx +870 -0
  128. package/srcoriginal/TabexComponents/Sections/BackgroundImages/BackgroundSectionWithServicesCards/BackgroundSectionWithServicesCards.jsx +302 -0
  129. package/srcoriginal/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +314 -0
  130. package/srcoriginal/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +318 -0
  131. package/srcoriginal/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +179 -0
  132. package/srcoriginal/TabexComponents/Sections/BackgroundImages/Bgimagewithsearchbar/Bgimagewithsearchbar.jsx +201 -0
  133. package/srcoriginal/TabexComponents/Sections/BackgroundImages/CollapsableSection/CollapsableSection.jsx +393 -0
  134. package/srcoriginal/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy 2.jsx +583 -0
  135. package/srcoriginal/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy.jsx +291 -0
  136. package/srcoriginal/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm.jsx +677 -0
  137. package/srcoriginal/TabexComponents/Sections/BackgroundImages/DynamicForm/habal +348 -0
  138. package/srcoriginal/TabexComponents/Sections/BackgroundImages/Filterwithcategoriespcoll/Filterwithcategoriespcoll.jsx +387 -0
  139. package/srcoriginal/TabexComponents/Sections/BackgroundImages/FullVideoSection/FullVideoSection.jsx +268 -0
  140. package/srcoriginal/TabexComponents/Sections/BackgroundImages/MapsSection/MapsSection.jsx +288 -0
  141. package/srcoriginal/TabexComponents/Sections/BackgroundImages/Popupcomponent/Popupcomponent.jsx +117 -0
  142. package/srcoriginal/TabexComponents/Sections/BackgroundImages/Searchcomponent/Searchcomponent.jsx +99 -0
  143. package/srcoriginal/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +146 -0
  144. package/srcoriginal/TabexComponents/Sections/BackgroundImages/TextSectionConnectToWA/TextSectionConnectToWA.jsx +462 -0
  145. package/srcoriginal/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +296 -0
  146. package/srcoriginal/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages copy.jsx +396 -0
  147. package/srcoriginal/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +616 -0
  148. package/srcoriginal/TabexComponents/Sections/BackgroundImages/VideosSection/VideosSection.jsx +408 -0
  149. package/srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 2.jsx +1399 -0
  150. package/srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 3.jsx +1656 -0
  151. package/srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection copy.jsx +1540 -0
  152. package/srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +1938 -0
  153. package/srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection13-3.jsx +1596 -0
  154. package/srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection21-10.jsx +1872 -0
  155. package/srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection21-11beforeform.jsx +1891 -0
  156. package/srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection_cosmoandmore.jsx +1880 -0
  157. package/srcoriginal/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx +726 -0
  158. package/srcoriginal/TabexComponents/Sections/Cards/CardsSectionwithfilter/CardsSectionwithfilter.jsx +719 -0
  159. package/srcoriginal/TabexComponents/Sections/Cards/ElegantCategoriesCardSection/ElegantCategoriesCardSection.jsx +406 -0
  160. package/srcoriginal/TabexComponents/Sections/Cards/ModernCardsSection/ModernCardsSection.jsx +929 -0
  161. package/srcoriginal/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards copy.jsx +646 -0
  162. package/srcoriginal/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards.jsx +1238 -0
  163. package/srcoriginal/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx +582 -0
  164. package/srcoriginal/TabexComponents/Sections/Cards/UsersCardsSection/UsersCardsSection.jsx +383 -0
  165. package/srcoriginal/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +342 -0
  166. package/srcoriginal/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +161 -0
  167. package/srcoriginal/TabexComponents/Sections/Slideshow/ContactUsSection/ContactUsSection.jsx +257 -0
  168. package/srcoriginal/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection copy.jsx +382 -0
  169. package/srcoriginal/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +760 -0
  170. package/srcoriginal/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection19-11.jsx +757 -0
  171. package/srcoriginal/TabexComponents/Sections/Slideshow/HorizontalContactUsSection/HorizontalContactUsSection.jsx +346 -0
  172. package/srcoriginal/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +1679 -0
  173. package/srcoriginal/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +141 -0
  174. package/srcoriginal/TabexComponents/Sections/Slideshow/ServiceSectionWithImage/ServiceSectionWithImage.jsx +376 -0
  175. package/srcoriginal/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +385 -0
  176. package/srcoriginal/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +512 -0
  177. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +226 -0
  178. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +149 -0
  179. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +143 -0
  180. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade copy.jsx +634 -0
  181. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +520 -0
  182. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide copy.jsx +527 -0
  183. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +643 -0
  184. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideOriginal.jsx +477 -0
  185. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideRecent.jsx +1217 -0
  186. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslideoriginal8-5.jsx +614 -0
  187. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowzoom/Arrow.jsx +91 -0
  188. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom copy.jsx +380 -0
  189. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +619 -0
  190. package/srcoriginal/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow copy.jsx +284 -0
  191. package/srcoriginal/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow.jsx +614 -0
  192. package/srcoriginal/TabexComponents/Sections/Slideshow/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +402 -0
  193. package/srcoriginal/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +199 -0
  194. package/srcoriginal/TabexComponents/StaticPages/AddReview/AddReview.jsx +304 -0
  195. package/srcoriginal/TabexComponents/StaticPages/Afiiliatesignup/Afiiliatesignup.jsx +321 -0
  196. package/srcoriginal/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +797 -0
  197. package/srcoriginal/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx +460 -0
  198. package/srcoriginal/TabexComponents/StaticPages/Checkout/Checkout copy.jsx +1306 -0
  199. package/srcoriginal/TabexComponents/StaticPages/Checkout/Checkout.jsx +1911 -0
  200. package/srcoriginal/TabexComponents/StaticPages/Checkout/Checkout10-1.jsx +1633 -0
  201. package/srcoriginal/TabexComponents/StaticPages/Checkout/Checkout26-9.jsx +1593 -0
  202. package/srcoriginal/TabexComponents/StaticPages/Checkout/Checkout9-9.jsx +1574 -0
  203. package/srcoriginal/TabexComponents/StaticPages/Filter/CollectionsFilterHorizontal.jsx +245 -0
  204. package/srcoriginal/TabexComponents/StaticPages/Filter/Filter copy 2.jsx +2888 -0
  205. package/srcoriginal/TabexComponents/StaticPages/Filter/Filter copy.jsx +1450 -0
  206. package/srcoriginal/TabexComponents/StaticPages/Filter/Filter.jsx +2979 -0
  207. package/srcoriginal/TabexComponents/StaticPages/Filter/Filter1-5.jsx +2624 -0
  208. package/srcoriginal/TabexComponents/StaticPages/Filter/Filter13-11.jsx +2758 -0
  209. package/srcoriginal/TabexComponents/StaticPages/Filter/Filter14-8.jsx +2753 -0
  210. package/srcoriginal/TabexComponents/StaticPages/Filter/Filter17-9.jsx +1495 -0
  211. package/srcoriginal/TabexComponents/StaticPages/Filter/VariantFilter.jsx +1271 -0
  212. package/srcoriginal/TabexComponents/StaticPages/InnerGroups/InnerGroups.jsx +62 -0
  213. package/srcoriginal/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +50 -0
  214. package/srcoriginal/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +35 -0
  215. package/srcoriginal/TabexComponents/StaticPages/Login/Login copy.jsx +1060 -0
  216. package/srcoriginal/TabexComponents/StaticPages/Login/Login.jsx +610 -0
  217. package/srcoriginal/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.jsx +172 -0
  218. package/srcoriginal/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +1584 -0
  219. package/srcoriginal/TabexComponents/StaticPages/Policies/Policies.jsx +291 -0
  220. package/srcoriginal/TabexComponents/StaticPages/PrivacyPolicy/PrivacyPolicy.jsx +194 -0
  221. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Addreviewform.jsx +183 -0
  222. package/srcoriginal/TabexComponents/StaticPages/Productinfo/AddreviewformOriginal.jsx +128 -0
  223. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Article_itemtype.jsx +255 -0
  224. package/srcoriginal/TabexComponents/StaticPages/Productinfo/DescriptionContent.jsx +176 -0
  225. package/srcoriginal/TabexComponents/StaticPages/Productinfo/ProductExtraFields.jsx +225 -0
  226. package/srcoriginal/TabexComponents/StaticPages/Productinfo/ProductExtras.jsx +92 -0
  227. package/srcoriginal/TabexComponents/StaticPages/Productinfo/ProductHeaderPricing.jsx +312 -0
  228. package/srcoriginal/TabexComponents/StaticPages/Productinfo/ProductReviews.jsx +235 -0
  229. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Product_itemtype.jsx +2118 -0
  230. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Product_itemtype10-1.jsx +1554 -0
  231. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Product_itemtype3-11.jsx +1827 -0
  232. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Product_itemtype31-3.jsx +1351 -0
  233. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Product_itemtypeUpdated.jsx +1566 -0
  234. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +1947 -0
  235. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Service_itemtype.jsx +1037 -0
  236. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Serviceinfotabs.jsx +966 -0
  237. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Variantoptions.jsx +632 -0
  238. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Variantoptions21-9.jsx +324 -0
  239. package/srcoriginal/TabexComponents/StaticPages/Productinfo/staticroutersidenav.module.css +145 -0
  240. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Addreviewform.jsx +183 -0
  241. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/AddreviewformOriginal.jsx +128 -0
  242. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/DescriptionContent.jsx +140 -0
  243. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/ProductExtraFields.jsx +225 -0
  244. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/ProductHeaderPricing.jsx +310 -0
  245. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/ProductReviews.jsx +235 -0
  246. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype.jsx +1672 -0
  247. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype10-1.jsx +1554 -0
  248. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype31-3.jsx +1351 -0
  249. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Product_itemtypeUpdated.jsx +1566 -0
  250. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Productinfo.jsx +1804 -0
  251. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Service_itemtype.jsx +560 -0
  252. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Serviceinfotabs.jsx +919 -0
  253. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Variantoptions.jsx +597 -0
  254. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Variantoptions21-9.jsx +324 -0
  255. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/staticroutersidenav.module.css +145 -0
  256. package/srcoriginal/TabexComponents/StaticPages/RefundPolicy/RefundPolicy.jsx +194 -0
  257. package/srcoriginal/TabexComponents/StaticPages/Resetpassword/Resetpassword.jsx +338 -0
  258. package/srcoriginal/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +359 -0
  259. package/srcoriginal/TabexComponents/StaticPages/ShippingPolicy/ShippingPolicy.jsx +113 -0
  260. package/srcoriginal/TabexComponents/StaticPages/Signup/CustomerAddressForm.jsx +277 -0
  261. package/srcoriginal/TabexComponents/StaticPages/Signup/CustomerInformationForm copy.jsx +1135 -0
  262. package/srcoriginal/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +1364 -0
  263. package/srcoriginal/TabexComponents/StaticPages/Signup/Signup.jsx +199 -0
  264. package/srcoriginal/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +292 -0
  265. package/srcoriginal/TabexComponents/StaticPages/TermsConditions/TermsConditions.jsx +113 -0
  266. package/srcoriginal/TabexComponents/StaticPages/VendorPage/VendorPage.jsx +162 -0
  267. package/srcoriginal/TabexComponents/StaticPages/Viewcart/Viewcart 10-10.jsx +765 -0
  268. package/srcoriginal/TabexComponents/StaticPages/Viewcart/Viewcart.jsx +786 -0
  269. package/srcoriginal/TabexComponents/StaticPages/Viewcart/Viewcart26-9.jsx +786 -0
  270. package/srcoriginal/TabexComponents/StaticPages/Viewcart/ViewcartOriginal.jsx +786 -0
  271. package/srcoriginal/TabexComponents/StaticPages/Viewcart/ViewcartUpdated.jsx +1425 -0
  272. package/srcoriginal/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +844 -0
  273. package/srcoriginal/TabexComponents/StaticPages/Wishlist/Wishlist25-4.jsx +555 -0
  274. package/srcoriginal/TabexComponents/StaticPages/Wishlist/Wishlist26-9.jsx +555 -0
  275. package/srcoriginal/TabexComponents/StaticPages/Wishlist/WishlistOriginal.jsx +555 -0
  276. package/srcoriginal/TabexComponents/StaticPages/Wishlist/WishlistUpdated.jsx +815 -0
  277. package/srcoriginal/button.jsx +40 -0
  278. package/srcoriginal/index.jsx +334 -0
  279. package/srcoriginal/styles/Home.module.css +129 -0
  280. package/srcoriginal/styles/cards/Categorcycard_fullimage.module.css +14 -0
  281. package/srcoriginal/styles/cards/Categorycard_slidebgscaled.module.css +73 -0
  282. package/srcoriginal/styles/cards/Categorycard_withshapes.module.css +189 -0
  283. package/srcoriginal/styles/cards/ModernCardWithQuantityButton.module.css +30 -0
  284. package/srcoriginal/styles/cards/Productcard6.module.css +9 -0
  285. package/srcoriginal/styles/cards/Productccard_with_zoominonhover.module.css +51 -0
  286. package/srcoriginal/styles/cards/Prouductcard_with_zoomhover.module.css +61 -0
  287. package/srcoriginal/styles/cards/UserCardWithSocialMediaOnHover.module.css +65 -0
  288. package/srcoriginal/styles/cards/card23.module.css +60 -0
  289. package/srcoriginal/styles/cards/categorycard.module.css +84 -0
  290. package/srcoriginal/styles/cards/categorycard3.module.css +50 -0
  291. package/srcoriginal/styles/cards/categorycardwithtext.module.css +40 -0
  292. package/srcoriginal/styles/cards/generalCardsStyles.module.css +79 -0
  293. package/srcoriginal/styles/cards/productcard_animatedbuttons.module.css +139 -0
  294. package/srcoriginal/styles/cards/productcard_with_textonhover.module.css +18 -0
  295. package/srcoriginal/styles/cards/productcard_withtextonimage.module.css +0 -0
  296. package/srcoriginal/styles/cards/productccard_with_imageontopleft.module.css +85 -0
  297. package/srcoriginal/styles/general/bootstrap.css +4763 -0
  298. package/srcoriginal/styles/general/dropdown.css +206 -0
  299. package/srcoriginal/styles/general/editorbardropdown.module.css +94 -0
  300. package/srcoriginal/styles/general/filter.module.css +108 -0
  301. package/srcoriginal/styles/general/form.module.css +255 -0
  302. package/srcoriginal/styles/general/general.module.css +872 -0
  303. package/srcoriginal/styles/general/image-gallery.css +531 -0
  304. package/srcoriginal/styles/general/react-accessible-accordion.module.css +52 -0
  305. package/srcoriginal/styles/general/react-phone-input-2.module.css +927 -0
  306. package/srcoriginal/styles/general/scrollbtn.module.css +22 -0
  307. package/srcoriginal/styles/general/slick.module.css +166 -0
  308. package/srcoriginal/styles/general/tabs.module.css +119 -0
  309. package/srcoriginal/styles/general/workplaceeditor.module.css +328 -0
  310. package/srcoriginal/styles/globals.css +26 -0
  311. package/srcoriginal/styles/headers/CTAHeader.module.css +40 -0
  312. package/srcoriginal/styles/headers/CategoryFeaturingHeader.module.css +61 -0
  313. package/srcoriginal/styles/headers/Gotoheader.module.css +87 -0
  314. package/srcoriginal/styles/headers/Header7.module.css +50 -0
  315. package/srcoriginal/styles/headers/HeaderWithAdSlider.module.css +86 -0
  316. package/srcoriginal/styles/headers/HeaderWithSearchOnCenter.module.css +101 -0
  317. package/srcoriginal/styles/headers/HeaderWithUtilityBar.module.css +46 -0
  318. package/srcoriginal/styles/headers/Header_threesectionslogocentered.module.css +84 -0
  319. package/srcoriginal/styles/headers/NewHeader.module.css +101 -0
  320. package/srcoriginal/styles/headers/SearchFocusedHeader.module.css +62 -0
  321. package/srcoriginal/styles/headers/Sideheader.module.css +108 -0
  322. package/srcoriginal/styles/headers/Simpleheader.module.css +102 -0
  323. package/srcoriginal/styles/headers/classicheader.module.css +16 -0
  324. package/srcoriginal/styles/headers/classicheaderstyles.module.css +9 -0
  325. package/srcoriginal/styles/headers/dropdown.css +0 -0
  326. package/srcoriginal/styles/headers/header4.module.css +175 -0
  327. package/srcoriginal/styles/headers/header5.module.css +30 -0
  328. package/srcoriginal/styles/headers/header_contactinfo.module.css +53 -0
  329. package/srcoriginal/styles/headers/headerresturant.module.css +89 -0
  330. package/srcoriginal/styles/headers/modernheader.module.css +45 -0
  331. package/srcoriginal/styles/headers/stylishheader.module.css +24 -0
  332. package/srcoriginal/styles/headers/subheader.module.css +114 -0
  333. package/srcoriginal/styles/headers/threetieredheader.module.css +91 -0
  334. package/srcoriginal/styles/sections/BackgroundImageWithTopContent.css +4 -0
  335. package/srcoriginal/styles/sections/Backgroundimage1.module.css +17 -0
  336. package/srcoriginal/styles/sections/Backgroundimage_with_topcircle.module.css +28 -0
  337. package/srcoriginal/styles/sections/Freetext.module.css +18 -0
  338. package/srcoriginal/styles/sections/Section_with_rightbgcont.module.css +49 -0
  339. package/srcoriginal/styles/sections/Slideshow_with_rotatedsquare.module.css +35 -0
  340. package/srcoriginal/styles/sections/Slideshow_with_squarebg.module.css +39 -0
  341. package/srcoriginal/styles/staticpages/accordion.module.css +9 -0
  342. package/srcoriginal/styles/staticpages/cart.module.css +108 -0
  343. package/srcoriginal/styles/staticpages/dropdown.css +196 -0
  344. package/srcoriginal/styles/staticpages/filter.module.css +139 -0
  345. package/srcoriginal/styles/staticpages/image-gallery.css +481 -0
  346. package/srcoriginal/styles/staticpages/login.module.css +155 -0
  347. package/srcoriginal/styles/staticpages/productinfo.module.css +54 -0
  348. package/srcoriginal/styles/staticpages/shop.module.css +191 -0
  349. package/srcoriginal/styles/staticpages/signup.module.css +250 -0
  350. package/srcoriginal/styles/staticpages/staticroutersidenav.module.css +129 -0
  351. package/srcoriginal/styles/staticpages/viewcart.module.css +129 -0
  352. package/srcoriginal/styles/staticpages/wishlist.module.css +29 -0
@@ -0,0 +1,611 @@
1
+ import React, { useEffect, useState, useContext } from 'react';
2
+ import { css } from 'glamor';
3
+ import { Imagekitimagecomp } from '../../../Imagekitconfig.jsx';
4
+ import { FiShoppingCart } from '@react-icons/all-files/fi/FiShoppingCart';
5
+ import { FiShoppingBag } from '@react-icons/all-files/fi/FiShoppingBag';
6
+ import { FaRegHeart } from '@react-icons/all-files/fa/FaRegHeart';
7
+ import { FaHeart } from '@react-icons/all-files/fa/FaHeart';
8
+ import { CgShoppingBag } from '@react-icons/all-files/cg/CgShoppingBag';
9
+ import { AiFillStar } from '@react-icons/all-files/ai/AiFillStar';
10
+ import { AiOutlineStar } from '@react-icons/all-files/ai/AiOutlineStar';
11
+ import { MdAddShoppingCart } from '@react-icons/all-files/md/MdAddShoppingCart';
12
+ import { BsBag } from '@react-icons/all-files/bs/BsBag';
13
+ import { RiHandbagLine } from '@react-icons/all-files/ri/RiHandbagLine';
14
+ import { HiOutlinePlus } from '@react-icons/all-files/hi/HiOutlinePlus';
15
+ import generalCardsStyles from '../../../styles/cards/generalCardsStyles.module.css';
16
+ import { CircularProgress } from 'react-cssfx-loading';
17
+ import { FiPlus } from '@react-icons/all-files/fi/FiPlus';
18
+ import { FiMinus } from '@react-icons/all-files/fi/FiMinus';
19
+
20
+ const QuantityButtonBasedProductCard = (props) => {
21
+ const [sectionproperties, setsectionproperties] = useState('');
22
+ const [item, setitem] = useState(props.cardinfoitemprops);
23
+ const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
24
+ const lang = props.actions.lang;
25
+ const langdetect = props.actions.langdetect;
26
+ const setShowProductInfoModalContext = props.actions.setShowProductInfoModalContext;
27
+ const addtofavoritescontext = props.actions.addtofavoritescontext;
28
+ const setProductIdProdutInfoModalContext = props.actions.setProductIdProdutInfoModalContext;
29
+ const AddtoCartContext = props.actions.AddtoCartContext;
30
+ const AddtoCartMutationContext = props.actions.AddtoCartMutationContext;
31
+ const StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
32
+ const routingcountext = props.actions.routingcountext;
33
+ const cardonclickfunctionContext = props.actions.cardonclickfunctionContext;
34
+ const ikimagecredcontext = props.actions.ikimagecredcontext;
35
+
36
+ const NotificationManager = props.actions.NotificationManager;
37
+ const [index, setindex] = useState(props.cardinfoindexprops);
38
+ const [showquantity, setshowquantity] = useState(false);
39
+ useEffect(() => {
40
+ if (item.quantity == 0) {
41
+ setshowquantity(false);
42
+ } else {
43
+ setshowquantity(true);
44
+ }
45
+ }, [props.cardinfoitemprops]);
46
+ useEffect(() => {
47
+ var secpropobj = {};
48
+ StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
49
+ if (sectionitem.sectionid == props.sectionidprops) {
50
+ sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
51
+ secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
52
+ });
53
+ }
54
+ });
55
+ setsectionproperties({ ...secpropobj });
56
+ }, [StatePagePropertiesContext]);
57
+ useEffect(() => {
58
+ setitem(props.cardinfoitemprops);
59
+ }, [props.cardinfoitemprops]);
60
+ const addtocartfunc = (type, quantity) => {
61
+ const addtocardpayloadobj = {
62
+ functype: 'add',
63
+ productid: item.productid,
64
+ variantid: '',
65
+ quantity: quantity,
66
+ };
67
+
68
+ var runfunc = false;
69
+ if (addtocardpayloadobj.productid.length != 0 && addtocardpayloadobj.quantity > 0) {
70
+ if (item.hasvariants == 1) {
71
+ if (addtocardpayloadobj.variantid.length != 0) {
72
+ runfunc = true;
73
+ } else {
74
+ NotificationManager.warning('', langdetect == 'en' ? 'Please Choose Product Options' : 'من فضلك اختر متغير');
75
+ }
76
+ } else {
77
+ runfunc = true;
78
+ }
79
+ } else {
80
+ NotificationManager.warning('', langdetect == 'en' ? 'Please Choose Quantity' : 'من فضلك اختر الكمية');
81
+ }
82
+
83
+ if (runfunc == true) {
84
+ AddtoCartContext(addtocardpayloadobj);
85
+ }
86
+ };
87
+ const addtocartbuttonrender = () => {
88
+ if (AddtoCartMutationContext.isLoading) {
89
+ if (AddtoCartMutationContext?.variables?.productid == item.productid) {
90
+ return (
91
+ <div class={' d-flex align-items-center justify-content-center '}>
92
+ <CircularProgress color={sectionproperties.quantitybtn_textcolor} width="20px" height="20px" duration="1s" />
93
+ </div>
94
+ );
95
+ } else {
96
+ return item.quantity;
97
+ }
98
+ }
99
+ if (!AddtoCartMutationContext.isLoading) {
100
+ return item.quantity;
101
+ }
102
+ };
103
+ const card_cssstyles = {
104
+ productcard: css({
105
+ minWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.width + 'px',
106
+ maxWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.width + 'px',
107
+ '@media (max-width: 800px)': {
108
+ minWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.widthresponsive + 'px',
109
+ maxWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.widthresponsive + 'px',
110
+ },
111
+ }),
112
+ productcardimagecont: css({
113
+ position: 'relative',
114
+ overflow: 'hidden',
115
+ height: sectionproperties.image_height + 'px',
116
+ background: sectionproperties.image_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.image_bgcolor,
117
+ border: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
118
+ borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
119
+ borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
120
+ borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
121
+ borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
122
+ opacity: item.currentquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' && item.hasvariants == 0 ? sectionproperties.outofstockimageopcity : 1,
123
+ transition: '.3s',
124
+ }),
125
+ productNameStyles: css({
126
+ color: sectionproperties.prodNameColor,
127
+ fontSize: sectionproperties.prodNameFontSize + 'px',
128
+ textTransform: sectionproperties.prodNameTextTranform,
129
+ fontWeight: sectionproperties.prodNameFontWeight,
130
+ transition: '.3s',
131
+ cursor: 'pointer',
132
+ ':hover': {
133
+ color: sectionproperties.prodNameColorOnHover,
134
+ },
135
+ }),
136
+ productPricestyles: css({
137
+ color: sectionproperties.prodPriceColor,
138
+ fontSize: sectionproperties.prodpriceFontSize + 'px',
139
+ fontWeight: sectionproperties.prodPriceFontWeight,
140
+ }),
141
+ productSalePricestyles: css({
142
+ color: sectionproperties.prodsalePriceColor,
143
+ fontSize: sectionproperties.prodsalepriceFontSize + 'px',
144
+ fontWeight: sectionproperties.prodsalePriceFontWeight,
145
+ }),
146
+ wishlist_btn: css({
147
+ width: sectionproperties.favBtnWidth + 'px',
148
+ height: sectionproperties.favBtnHeight + 'px',
149
+ background: sectionproperties.favbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.favBtnbgColor,
150
+ borderRadius: sectionproperties.fav_btn_borderBottomLeftRadius + 'px',
151
+ border: sectionproperties.favbtnborderwidth + 'px solid ' + sectionproperties.favbtnbordercolor,
152
+ color: sectionproperties.favBtniconcolor,
153
+ transition: '.3s',
154
+ ':hover': {
155
+ background: sectionproperties.favbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.favBtnbgColoronhover,
156
+ color: sectionproperties.favBtnTextcoloronhover,
157
+ },
158
+ }),
159
+ cart_btn: css({
160
+ position: 'absolute',
161
+ bottom: 10,
162
+ right: 10,
163
+ width: sectionproperties.cartBtnWidth + 'px',
164
+ height: sectionproperties.cartBtnHeight + 'px',
165
+ background: sectionproperties.cartbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColor,
166
+ borderRadius: sectionproperties.cart_btn_borderBottomLeftRadius + 'px',
167
+ color: sectionproperties.cart_iconcolor,
168
+ border: sectionproperties.cartbtnborderwidth + 'px solid ' + sectionproperties.cartbtnbordercolor,
169
+ zIndex: 100,
170
+ transition: '.3s',
171
+ ':hover': {
172
+ background: sectionproperties.cartbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColoronhover,
173
+ color: sectionproperties.cartBtnTextcoloronhover,
174
+ borderColor: sectionproperties.cartBtnTextcoloronhover,
175
+ },
176
+ }),
177
+
178
+ outstockbadge: css({
179
+ position: 'absolute',
180
+ top: sectionproperties.outstock_top + 'px',
181
+ left: langdetect == 'en' ? sectionproperties.outstock_right + 'px' : '',
182
+ right: langdetect == 'en' ? '' : sectionproperties.outstock_right + 'px',
183
+ width: sectionproperties.outstock_width + 'px',
184
+ height: sectionproperties.outstock_height + 'px',
185
+ background: sectionproperties.outstock_bg,
186
+ color: sectionproperties.outstock_color,
187
+ fontSize: sectionproperties.outstock_fontSize + 'px',
188
+ borderRadius: sectionproperties.outstock_borderradius + 'px',
189
+ zIndex: 2,
190
+ }),
191
+ outstockbadgecentered: css({
192
+ position: 'absolute',
193
+ top: 0,
194
+ bottom: 0,
195
+ left: 0,
196
+ right: 0,
197
+ margin: 'auto',
198
+ width: sectionproperties.outstock_width + 'px',
199
+ height: sectionproperties.outstock_height + 'px',
200
+ background: sectionproperties.outstock_bg,
201
+ color: sectionproperties.outstock_color,
202
+ fontSize: sectionproperties.outstock_fontSize + 'px',
203
+ borderRadius: sectionproperties.outstock_borderradius + 'px',
204
+ zIndex: 2,
205
+ }),
206
+ quantity: css({
207
+ color: sectionproperties.quantitycolor,
208
+ fontSize: sectionproperties.quantityfontsize + 'px',
209
+ fontWeight: sectionproperties.quantityfontweight,
210
+ }),
211
+ quantitybtn: css({
212
+ height: sectionproperties.quantitybtn_height + 'px',
213
+ width: sectionproperties.quantitybtn_width + 'px',
214
+ display: 'flex',
215
+ flexDirection: 'row',
216
+ overflow: 'hidden',
217
+ borderRadius: sectionproperties.quantitybtn_borderradius + 'px',
218
+ background: sectionproperties.quantitybtn_bgcolor,
219
+ alignItems: 'center',
220
+ justifyContent: 'center',
221
+ margin: 0,
222
+ position: 'relative',
223
+ fontWeight: sectionproperties.quantitybtn_textfontweight,
224
+ color: sectionproperties.quantitybtn_textcolor,
225
+ fontSize: sectionproperties.quantitybtn_textfontsize + 'px',
226
+ border: sectionproperties.quantitybtnborderwidth + 'px solid ' + sectionproperties.quantitybtnbordercolor,
227
+ zIndex: 100,
228
+ }),
229
+ quantitybtn_text: css({
230
+ margin: 'auto',
231
+ }),
232
+ add_quantitybtn_icon_container: css({
233
+ position: 'relative',
234
+ width: sectionproperties.add_quantitybtn_width + 'px',
235
+ height: sectionproperties.add_quantitybtn_height + 'px',
236
+ background: sectionproperties.add_quantitybtn_bgcolor,
237
+ display: 'flex',
238
+ alignItems: 'center',
239
+ justifyContent: 'center',
240
+ borderTopLeftRadius: langdetect == 'en' ? sectionproperties.add_quantitybtn_leftborderradius + 'px' : sectionproperties.add_quantitybtn_rightborderradius + 'px',
241
+ borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.add_quantitybtn_leftborderradius + 'px' : sectionproperties.add_quantitybtn_rightborderradius + 'px',
242
+ borderTopRightRadius: langdetect == 'en' ? sectionproperties.add_quantitybtn_rightborderradius + 'px' : sectionproperties.add_quantitybtn_leftborderradius + 'px',
243
+ borderBottomRightRadius: langdetect == 'en' ? sectionproperties.add_quantitybtn_rightborderradius + 'px' : sectionproperties.add_quantitybtn_leftborderradius + 'px',
244
+ fontSize: sectionproperties.add_quantitybtn_textfontsize + 'px',
245
+ color: sectionproperties.add_quantitybtn_textcolor,
246
+ transition: '.3s',
247
+ ':hover': {
248
+ color: sectionproperties.add_quantitybtn_textcoloronhover,
249
+ background: sectionproperties.add_quantitybtn_bgcoloronhover,
250
+ },
251
+ ':hover .addbtn': {
252
+ color: sectionproperties.add_quantitybtn_textcoloronhover,
253
+ transition: '.3s',
254
+ },
255
+ }),
256
+ minus_quantitybtn_icon_container: css({
257
+ position: 'relative',
258
+ display: 'flex',
259
+ alignItems: 'center',
260
+ justifyContent: 'center',
261
+ width: sectionproperties.remove_quantitybtn_width + 'px',
262
+ height: sectionproperties.remove_quantitybtn_height + 'px',
263
+ background: sectionproperties.remove_quantitybtn_bgcolor,
264
+ fontSize: sectionproperties.remove_quantitybtn_textfontsize + 'px',
265
+ color: sectionproperties.remove_quantitybtn_textcolor,
266
+ borderTopLeftRadius: langdetect == 'en' ? sectionproperties.remove_quantitybtn_leftborderradius + 'px' : sectionproperties.remove_quantitybtn_rightborderradius + 'px',
267
+ borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.remove_quantitybtn_leftborderradius + 'px' : sectionproperties.remove_quantitybtn_rightborderradius + 'px',
268
+ borderTopRightRadius: langdetect == 'en' ? sectionproperties.remove_quantitybtn_rightborderradius + 'px' : sectionproperties.remove_quantitybtn_leftborderradius + 'px',
269
+ borderBottomRightRadius: langdetect == 'en' ? sectionproperties.remove_quantitybtn_rightborderradius + 'px' : sectionproperties.remove_quantitybtn_leftborderradius + 'px',
270
+ transition: '.3s',
271
+ ':hover': {
272
+ color: sectionproperties.remove_quantitybtn_textcoloronhover,
273
+ background: sectionproperties.remove_quantitybtn_bgcoloronhover,
274
+ },
275
+ ':hover .minusbtn': {
276
+ transition: '.3s',
277
+ color: sectionproperties.remove_quantitybtn_textcoloronhover,
278
+ },
279
+ }),
280
+ };
281
+
282
+ return (
283
+ <div
284
+ class={props.sectiontypeprops2 == 'vertical' ? `${card_cssstyles.productcard}` + ' w-100 ' : ` ${card_cssstyles.productcard}`}
285
+ style={{
286
+ paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
287
+ paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
288
+ }}
289
+ >
290
+ {sectionproperties.length != 0 && (
291
+ <div
292
+ class={' cursor-pointer w-100 '}
293
+ style={{
294
+ background: sectionproperties.backgroundColor,
295
+ borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.borderBottomLeftRadius + 'px' : sectionproperties.borderBottomRightRadius + 'px',
296
+ borderBottomRightRadius: langdetect == 'en' ? sectionproperties.borderBottomRightRadius + 'px' : sectionproperties.borderBottomLeftRadius + 'px',
297
+ borderTopLeftRadius: langdetect == 'en' ? sectionproperties.borderTopLeftRadius + 'px' : sectionproperties.borderTopRightRadius + 'px',
298
+ borderTopRightRadius: langdetect == 'en' ? sectionproperties.borderTopRightRadius + 'px' : sectionproperties.borderTopLeftRadius + 'px',
299
+ marginTop: sectionproperties.marginTop + 'px',
300
+ marginBottom: sectionproperties.marginBottom + 'px',
301
+ border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
302
+ paddingTop: sectionproperties.paddingTop + 'px',
303
+ paddingBottom: sectionproperties.paddingBottom + 'px',
304
+ paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
305
+ paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
306
+ transition: '.3s',
307
+ }}
308
+ >
309
+ <div class="w-100" style={{ position: 'relative' }}>
310
+ {sectionproperties.favBtnShow == 'Show' && (
311
+ <button
312
+ class={` ${card_cssstyles.wishlist_btn}` + ' m-0 p-0 d-flex align-items-center justify-content-center '}
313
+ onClick={(e) => {
314
+ e.stopPropagation();
315
+ addtofavoritescontext(item.productid);
316
+ }}
317
+ style={{
318
+ zIndex: 2,
319
+ position: 'absolute',
320
+ top: 5,
321
+ right: langdetect == 'en' ? 5 : '',
322
+ left: langdetect == 'en' ? '' : 5,
323
+ background: item.IsFavExists == true ? (sectionproperties.favbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.activebgcolor) : '',
324
+ }}
325
+ >
326
+ {item.IsFavExists && (
327
+ <i class="h-100 d-flex align-items-center justify-content-center">
328
+ {sectionproperties.faviconshape == 'Star Shape' && (
329
+ <AiFillStar size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />
330
+ )}
331
+ {sectionproperties.faviconshape == 'Heart Shape' && (
332
+ <FaHeart size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />
333
+ )}
334
+ </i>
335
+ )}
336
+ {!item.IsFavExists && (
337
+ <i class="h-100 d-flex align-items-center justify-content-center">
338
+ {sectionproperties.faviconshape == 'Star Shape' && <AiOutlineStar size={sectionproperties.favBtnIconfontsize} />}
339
+ {sectionproperties.faviconshape == 'Heart Shape' && <FaRegHeart size={sectionproperties.favBtnIconfontsize} />}
340
+ </i>
341
+ )}
342
+ </button>
343
+ )}
344
+ {item?.hassale == 1 && sectionproperties.showbadge == 'Show' && (
345
+ <div
346
+ class="align-items-center justify-content-center font-weight-500"
347
+ style={{
348
+ zIndex: 2,
349
+ position: 'absolute',
350
+ top: sectionproperties.badge_top + 'px',
351
+ left: langdetect == 'en' ? sectionproperties.badge_right + 'px' : '',
352
+ right: langdetect == 'en' ? '' : sectionproperties.badge_right + 'px',
353
+ width: sectionproperties.badge_width + 'px',
354
+ height: sectionproperties.badge_height + 'px',
355
+ background: sectionproperties.badge_bgcolor,
356
+ borderRadius: sectionproperties.badge_borderradius + 'px',
357
+ display:
358
+ item.currentquantity < 1 &&
359
+ sectionproperties.showoutofstock == 'Show' &&
360
+ item.quantavailtype == 'limit' &&
361
+ item.hasvariants == 0 &&
362
+ sectionproperties.outofstock_replacebadges == 'Replace'
363
+ ? 'none'
364
+ : 'flex',
365
+ }}
366
+ >
367
+ <p class="m-0 p-0" style={{ color: sectionproperties.badge_color, fontSize: sectionproperties.badge_fontsize + 'px' }}>
368
+ {langdetect == 'en' ? sectionproperties.badgeContentEn : sectionproperties.badgeContentAr}
369
+ </p>
370
+ </div>
371
+ )}
372
+ {sectionproperties.showpill == 'Show' && item.hassale == 1 && (
373
+ <div
374
+ class="align-items-center justify-content-center"
375
+ style={{
376
+ zIndex: 2,
377
+ position: 'absolute',
378
+ top: sectionproperties.pillpositionfromtop + 'px',
379
+ left: langdetect == 'en' ? sectionproperties.pillpositionfromright + 'px' : '',
380
+ right: langdetect == 'en' ? '' : sectionproperties.pillpositionfromright + 'px',
381
+ width: sectionproperties.pillwidth + 'px',
382
+ height: sectionproperties.pillheight + 'px',
383
+ background: sectionproperties.pillbgcolor,
384
+ borderRadius: sectionproperties.pillborderBottomLeftRadius + 'px',
385
+ display:
386
+ item.currentquantity < 1 &&
387
+ sectionproperties.showoutofstock == 'Show' &&
388
+ item.quantavailtype == 'limit' &&
389
+ item.hasvariants == 0 &&
390
+ sectionproperties.outofstock_replacebadges == 'Replace'
391
+ ? 'none'
392
+ : 'flex',
393
+ }}
394
+ >
395
+ <p class="m-0 p-0 text-uppercase" style={{ color: sectionproperties.pillcolor, fontSize: sectionproperties.pillfontSize + 'px', direction: 'ltr' }}>
396
+ {'-' + parseFloat(Math.round(10.0 * ((parseInt(item.defaultprice) - parseInt(item.defaultsaleprice)) / parseInt(item.defaultprice)) * 100) / 10.0).toFixed(0) + '%'}
397
+ </p>
398
+ </div>
399
+ )}
400
+ <div
401
+ onClick={() => {
402
+ if (sectionproperties?.onClickRoute == 'Product Information') {
403
+ setShowProductInfoModalContext(true);
404
+ setProductIdProdutInfoModalContext(item.productid);
405
+ } else {
406
+ cardonclickfunctionContext(sectionproperties?.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
407
+ }
408
+ }}
409
+ class={`${card_cssstyles.productcardimagecont}` + ' w-100 p-0 d-flex align-items-center justify-content-center d-md-none '}
410
+ style={{ zIndex: 1, marginBottom: sectionproperties.image_mb + 'px' }}
411
+ >
412
+ {item.image != '' && (
413
+ <Imagekitimagecomp
414
+ urlEndpoint={ikimagecredcontext?.ikimageendpoint}
415
+ publicKey={ikimagecredcontext?.ikimagepublickey}
416
+ path={'/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image}
417
+ loading="lazy"
418
+ style={{
419
+ width: sectionproperties.imageInnerWidth_Height + '%',
420
+ height: sectionproperties.imageInnerWidth_Height + '%',
421
+ objectFit: sectionproperties.bgcovercontain == 'Cover' ? 'cover' : 'contain',
422
+ }}
423
+ />
424
+ )}
425
+ </div>
426
+ <div
427
+ onClick={() => {
428
+ if (sectionproperties?.onClickRoute == 'Product Information') {
429
+ setShowProductInfoModalContext(true);
430
+ setProductIdProdutInfoModalContext(item.productid);
431
+ } else {
432
+ cardonclickfunctionContext(sectionproperties?.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
433
+ }
434
+ }}
435
+ class={`${card_cssstyles.productcardimagecont}` + ' w-100 p-0 d-none d-md-flex align-items-center justify-content-center '}
436
+ style={{
437
+ zIndex: 1,
438
+ marginBottom: sectionproperties.image_mb + 'px',
439
+ height: sectionproperties.height_responsive == 0 ? 'auto' : sectionproperties.height_responsive + 'px',
440
+ }}
441
+ >
442
+ {item.image != '' && (
443
+ <Imagekitimagecomp
444
+ urlEndpoint={ikimagecredcontext?.ikimageendpoint}
445
+ publicKey={ikimagecredcontext?.ikimagepublickey}
446
+ path={'/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image}
447
+ loading="lazy"
448
+ style={{
449
+ width: sectionproperties.imageInnerWidth_Height + '%',
450
+ height: sectionproperties.imageInnerWidth_Height + '%',
451
+ objectFit: sectionproperties.bgcovercontain == 'Cover' ? 'cover' : 'contain',
452
+ }}
453
+ />
454
+ )}
455
+ </div>
456
+ {item.currentquantity < 1 &&
457
+ sectionproperties.showoutofstock == 'Show' &&
458
+ item.quantavailtype == 'limit' &&
459
+ item.hasvariants == 0 &&
460
+ sectionproperties.outofstock_centered == 'Not centered' && (
461
+ <div class={`${card_cssstyles.outstockbadge}` + ' allcentered '}>
462
+ <p class="m-0 p-0">{langdetect == 'en' ? sectionproperties.outstock_contenten : sectionproperties.outstock_contentar}</p>
463
+ </div>
464
+ )}
465
+ {item.currentquantity < 1 &&
466
+ sectionproperties.showoutofstock == 'Show' &&
467
+ item.quantavailtype == 'limit' &&
468
+ item.hasvariants == 0 &&
469
+ sectionproperties.outofstock_centered == 'Centered' && (
470
+ <div class={`${card_cssstyles.outstockbadgecentered}` + ' allcentered '}>
471
+ <p class="m-0 p-0">{langdetect == 'en' ? sectionproperties.outstock_contenten : sectionproperties.outstock_contentar}</p>
472
+ </div>
473
+ )}
474
+ {sectionproperties.cartBtnShow == 'Show' && showquantity == false && (
475
+ <div
476
+ class={`${card_cssstyles.cart_btn}` + ' m-0 p-0 d-flex align-items-center justify-content-center mt-1 '}
477
+ onClick={() => {
478
+ if (sectionproperties.quantitybtn_show == 'Show' && showquantity == false) {
479
+ setshowquantity(true);
480
+ if (item.hasvariants == 0) {
481
+ var tempitem = { ...item };
482
+ tempitem.quantity = 1;
483
+ setitem({ ...tempitem });
484
+ addtocartfunc('add', tempitem.quantity);
485
+ }
486
+ } else {
487
+ if (item.currentquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' && item.hasvariants == 0) {
488
+ NotificationManager.warning('', langdetect == 'en' ? 'Sold Out' : 'نفذت الكمية');
489
+ } else {
490
+ setShowProductInfoModalContext(true);
491
+ setProductIdProdutInfoModalContext(item.productid);
492
+ }
493
+ }
494
+ }}
495
+ >
496
+ <i class={'h-100 allcentered'}>
497
+ {sectionproperties.carticonstyle == 'Shopping bag 1' && <FiShoppingBag class="" size={sectionproperties.cartBtn_iconFontSize} />}
498
+ {sectionproperties.carticonstyle == 'Shopping bag 2' && <CgShoppingBag class="" size={sectionproperties.cartBtn_iconFontSize} />}
499
+ {sectionproperties.carticonstyle == 'Shopping bag 3' && <BsBag class="" size={sectionproperties.cartBtn_iconFontSize} />}
500
+ {sectionproperties.carticonstyle == 'Shopping bag 4' && <RiHandbagLine size={sectionproperties.cartBtn_iconFontSize} />}
501
+ {sectionproperties.carticonstyle == 'Shopping cart 1' && <FiShoppingCart class="" size={sectionproperties.cartBtn_iconFontSize} />}
502
+ {sectionproperties.carticonstyle == 'Shopping cart 2' && <MdAddShoppingCart size={sectionproperties.cartBtn_iconFontSize} />}
503
+ {sectionproperties.carticonstyle == 'Plus Icon' && <HiOutlinePlus size={sectionproperties.cartBtn_iconFontSize} />}
504
+ </i>
505
+ </div>
506
+ )}
507
+ {showquantity == true && sectionproperties.quantitybtn_show == 'Show' && (
508
+ <div class="row m-0 w-100 d-flex align-items-center justify-content-end" style={{ position: 'absolute', bottom: 10, right: 10 }}>
509
+ <div class={`${card_cssstyles.quantitybtn}` + ' p-0 d-flex align-items-center justify-content-center '} style={{ direction: 'ltr' }}>
510
+ <button
511
+ class={`${card_cssstyles.minus_quantitybtn_icon_container}`}
512
+ onClick={() => {
513
+ if (item.hasvariants == 0) {
514
+ var tempitem = { ...item };
515
+ tempitem.quantity = parseInt(tempitem.quantity);
516
+ tempitem.quantity = tempitem.quantity - 1;
517
+ if (tempitem.quantity <= 0) {
518
+ tempitem.quantity = 0;
519
+ }
520
+ setitem({ ...tempitem });
521
+ addtocartfunc('add', tempitem.quantity);
522
+ } else {
523
+ setShowProductInfoModalContext(true);
524
+ setProductIdProdutInfoModalContext(item.productid);
525
+ }
526
+ }}
527
+ disabled={AddtoCartMutationContext.isLoading == true ? true : false}
528
+ >
529
+ <i class="h-100 allcentered minusbtn">
530
+ <FiMinus />
531
+ </i>
532
+ </button>
533
+ <span class={`${card_cssstyles.quantitybtn_text}` + ' d-flex align-items-center justify-content-center '}>{addtocartbuttonrender()}</span>
534
+ <button
535
+ class={`${card_cssstyles.add_quantitybtn_icon_container}`}
536
+ onClick={() => {
537
+ if (item.hasvariants == 0) {
538
+ var tempitem = { ...item };
539
+ tempitem.quantity = parseInt(tempitem.quantity);
540
+ tempitem.quantity = tempitem.quantity + 1;
541
+ if (tempitem.quantity <= 0) {
542
+ tempitem.quantity = 0;
543
+ }
544
+ setitem({ ...tempitem });
545
+ addtocartfunc('add', tempitem.quantity);
546
+ } else {
547
+ setShowProductInfoModalContext(true);
548
+ setProductIdProdutInfoModalContext(item.productid);
549
+ }
550
+ }}
551
+ disabled={AddtoCartMutationContext.isLoading == true ? true : false}
552
+ >
553
+ <i class="h-100 allcentered addbtn">
554
+ <FiPlus />
555
+ </i>
556
+ </button>
557
+ </div>
558
+ </div>
559
+ )}
560
+ </div>
561
+ <div>
562
+ <div class="row m-0 w-100 ">
563
+ <div class="col-lg-12 p-0 mb-1">
564
+ <div class="row m-0 w-100 d-flex align-items-center justify-content-start">
565
+ {sectionproperties.prodPriceShow == 'Show' && (
566
+ <p class={`${card_cssstyles.productPricestyles}` + ' m-0 '}>
567
+ {langdetect == 'en' ? 'EGP' : ''} {item.hassale == 1 ? item.defaultsaleprice : item.defaultprice} {langdetect == 'en' ? '' : 'ج.م'}
568
+ </p>
569
+ )}
570
+ {sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && (
571
+ <div class=" d-flex align-items-center justify-content-center p-0 mb-0">
572
+ <p class={`${card_cssstyles.productSalePricestyles}` + ' linethrough m-0 mr-2 ml-2 '}>
573
+ {langdetect == 'en' ? 'EGP' : ''} {item.defaultprice} {langdetect == 'en' ? '' : 'ج.م'}
574
+ </p>
575
+ </div>
576
+ )}
577
+ </div>
578
+ </div>
579
+ {sectionproperties.prodNameShow == 'Show' && (
580
+ <div class="col-lg-12 p-0 d-flex align-items-center justify-content-start">
581
+ <p
582
+ onClick={() => {
583
+ cardonclickfunctionContext(sectionproperties?.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
584
+ }}
585
+ class={
586
+ sectionproperties.wordbreak == '1'
587
+ ? `${card_cssstyles.productNameStyles}` + ' wordbreak wordbreak1 m-0 '
588
+ : `${card_cssstyles.productNameStyles}` + ' wordbreak wordbreak2 m-0 '
589
+ }
590
+ style={{
591
+ textAlign: langdetect == 'en' ? 'left' : 'right',
592
+ height: sectionproperties.wordbreak == '2' ? '6vh' : 'auto',
593
+ }}
594
+ >
595
+ {item.name}
596
+ </p>
597
+ </div>
598
+ )}
599
+ {sectionproperties.quantityshow == 'Show' && item.quantity != null && (
600
+ <div class="col-lg-12 p-0 d-flex align-items-center justify-content-start">
601
+ <p class={`${card_cssstyles.quantity}` + ' m-0 '}>{item.measurmentunit}</p>
602
+ </div>
603
+ )}
604
+ </div>
605
+ </div>
606
+ </div>
607
+ )}
608
+ </div>
609
+ );
610
+ };
611
+ export default QuantityButtonBasedProductCard;