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