tabexseriescomponents 0.0.706 → 0.0.708
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/srcoman/Contexts/LanguageContext.jsx +408 -0
- package/srcoman/Contexts/ProductsCardsSectionContext.jsx +36 -0
- package/srcoman/Imagekitconfig.jsx +46 -0
- package/srcoman/StylesJS/Customstyles.js +345 -0
- package/srcoman/TabexComponents/Cards/CTAProductCard/CTAProductCard.jsx +376 -0
- package/srcoman/TabexComponents/Cards/Card20/Card20.jsx +298 -0
- package/srcoman/TabexComponents/Cards/Card21/Card21.jsx +388 -0
- package/srcoman/TabexComponents/Cards/Card22/Card22.jsx +288 -0
- package/srcoman/TabexComponents/Cards/Card23/Card23 copy.jsx +1630 -0
- package/srcoman/TabexComponents/Cards/Card23/Card23.jsx +742 -0
- package/srcoman/TabexComponents/Cards/CardAll/CardAll.jsx +453 -0
- package/srcoman/TabexComponents/Cards/CardBadgeSlideFromTop/CardBadgeSlideFromTop.jsx +394 -0
- package/srcoman/TabexComponents/Cards/CardWithTextOnly/CardWithTextOnly.jsx +70 -0
- package/srcoman/TabexComponents/Cards/CategoryCardTextOnImage/CategoryCardTextOnImage.jsx +211 -0
- package/srcoman/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +255 -0
- package/srcoman/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +235 -0
- package/srcoman/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +199 -0
- package/srcoman/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +182 -0
- package/srcoman/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +181 -0
- package/srcoman/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +161 -0
- package/srcoman/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +184 -0
- package/srcoman/TabexComponents/Cards/CircleCardWithVariants/CircleCardWithVariants.jsx +560 -0
- package/srcoman/TabexComponents/Cards/Classiccategorycard/Classiccategorycard copy.jsx +145 -0
- package/srcoman/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +146 -0
- package/srcoman/TabexComponents/Cards/Classiccategorycard/ClassiccategorycardOriginal.jsx +142 -0
- package/srcoman/TabexComponents/Cards/HorizontalCategoryCard/HorizontalCategoryCard.jsx +193 -0
- package/srcoman/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +409 -0
- package/srcoman/TabexComponents/Cards/MenuCard/MenuCard.jsx +732 -0
- package/srcoman/TabexComponents/Cards/ModernCardWithQuantityButton/ModernCardWithQuantityButton.jsx +468 -0
- package/srcoman/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +593 -0
- package/srcoman/TabexComponents/Cards/Moderncategorycard/Moderncategorycard.jsx +208 -0
- package/srcoman/TabexComponents/Cards/NewProductcard/NewProductcard copy.jsx +497 -0
- package/srcoman/TabexComponents/Cards/NewProductcard/NewProductcard.jsx +512 -0
- package/srcoman/TabexComponents/Cards/ProductCardWithTextOnImage/ProductCardWithTextOnImage.jsx +304 -0
- package/srcoman/TabexComponents/Cards/Productcard6/Productcard6.jsx +257 -0
- package/srcoman/TabexComponents/Cards/Productcard7/Productcard7.jsx +277 -0
- package/srcoman/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +352 -0
- package/srcoman/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +291 -0
- package/srcoman/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +315 -0
- package/srcoman/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +327 -0
- package/srcoman/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants copy.jsx +408 -0
- package/srcoman/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +528 -0
- package/srcoman/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +558 -0
- package/srcoman/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +275 -0
- package/srcoman/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +286 -0
- package/srcoman/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +137 -0
- package/srcoman/TabexComponents/Cards/QuantityButtonBasedProductCard/QuantityButtonBasedProductCard.jsx +613 -0
- package/srcoman/TabexComponents/Cards/ServiceCard/ServiceCard.jsx +413 -0
- package/srcoman/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +225 -0
- package/srcoman/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy 2.jsx +525 -0
- package/srcoman/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy.jsx +455 -0
- package/srcoman/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +905 -0
- package/srcoman/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +337 -0
- package/srcoman/TabexComponents/Cards/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +347 -0
- package/srcoman/TabexComponents/Cards/UpSlideEffectCard/UpSlideEffectCard.jsx +605 -0
- package/srcoman/TabexComponents/Cards/UserCardWithSocialMediaOnHover/UserCardWithSocialMediaOnHover.jsx +185 -0
- package/srcoman/TabexComponents/Footer/Allinonefooter/Allinonefooter.jsx +528 -0
- package/srcoman/TabexComponents/Footer/Footer1/Footer1.jsx +780 -0
- package/srcoman/TabexComponents/Footer/Footer2/Footer2.jsx +527 -0
- package/srcoman/TabexComponents/Footer/Footer3/Footer3.jsx +411 -0
- package/srcoman/TabexComponents/Footer/Footer4/Footer4.jsx +466 -0
- package/srcoman/TabexComponents/Footer/Footer5/Footer5.jsx +714 -0
- package/srcoman/TabexComponents/Footer/Footer6/Footer6.jsx +290 -0
- package/srcoman/TabexComponents/Footer/Footer7/Footer7.jsx +428 -0
- package/srcoman/TabexComponents/Footer/Footer8/Footer8.jsx +533 -0
- package/srcoman/TabexComponents/Footer/FooterWithThreeColumns/FooterWithThreeColumns.jsx +330 -0
- package/srcoman/TabexComponents/Footer/ModernFooter/ModernFooter.jsx +562 -0
- package/srcoman/TabexComponents/Footer/Newsletterfooter/Newsletterfooter.jsx +865 -0
- package/srcoman/TabexComponents/Footer/Newsletterincenter/Newsletterincenter.jsx +647 -0
- package/srcoman/TabexComponents/Footer/PrivacyPolicy/PrivacyPolicy.jsx +110 -0
- package/srcoman/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +316 -0
- package/srcoman/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/noimage.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/usflag.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
- package/srcoman/TabexComponents/Headers/CTAHeader/CTAHeader.jsx +1259 -0
- package/srcoman/TabexComponents/Headers/CategoryFeaturingHeader/CategoryFeaturingHeader.jsx +1049 -0
- package/srcoman/TabexComponents/Headers/CenteredLogoHeaderWithSlider/CenteredLogoHeaderWithSlider.jsx +1040 -0
- package/srcoman/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +1263 -0
- package/srcoman/TabexComponents/Headers/DownloadApp/DownloadApp.jsx +76 -0
- package/srcoman/TabexComponents/Headers/ElegantHeader/ElegantHeader.jsx +894 -0
- package/srcoman/TabexComponents/Headers/Gotoheader/Gotoheader.jsx +831 -0
- package/srcoman/TabexComponents/Headers/Header4/Header4.jsx +622 -0
- package/srcoman/TabexComponents/Headers/Header8/Header8 copy.jsx +1026 -0
- package/srcoman/TabexComponents/Headers/Header8/Header8.jsx +1976 -0
- package/srcoman/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +776 -0
- package/srcoman/TabexComponents/Headers/HeaderWithAdSlider/HeaderWithAdSlider.jsx +927 -0
- package/srcoman/TabexComponents/Headers/HeaderWithSearchOnCenter/HeaderWithSearchOnCenter.jsx +704 -0
- package/srcoman/TabexComponents/Headers/HeaderWithUtilityBar/HeaderWithUtilityBar.jsx +902 -0
- package/srcoman/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +953 -0
- package/srcoman/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +1562 -0
- package/srcoman/TabexComponents/Headers/Headerresponsive/Headerresponsive11-1.jsx +1201 -0
- package/srcoman/TabexComponents/Headers/Headerresponsive/HeaderresponsiveOriginal.jsx +990 -0
- package/srcoman/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2 copy.jsx +1639 -0
- package/srcoman/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2.jsx +1610 -0
- package/srcoman/TabexComponents/Headers/Headerresponsive/Headerresponsivenew.jsx +1327 -0
- package/srcoman/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +934 -0
- package/srcoman/TabexComponents/Headers/MarqueeHeader/MarqueeHeader.jsx +78 -0
- package/srcoman/TabexComponents/Headers/Modernheader/Modernheader.jsx +972 -0
- package/srcoman/TabexComponents/Headers/SearchCenteredHeader/SearchCenteredHeader.jsx +778 -0
- package/srcoman/TabexComponents/Headers/SearchFocusedHeader/SearchFocusedHeader.jsx +1159 -0
- package/srcoman/TabexComponents/Headers/Simpleheader/Simpleheader.jsx +1073 -0
- package/srcoman/TabexComponents/Headers/SocialMediaSection/SocialMediaSection.jsx +133 -0
- package/srcoman/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +854 -0
- package/srcoman/TabexComponents/Headers/Subheader/Subheader.jsx +863 -0
- package/srcoman/TabexComponents/Headers/Subheader/Subheader13-3.jsx +685 -0
- package/srcoman/TabexComponents/Headers/Subheader/SubheaderOriginal.jsx +517 -0
- package/srcoman/TabexComponents/Headers/Subheader/Subheadernew.jsx +555 -0
- package/srcoman/TabexComponents/Headers/ThreeTieredHeader/ThreeTieredHeader.jsx +1042 -0
- package/srcoman/TabexComponents/Headers/TwoTieredHeader/TwoTieredHeader.jsx +1089 -0
- package/srcoman/TabexComponents/Headers/TwoTieredWithCenteredLogoHeader/TwoTieredWithCenteredLogoHeader.jsx +936 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/BacgroundThreeImageWithCategories/BacgroundThreeImageWithCategories.jsx +533 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/BackgroundFiveImageStructure/BackgroundFiveImageStructure.jsx +338 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/BackgroundImageWithTopContent/BackgroundImageWithTopContent.jsx +870 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/BackgroundSectionWithServicesCards/BackgroundSectionWithServicesCards.jsx +302 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +314 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +318 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +179 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Bgimagewithsearchbar/Bgimagewithsearchbar.jsx +201 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/CollapsableSection/CollapsableSection.jsx +393 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy 2.jsx +583 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy.jsx +291 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm.jsx +627 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/DynamicForm/habal +348 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Filterwithcategoriespcoll/Filterwithcategoriespcoll.jsx +387 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/FullVideoSection/FullVideoSection.jsx +268 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/MapsSection/MapsSection.jsx +288 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Popupcomponent/Popupcomponent.jsx +117 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Searchcomponent/Searchcomponent.jsx +99 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +146 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/TextSectionConnectToWA/TextSectionConnectToWA.jsx +462 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +296 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages copy.jsx +396 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +617 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/VideosSection/VideosSection.jsx +408 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 2.jsx +1399 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 3.jsx +1656 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection copy.jsx +1540 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +1898 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection13-3.jsx +1596 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection21-10.jsx +1872 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection_cosmoandmore.jsx +1880 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx +726 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSectionwithfilter/CardsSectionwithfilter.jsx +719 -0
- package/srcoman/TabexComponents/Sections/Cards/ElegantCategoriesCardSection/ElegantCategoriesCardSection.jsx +406 -0
- package/srcoman/TabexComponents/Sections/Cards/ModernCardsSection/ModernCardsSection.jsx +929 -0
- package/srcoman/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards copy.jsx +646 -0
- package/srcoman/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards.jsx +962 -0
- package/srcoman/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx +582 -0
- package/srcoman/TabexComponents/Sections/Cards/UsersCardsSection/UsersCardsSection.jsx +383 -0
- package/srcoman/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +342 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +161 -0
- package/srcoman/TabexComponents/Sections/Slideshow/ContactUsSection/ContactUsSection.jsx +257 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection copy.jsx +382 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +437 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection19-11.jsx +757 -0
- package/srcoman/TabexComponents/Sections/Slideshow/HorizontalContactUsSection/HorizontalContactUsSection.jsx +346 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +1769 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +141 -0
- package/srcoman/TabexComponents/Sections/Slideshow/ServiceSectionWithImage/ServiceSectionWithImage.jsx +376 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +380 -0
- package/srcoman/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +867 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +226 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +149 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +143 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade copy.jsx +634 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +520 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide copy.jsx +527 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +643 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideOriginal.jsx +477 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideRecent.jsx +1217 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslideoriginal8-5.jsx +614 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowzoom/Arrow.jsx +91 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom copy.jsx +380 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +619 -0
- package/srcoman/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow copy.jsx +284 -0
- package/srcoman/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow.jsx +614 -0
- package/srcoman/TabexComponents/Sections/Slideshow/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +402 -0
- package/srcoman/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +199 -0
- package/srcoman/TabexComponents/StaticPages/AddReview/AddReview.jsx +304 -0
- package/srcoman/TabexComponents/StaticPages/Afiiliatesignup/Afiiliatesignup.jsx +321 -0
- package/srcoman/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +797 -0
- package/srcoman/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx +460 -0
- package/srcoman/TabexComponents/StaticPages/Checkout/Checkout copy.jsx +1306 -0
- package/srcoman/TabexComponents/StaticPages/Checkout/Checkout.jsx +1892 -0
- package/srcoman/TabexComponents/StaticPages/Checkout/Checkout10-1.jsx +1633 -0
- package/srcoman/TabexComponents/StaticPages/Checkout/Checkout26-9.jsx +1593 -0
- package/srcoman/TabexComponents/StaticPages/Checkout/Checkout9-9.jsx +1574 -0
- package/srcoman/TabexComponents/StaticPages/Filter/CollectionsFilterHorizontal.jsx +245 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter copy 2.jsx +2888 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter copy.jsx +1450 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter.jsx +2771 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter1-5.jsx +2624 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter13-11.jsx +2758 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter14-8.jsx +2753 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter17-9.jsx +1495 -0
- package/srcoman/TabexComponents/StaticPages/Filter/VariantFilter.jsx +1271 -0
- package/srcoman/TabexComponents/StaticPages/InnerGroups/InnerGroups.jsx +62 -0
- package/srcoman/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +50 -0
- package/srcoman/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +35 -0
- package/srcoman/TabexComponents/StaticPages/Login/Login copy.jsx +1060 -0
- package/srcoman/TabexComponents/StaticPages/Login/Login.jsx +610 -0
- package/srcoman/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.jsx +172 -0
- package/srcoman/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +1584 -0
- package/srcoman/TabexComponents/StaticPages/Policies/Policies.jsx +291 -0
- package/srcoman/TabexComponents/StaticPages/PrivacyPolicy/PrivacyPolicy.jsx +194 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Addreviewform.jsx +183 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/AddreviewformOriginal.jsx +128 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Article_itemtype.jsx +255 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/DescriptionContent.jsx +176 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/ProductExtraFields.jsx +225 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/ProductExtras.jsx +92 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/ProductHeaderPricing.jsx +312 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/ProductReviews.jsx +235 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtype.jsx +1983 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtype10-1.jsx +1554 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtype3-11.jsx +1827 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtype31-3.jsx +1351 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtypeUpdated.jsx +1566 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +1946 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Service_itemtype.jsx +1037 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Serviceinfotabs.jsx +966 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Variantoptions.jsx +632 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Variantoptions21-9.jsx +324 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/staticroutersidenav.module.css +145 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Addreviewform.jsx +183 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/AddreviewformOriginal.jsx +128 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/DescriptionContent.jsx +140 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/ProductExtraFields.jsx +225 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/ProductHeaderPricing.jsx +310 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/ProductReviews.jsx +235 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype.jsx +1672 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype10-1.jsx +1554 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype31-3.jsx +1351 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Product_itemtypeUpdated.jsx +1566 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Productinfo.jsx +1804 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Service_itemtype.jsx +560 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Serviceinfotabs.jsx +919 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Variantoptions.jsx +597 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Variantoptions21-9.jsx +324 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/staticroutersidenav.module.css +145 -0
- package/srcoman/TabexComponents/StaticPages/RefundPolicy/RefundPolicy.jsx +194 -0
- package/srcoman/TabexComponents/StaticPages/Resetpassword/Resetpassword.jsx +338 -0
- package/srcoman/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +359 -0
- package/srcoman/TabexComponents/StaticPages/ShippingPolicy/ShippingPolicy.jsx +113 -0
- package/srcoman/TabexComponents/StaticPages/Signup/CustomerAddressForm.jsx +277 -0
- package/srcoman/TabexComponents/StaticPages/Signup/CustomerInformationForm copy.jsx +1135 -0
- package/srcoman/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +1364 -0
- package/srcoman/TabexComponents/StaticPages/Signup/Signup.jsx +199 -0
- package/srcoman/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +292 -0
- package/srcoman/TabexComponents/StaticPages/TermsConditions/TermsConditions.jsx +113 -0
- package/srcoman/TabexComponents/StaticPages/VendorPage/VendorPage.jsx +162 -0
- package/srcoman/TabexComponents/StaticPages/Viewcart/Viewcart 10-10.jsx +765 -0
- package/srcoman/TabexComponents/StaticPages/Viewcart/Viewcart.jsx +786 -0
- package/srcoman/TabexComponents/StaticPages/Viewcart/Viewcart26-9.jsx +786 -0
- package/srcoman/TabexComponents/StaticPages/Viewcart/ViewcartOriginal.jsx +786 -0
- package/srcoman/TabexComponents/StaticPages/Viewcart/ViewcartUpdated.jsx +1425 -0
- package/srcoman/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +844 -0
- package/srcoman/TabexComponents/StaticPages/Wishlist/Wishlist25-4.jsx +555 -0
- package/srcoman/TabexComponents/StaticPages/Wishlist/Wishlist26-9.jsx +555 -0
- package/srcoman/TabexComponents/StaticPages/Wishlist/WishlistOriginal.jsx +555 -0
- package/srcoman/TabexComponents/StaticPages/Wishlist/WishlistUpdated.jsx +815 -0
- package/srcoman/button.jsx +40 -0
- package/srcoman/index.jsx +334 -0
- package/srcoman/styles/Home.module.css +129 -0
- package/srcoman/styles/cards/Categorcycard_fullimage.module.css +14 -0
- package/srcoman/styles/cards/Categorycard_slidebgscaled.module.css +73 -0
- package/srcoman/styles/cards/Categorycard_withshapes.module.css +189 -0
- package/srcoman/styles/cards/ModernCardWithQuantityButton.module.css +30 -0
- package/srcoman/styles/cards/Productcard6.module.css +9 -0
- package/srcoman/styles/cards/Productccard_with_zoominonhover.module.css +51 -0
- package/srcoman/styles/cards/Prouductcard_with_zoomhover.module.css +61 -0
- package/srcoman/styles/cards/UserCardWithSocialMediaOnHover.module.css +65 -0
- package/srcoman/styles/cards/card23.module.css +60 -0
- package/srcoman/styles/cards/categorycard.module.css +84 -0
- package/srcoman/styles/cards/categorycard3.module.css +50 -0
- package/srcoman/styles/cards/categorycardwithtext.module.css +40 -0
- package/srcoman/styles/cards/generalCardsStyles.module.css +79 -0
- package/srcoman/styles/cards/productcard_animatedbuttons.module.css +139 -0
- package/srcoman/styles/cards/productcard_with_textonhover.module.css +18 -0
- package/srcoman/styles/cards/productcard_withtextonimage.module.css +0 -0
- package/srcoman/styles/cards/productccard_with_imageontopleft.module.css +85 -0
- package/srcoman/styles/general/bootstrap.css +4763 -0
- package/srcoman/styles/general/dropdown.css +206 -0
- package/srcoman/styles/general/editorbardropdown.module.css +94 -0
- package/srcoman/styles/general/filter.module.css +108 -0
- package/srcoman/styles/general/form.module.css +255 -0
- package/srcoman/styles/general/general.module.css +872 -0
- package/srcoman/styles/general/image-gallery.css +531 -0
- package/srcoman/styles/general/react-accessible-accordion.module.css +52 -0
- package/srcoman/styles/general/react-phone-input-2.module.css +927 -0
- package/srcoman/styles/general/scrollbtn.module.css +22 -0
- package/srcoman/styles/general/slick.module.css +166 -0
- package/srcoman/styles/general/tabs.module.css +119 -0
- package/srcoman/styles/general/workplaceeditor.module.css +328 -0
- package/srcoman/styles/globals.css +26 -0
- package/srcoman/styles/headers/CTAHeader.module.css +40 -0
- package/srcoman/styles/headers/CategoryFeaturingHeader.module.css +61 -0
- package/srcoman/styles/headers/Gotoheader.module.css +87 -0
- package/srcoman/styles/headers/Header7.module.css +50 -0
- package/srcoman/styles/headers/HeaderWithAdSlider.module.css +86 -0
- package/srcoman/styles/headers/HeaderWithSearchOnCenter.module.css +101 -0
- package/srcoman/styles/headers/HeaderWithUtilityBar.module.css +46 -0
- package/srcoman/styles/headers/Header_threesectionslogocentered.module.css +84 -0
- package/srcoman/styles/headers/NewHeader.module.css +101 -0
- package/srcoman/styles/headers/SearchFocusedHeader.module.css +62 -0
- package/srcoman/styles/headers/Sideheader.module.css +108 -0
- package/srcoman/styles/headers/Simpleheader.module.css +102 -0
- package/srcoman/styles/headers/classicheader.module.css +16 -0
- package/srcoman/styles/headers/classicheaderstyles.module.css +9 -0
- package/srcoman/styles/headers/dropdown.css +0 -0
- package/srcoman/styles/headers/header4.module.css +175 -0
- package/srcoman/styles/headers/header5.module.css +30 -0
- package/srcoman/styles/headers/header_contactinfo.module.css +53 -0
- package/srcoman/styles/headers/headerresturant.module.css +89 -0
- package/srcoman/styles/headers/modernheader.module.css +45 -0
- package/srcoman/styles/headers/stylishheader.module.css +24 -0
- package/srcoman/styles/headers/subheader.module.css +114 -0
- package/srcoman/styles/headers/threetieredheader.module.css +91 -0
- package/srcoman/styles/sections/BackgroundImageWithTopContent.css +4 -0
- package/srcoman/styles/sections/Backgroundimage1.module.css +17 -0
- package/srcoman/styles/sections/Backgroundimage_with_topcircle.module.css +28 -0
- package/srcoman/styles/sections/Freetext.module.css +18 -0
- package/srcoman/styles/sections/Section_with_rightbgcont.module.css +49 -0
- package/srcoman/styles/sections/Slideshow_with_rotatedsquare.module.css +35 -0
- package/srcoman/styles/sections/Slideshow_with_squarebg.module.css +39 -0
- package/srcoman/styles/staticpages/accordion.module.css +9 -0
- package/srcoman/styles/staticpages/cart.module.css +108 -0
- package/srcoman/styles/staticpages/dropdown.css +196 -0
- package/srcoman/styles/staticpages/filter.module.css +139 -0
- package/srcoman/styles/staticpages/image-gallery.css +481 -0
- package/srcoman/styles/staticpages/login.module.css +155 -0
- package/srcoman/styles/staticpages/productinfo.module.css +54 -0
- package/srcoman/styles/staticpages/shop.module.css +191 -0
- package/srcoman/styles/staticpages/signup.module.css +250 -0
- package/srcoman/styles/staticpages/staticroutersidenav.module.css +129 -0
- package/srcoman/styles/staticpages/viewcart.module.css +129 -0
- package/srcoman/styles/staticpages/wishlist.module.css +29 -0
|
@@ -0,0 +1,1630 @@
|
|
|
1
|
+
import React, { useEffect, useState } 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 { BsEye } from '@react-icons/all-files/bs/BsEye';
|
|
15
|
+
import cardstyles from '../../../styles/cards/card23.module.css';
|
|
16
|
+
|
|
17
|
+
const Card23 = (props) => {
|
|
18
|
+
const [sectionproperties, setsectionproperties] = useState('');
|
|
19
|
+
const [item, setitem] = useState(props.cardinfoitemprops);
|
|
20
|
+
const [secondimage, setsecondimage] = useState('');
|
|
21
|
+
const NotificationManager = props.actions.NotificationManager;
|
|
22
|
+
const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
23
|
+
const lang = props.actions.lang;
|
|
24
|
+
const langdetect = props.actions.langdetect;
|
|
25
|
+
const addtofavoritescontext = props.actions.addtofavoritescontext;
|
|
26
|
+
const setShowProductInfoModalContext = props.actions.setShowProductInfoModalContext;
|
|
27
|
+
const setProductIdProdutInfoModalContext = props.actions.setProductIdProdutInfoModalContext;
|
|
28
|
+
const cardonclickfunctionContext = props.actions.cardonclickfunctionContext;
|
|
29
|
+
const ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
30
|
+
const [index, setindex] = useState(props.cardinfoindexprops);
|
|
31
|
+
useEffect(() => {
|
|
32
|
+
var secpropobj = {};
|
|
33
|
+
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
34
|
+
if (sectionitem.sectionid == props.sectionidprops) {
|
|
35
|
+
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
36
|
+
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
37
|
+
});
|
|
38
|
+
}
|
|
39
|
+
});
|
|
40
|
+
setsectionproperties({ ...secpropobj });
|
|
41
|
+
}, [StatePagePropertiesContext]);
|
|
42
|
+
useEffect(() => {
|
|
43
|
+
setitem(props.cardinfoitemprops);
|
|
44
|
+
// alert(JSON.stringify(props.cardinfoitemprops));
|
|
45
|
+
// if (props?.cardinfoitemprops?.productimages?.length == 1) {
|
|
46
|
+
// setsecondimage(props?.cardinfoitemprops?.image);
|
|
47
|
+
// } else {
|
|
48
|
+
// if (props?.cardinfoitemprops?.productimages[0]?.path == props?.cardinfoitemprops?.image) {
|
|
49
|
+
// if (props?.cardinfoitemprops?.productimages?.length > 2) {
|
|
50
|
+
// if (props?.cardinfoitemprops?.productimages[1]?.length != 0) {
|
|
51
|
+
// setsecondimage(props?.cardinfoitemprops?.productimages[1]?.path);
|
|
52
|
+
// }
|
|
53
|
+
// } else {
|
|
54
|
+
// setsecondimage(props?.cardinfoitemprops?.image);
|
|
55
|
+
// }
|
|
56
|
+
// } else {
|
|
57
|
+
// setsecondimage(props?.cardinfoitemprops?.productimages[0]?.path);
|
|
58
|
+
// }
|
|
59
|
+
// }
|
|
60
|
+
if (props?.cardinfoitemprops?.productimages?.length == 1) {
|
|
61
|
+
setsecondimage(props?.cardinfoitemprops?.image);
|
|
62
|
+
} else {
|
|
63
|
+
if (props?.cardinfoitemprops != undefined && props?.cardinfoitemprops?.productimages != undefined && Array.isArray(props?.cardinfoitemprops?.productimages)) {
|
|
64
|
+
if (props?.cardinfoitemprops?.productimages[0] != undefined && props?.cardinfoitemprops?.productimages[0]?.path == props?.cardinfoitemprops?.image) {
|
|
65
|
+
if (props?.cardinfoitemprops?.productimages[1]?.length != 0) {
|
|
66
|
+
setsecondimage(props?.cardinfoitemprops?.productimages[1]?.path);
|
|
67
|
+
} else {
|
|
68
|
+
setsecondimage(props?.cardinfoitemprops?.image);
|
|
69
|
+
}
|
|
70
|
+
} else {
|
|
71
|
+
setsecondimage(props?.cardinfoitemprops?.productimages[0]?.path);
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}, [props.cardinfoitemprops]);
|
|
76
|
+
const cardsstyles2 = {
|
|
77
|
+
showmodal: css({
|
|
78
|
+
backgroundColor: sectionproperties.generalbtn_bgColortransparent == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColor,
|
|
79
|
+
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertopleftradius + 'px' : sectionproperties.generalbtn_bordertoprightradius + 'px',
|
|
80
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertoprightradius + 'px' : sectionproperties.generalbtn_bordertopleftradius + 'px',
|
|
81
|
+
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomleftradius + 'px' : sectionproperties.generalbtn_borderbottomrightradius + 'px',
|
|
82
|
+
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomrightradius + 'px' : sectionproperties.generalbtn_borderbottomleftradius + 'px',
|
|
83
|
+
height: sectionproperties.generalbtn_height + 'px',
|
|
84
|
+
width: sectionproperties.generalbtn_width + 'px',
|
|
85
|
+
fontSize: sectionproperties.generalbtn_fontsize + 'px',
|
|
86
|
+
color: sectionproperties.generalbtn_textColor,
|
|
87
|
+
cursor: 'pointer',
|
|
88
|
+
transition: '0.3s',
|
|
89
|
+
':hover': {
|
|
90
|
+
backgroundColor: sectionproperties.generalbtn_bgColortransparentonhover == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColoronhover,
|
|
91
|
+
color: sectionproperties.generalbtn_textColoronhover,
|
|
92
|
+
},
|
|
93
|
+
}),
|
|
94
|
+
productNameStyles: css({
|
|
95
|
+
color: sectionproperties.prodNameColor,
|
|
96
|
+
fontSize: sectionproperties.prodNameFontSize + 'px',
|
|
97
|
+
textTransform: sectionproperties.prodNameTextTranform,
|
|
98
|
+
fontWeight: sectionproperties.prodNameFontWeight,
|
|
99
|
+
transition: '.3s',
|
|
100
|
+
cursor: 'pointer',
|
|
101
|
+
':hover': {
|
|
102
|
+
color: sectionproperties.prodNameColorOnHover,
|
|
103
|
+
},
|
|
104
|
+
}),
|
|
105
|
+
productDescStyles: css({
|
|
106
|
+
color: sectionproperties.prodCatColor,
|
|
107
|
+
fontSize: sectionproperties.prodCatFontSize + 'px',
|
|
108
|
+
textTransform: sectionproperties.prodCatTextTranform,
|
|
109
|
+
fontWeight: sectionproperties.prodCatFontWeight,
|
|
110
|
+
transition: '.3s',
|
|
111
|
+
}),
|
|
112
|
+
productPricestyles: css({
|
|
113
|
+
color: sectionproperties.prodPriceColor,
|
|
114
|
+
fontSize: sectionproperties.prodpriceFontSize + 'px',
|
|
115
|
+
fontWeight: sectionproperties.prodPriceFontWeight,
|
|
116
|
+
}),
|
|
117
|
+
productSalePricestyles: css({
|
|
118
|
+
color: sectionproperties.prodsalePriceColor,
|
|
119
|
+
fontSize: sectionproperties.prodsalepriceFontSize + 'px',
|
|
120
|
+
fontWeight: sectionproperties.prodsalePriceFontWeight,
|
|
121
|
+
}),
|
|
122
|
+
wishlist_btn: css({
|
|
123
|
+
width: sectionproperties.favBtnWidth + 'px',
|
|
124
|
+
height: sectionproperties.favBtnHeight + 'px',
|
|
125
|
+
background: sectionproperties.favbtn_bgtransparent == 'Transparent' ? 'transparent' : item.IsFavExists == true ? sectionproperties.activebgcolor : sectionproperties.favBtnbgColor,
|
|
126
|
+
borderRadius: sectionproperties.fav_btn_borderBottomLeftRadius + 'px',
|
|
127
|
+
color: item.IsFavExists == true ? sectionproperties.activefaviconcolor : sectionproperties.favBtniconcolor,
|
|
128
|
+
fontSize: sectionproperties.favBtnTextfontsize + 'px',
|
|
129
|
+
textTransform: sectionproperties.favBtnTexttransform,
|
|
130
|
+
fontWeight: sectionproperties.favBtnTextfontweight,
|
|
131
|
+
border: sectionproperties.favbtnborderwidth + 'px solid ' + sectionproperties.favbtnbordercolor,
|
|
132
|
+
transition: '.3s',
|
|
133
|
+
':hover': {
|
|
134
|
+
background: sectionproperties.favbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.favBtnbgColoronhover,
|
|
135
|
+
color: sectionproperties.favBtnTextcoloronhover,
|
|
136
|
+
},
|
|
137
|
+
':hover .icon': {
|
|
138
|
+
transition: 'all, 0.2s',
|
|
139
|
+
transform: ' rotate(360deg)',
|
|
140
|
+
},
|
|
141
|
+
}),
|
|
142
|
+
cart_btn: css({
|
|
143
|
+
width: sectionproperties.cartBtnWidth + 'px',
|
|
144
|
+
height: sectionproperties.cartBtnHeight + 'px',
|
|
145
|
+
background: sectionproperties.cartbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColor,
|
|
146
|
+
borderRadius: sectionproperties.cart_btn_borderBottomLeftRadius + 'px',
|
|
147
|
+
color: sectionproperties.cartBtnTextcolor,
|
|
148
|
+
fontSize: sectionproperties.cartBtnTextfontsize + 'px',
|
|
149
|
+
fontWeight: sectionproperties.cartBtnTextfontweight,
|
|
150
|
+
border: sectionproperties.cartbtnborderwidth + 'px solid ' + sectionproperties.cartbtnbordercolor,
|
|
151
|
+
transition: '.3s',
|
|
152
|
+
':hover': {
|
|
153
|
+
background: sectionproperties.cartbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColoronhover,
|
|
154
|
+
color: sectionproperties.cartBtnTextcoloronhover,
|
|
155
|
+
borderColor: sectionproperties.cartBtnTextcoloronhover,
|
|
156
|
+
},
|
|
157
|
+
}),
|
|
158
|
+
iconsContainer: css({
|
|
159
|
+
display: 'flex',
|
|
160
|
+
flexDirection: 'column',
|
|
161
|
+
position: 'absolute',
|
|
162
|
+
top: 10,
|
|
163
|
+
right: -15,
|
|
164
|
+
opacity: 0,
|
|
165
|
+
transform: `translateX(5px)`,
|
|
166
|
+
}),
|
|
167
|
+
card: css({
|
|
168
|
+
marginBottom: sectionproperties.marginBottom + 'px',
|
|
169
|
+
marginTop: sectionproperties.marginTop + 'px',
|
|
170
|
+
backgroundColor: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
171
|
+
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.borderBottomLeftRadius + 'px' : sectionproperties.borderBottomRightRadius + 'px',
|
|
172
|
+
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.borderBottomRightRadius + 'px' : sectionproperties.borderBottomLeftRadius + 'px',
|
|
173
|
+
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.borderTopLeftRadius + 'px' : sectionproperties.borderTopRightRadius + 'px',
|
|
174
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.borderTopRightRadius + 'px' : sectionproperties.borderTopLeftRadius + 'px',
|
|
175
|
+
border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
|
|
176
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
|
|
177
|
+
paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
|
|
178
|
+
':hover .iconsContainer': {
|
|
179
|
+
opacity: 1,
|
|
180
|
+
transition: 'all, 0.4s',
|
|
181
|
+
right: 10,
|
|
182
|
+
transform: `translateX(0px)`,
|
|
183
|
+
},
|
|
184
|
+
}),
|
|
185
|
+
iconsContainer2: css({
|
|
186
|
+
opacity: 1,
|
|
187
|
+
transition: 'all, 0.4s',
|
|
188
|
+
right: 10,
|
|
189
|
+
transform: `translateX(0px)`,
|
|
190
|
+
}),
|
|
191
|
+
imageContainer: css({
|
|
192
|
+
backgroundColor: sectionproperties.image_bgcolor,
|
|
193
|
+
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
|
|
194
|
+
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
195
|
+
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
|
|
196
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
|
|
197
|
+
}),
|
|
198
|
+
outstockbadge: css({
|
|
199
|
+
width: sectionproperties.outstock_width + 'px',
|
|
200
|
+
height: sectionproperties.outstock_height + 'px',
|
|
201
|
+
background: sectionproperties.outstock_bg,
|
|
202
|
+
color: sectionproperties.outstock_color,
|
|
203
|
+
fontSize: sectionproperties.outstock_fontSize + 'px',
|
|
204
|
+
borderRadius: sectionproperties.outstock_borderradius + 'px',
|
|
205
|
+
position: 'absolute',
|
|
206
|
+
zIndex: 2,
|
|
207
|
+
top: 0,
|
|
208
|
+
bottom: 0,
|
|
209
|
+
left: 0,
|
|
210
|
+
right: 0,
|
|
211
|
+
margin: 'auto',
|
|
212
|
+
}),
|
|
213
|
+
cashbackoutercontainer: css({
|
|
214
|
+
minWidth: 'fit-content',
|
|
215
|
+
maxWidth: sectionproperties.cashbackcontainerwidth + '%',
|
|
216
|
+
height: sectionproperties.cashbackcontainerheight + 'px',
|
|
217
|
+
background: sectionproperties.cashbackcontainerbgcolor,
|
|
218
|
+
color: sectionproperties.cashbackcontainercolor,
|
|
219
|
+
fontSize: sectionproperties.cashbackcontainerfontsize + 'px',
|
|
220
|
+
border: sectionproperties.cashbackcontainerborderwidth + 'px ' + sectionproperties.cashbackcontainerborderstyle + sectionproperties.cashbackcontainerbordercolor,
|
|
221
|
+
borderRadius: sectionproperties.cashbackcontainerborderradius + 'px',
|
|
222
|
+
}),
|
|
223
|
+
};
|
|
224
|
+
const plainString = (html) => {
|
|
225
|
+
var divContainer = document.createElement('div');
|
|
226
|
+
divContainer.innerHTML = html;
|
|
227
|
+
return divContainer.textContent || divContainer.innerText || '';
|
|
228
|
+
};
|
|
229
|
+
const Image = (type) => {
|
|
230
|
+
var transition = false;
|
|
231
|
+
if (sectionproperties.hideshowcardtransition == 'Show' && type != 'responsive') {
|
|
232
|
+
transition = true;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
return (
|
|
236
|
+
<div class="w-100 cursor-pointer" style={{ position: 'relative' }}>
|
|
237
|
+
<Imagekitimagecomp
|
|
238
|
+
class={transition ? cardstyles.intialimage : ''}
|
|
239
|
+
urlEndpoint={ikimagecredcontext?.ikimageendpoint}
|
|
240
|
+
publicKey={ikimagecredcontext?.ikimagepublickey}
|
|
241
|
+
path={'/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image}
|
|
242
|
+
style={{
|
|
243
|
+
opacity:
|
|
244
|
+
item.currentquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' && item.hasvariants == 0
|
|
245
|
+
? sectionproperties.outofstockimageopcity
|
|
246
|
+
: 1,
|
|
247
|
+
width: sectionproperties.imageInnerWidth_Height + '%',
|
|
248
|
+
height: sectionproperties.imageInnerWidth_Height + '%',
|
|
249
|
+
objectFit: sectionproperties.bgcovercontain == 'Cover' ? 'cover' : 'contain',
|
|
250
|
+
borderBottomLeftRadius:
|
|
251
|
+
sectionproperties.bgcovercontain == 'Cover'
|
|
252
|
+
? langdetect == 'en'
|
|
253
|
+
? sectionproperties.image_borderBottomLeftRadius + 'px'
|
|
254
|
+
: sectionproperties.image_borderBottomRightRadius + 'px'
|
|
255
|
+
: 0,
|
|
256
|
+
borderBottomRightRadius:
|
|
257
|
+
sectionproperties.bgcovercontain == 'Cover'
|
|
258
|
+
? langdetect == 'en'
|
|
259
|
+
? sectionproperties.image_borderBottomRightRadius + 'px'
|
|
260
|
+
: sectionproperties.image_borderBottomLeftRadius + 'px'
|
|
261
|
+
: 0,
|
|
262
|
+
borderTopLeftRadius:
|
|
263
|
+
sectionproperties.bgcovercontain == 'Cover'
|
|
264
|
+
? langdetect == 'en'
|
|
265
|
+
? sectionproperties.image_bordertopleftradius + 'px'
|
|
266
|
+
: sectionproperties.image_bordertoprightradius + 'px'
|
|
267
|
+
: 0,
|
|
268
|
+
borderTopRightRadius:
|
|
269
|
+
sectionproperties.bgcovercontain == 'Cover'
|
|
270
|
+
? langdetect == 'en'
|
|
271
|
+
? sectionproperties.image_bordertoprightradius + 'px'
|
|
272
|
+
: sectionproperties.image_bordertopleftradius + 'px'
|
|
273
|
+
: 0,
|
|
274
|
+
}}
|
|
275
|
+
loading="lazy"
|
|
276
|
+
onClick={() => {
|
|
277
|
+
setShowProductInfoModalContext(true);
|
|
278
|
+
setProductIdProdutInfoModalContext(item.productid);
|
|
279
|
+
}}
|
|
280
|
+
/>
|
|
281
|
+
{transition && (
|
|
282
|
+
<Imagekitimagecomp
|
|
283
|
+
class={cardstyles.secondaryimage}
|
|
284
|
+
urlEndpoint={ikimagecredcontext?.ikimageendpoint}
|
|
285
|
+
publicKey={ikimagecredcontext?.ikimagepublickey}
|
|
286
|
+
path={'/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + secondimage}
|
|
287
|
+
style={{
|
|
288
|
+
width: sectionproperties.imageInnerWidth_Height + '%',
|
|
289
|
+
height: sectionproperties.imageInnerWidth_Height + '%',
|
|
290
|
+
objectFit: sectionproperties.bgcovercontain == 'Cover' ? 'cover' : 'contain',
|
|
291
|
+
borderBottomLeftRadius:
|
|
292
|
+
sectionproperties.bgcovercontain == 'Cover'
|
|
293
|
+
? langdetect == 'en'
|
|
294
|
+
? sectionproperties.image_borderBottomLeftRadius + 'px'
|
|
295
|
+
: sectionproperties.image_borderBottomRightRadius + 'px'
|
|
296
|
+
: 0,
|
|
297
|
+
borderBottomRightRadius:
|
|
298
|
+
sectionproperties.bgcovercontain == 'Cover'
|
|
299
|
+
? langdetect == 'en'
|
|
300
|
+
? sectionproperties.image_borderBottomRightRadius + 'px'
|
|
301
|
+
: sectionproperties.image_borderBottomLeftRadius + 'px'
|
|
302
|
+
: 0,
|
|
303
|
+
borderTopLeftRadius:
|
|
304
|
+
sectionproperties.bgcovercontain == 'Cover'
|
|
305
|
+
? langdetect == 'en'
|
|
306
|
+
? sectionproperties.image_bordertopleftradius + 'px'
|
|
307
|
+
: sectionproperties.image_bordertoprightradius + 'px'
|
|
308
|
+
: 0,
|
|
309
|
+
borderTopRightRadius:
|
|
310
|
+
sectionproperties.bgcovercontain == 'Cover'
|
|
311
|
+
? langdetect == 'en'
|
|
312
|
+
? sectionproperties.image_bordertoprightradius + 'px'
|
|
313
|
+
: sectionproperties.image_bordertopleftradius + 'px'
|
|
314
|
+
: 0,
|
|
315
|
+
}}
|
|
316
|
+
loading="lazy"
|
|
317
|
+
onClick={() => {
|
|
318
|
+
setShowProductInfoModalContext(true);
|
|
319
|
+
setProductIdProdutInfoModalContext(item.productid);
|
|
320
|
+
}}
|
|
321
|
+
/>
|
|
322
|
+
)}
|
|
323
|
+
{item?.hassale == 1 && sectionproperties.prodsalePriceshow == 'Show' && (
|
|
324
|
+
<div
|
|
325
|
+
class="row m-0 align-items-center justify-content-center"
|
|
326
|
+
style={{
|
|
327
|
+
position: 'absolute',
|
|
328
|
+
top: sectionproperties.badge_top + 'px',
|
|
329
|
+
left: sectionproperties.badge_right + 'px',
|
|
330
|
+
height: sectionproperties.badge_height + 'px',
|
|
331
|
+
width: sectionproperties.badge_width + 'px',
|
|
332
|
+
backgroundColor: sectionproperties.badge_bgcolor,
|
|
333
|
+
borderRadius: sectionproperties.badge_borderradius + 'px',
|
|
334
|
+
paddingLeft: '10px',
|
|
335
|
+
paddingRight: '10px',
|
|
336
|
+
color: sectionproperties.badge_color,
|
|
337
|
+
}}
|
|
338
|
+
>
|
|
339
|
+
<div style={{ fontSize: sectionproperties.badge_fontsize + 'px' }}>{langdetect == 'en' ? sectionproperties.badgeContentEn : sectionproperties.badgeContentAr}</div>
|
|
340
|
+
</div>
|
|
341
|
+
)}
|
|
342
|
+
{sectionproperties.showpill == 'Show' && item.hassale == 1 && (
|
|
343
|
+
<div
|
|
344
|
+
class="allcentered"
|
|
345
|
+
style={{
|
|
346
|
+
position: 'absolute',
|
|
347
|
+
top: sectionproperties.pillpositionfromtop + 'px',
|
|
348
|
+
left: sectionproperties.pillpositionfromright + 'px',
|
|
349
|
+
width: sectionproperties.pillwidth + 'px',
|
|
350
|
+
height: sectionproperties.pillheight + 'px',
|
|
351
|
+
background: sectionproperties.pillbgcolor,
|
|
352
|
+
borderRadius: sectionproperties.pillborderBottomLeftRadius + 'px',
|
|
353
|
+
}}
|
|
354
|
+
>
|
|
355
|
+
<p class="m-0 p-0 text-uppercase" style={{ color: sectionproperties.pillcolor, fontSize: sectionproperties.pillfontSize + 'px', direction: 'ltr' }}>
|
|
356
|
+
{/* {'-' + Math.round(10.0 * ((parseInt(item.defaultprice) - parseInt(item.defaultsaleprice)) / parseInt(item.defaultprice)) * 100) / 10.0 + '%'} */}
|
|
357
|
+
{'-' + parseFloat(Math.round(10.0 * ((parseInt(item.defaultprice) - parseInt(item.defaultsaleprice)) / parseInt(item.defaultprice)) * 100) / 10.0).toFixed(0) + '%'}
|
|
358
|
+
</p>
|
|
359
|
+
</div>
|
|
360
|
+
)}
|
|
361
|
+
{item.currentquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' && item.hasvariants == 0 && (
|
|
362
|
+
<div class={`${cardsstyles2.outstockbadge}` + ' allcentered '}>
|
|
363
|
+
<p class="m-0 p-0">{langdetect == 'en' ? sectionproperties.outstock_contenten : sectionproperties.outstock_contentar}</p>
|
|
364
|
+
</div>
|
|
365
|
+
)}
|
|
366
|
+
</div>
|
|
367
|
+
);
|
|
368
|
+
};
|
|
369
|
+
return (
|
|
370
|
+
<div
|
|
371
|
+
class={
|
|
372
|
+
langdetect == 'en'
|
|
373
|
+
? sectionproperties.card_marginLeft != 0
|
|
374
|
+
? 'row m-0 w-100 pl-sm-2'
|
|
375
|
+
: sectionproperties.card_marginRight != 0
|
|
376
|
+
? 'row m-0 w-100 pr-sm-2'
|
|
377
|
+
: 'row m-0 w-100'
|
|
378
|
+
: langdetect == 'en'
|
|
379
|
+
? sectionproperties.card_marginRight != 0
|
|
380
|
+
? 'row m-0 w-100 pr-sm-2'
|
|
381
|
+
: sectionproperties.card_marginLeft != 0
|
|
382
|
+
? 'row m-0 w-100 pl-sm-2'
|
|
383
|
+
: 'row m-0 w-100'
|
|
384
|
+
: 'row m-0 w-100'
|
|
385
|
+
}
|
|
386
|
+
style={{
|
|
387
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
|
|
388
|
+
paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
|
|
389
|
+
}}
|
|
390
|
+
>
|
|
391
|
+
<div class={`${cardsstyles2.card}` + ' w-100 '}>
|
|
392
|
+
<div
|
|
393
|
+
class={
|
|
394
|
+
item.IsFavExists == true
|
|
395
|
+
? `${cardsstyles2.iconsContainer} ${cardsstyles2.iconsContainer2}` + ' iconsContainer d-flex d-md-none '
|
|
396
|
+
: `${cardsstyles2.iconsContainer}` + ' iconsContainer d-flex d-md-none '
|
|
397
|
+
}
|
|
398
|
+
style={{ zIndex: 100 }}
|
|
399
|
+
>
|
|
400
|
+
{sectionproperties.favBtnShow == 'Show' && (
|
|
401
|
+
<button
|
|
402
|
+
class={`${cardsstyles2.wishlist_btn}` + ' mb-1 '}
|
|
403
|
+
onClick={() => {
|
|
404
|
+
addtofavoritescontext(item.productid);
|
|
405
|
+
}}
|
|
406
|
+
>
|
|
407
|
+
{item.IsFavExists && (
|
|
408
|
+
<i class="h-100 d-flex align-items-center justify-content-center icon">
|
|
409
|
+
{sectionproperties.faviconshape == 'Star Shape' && (
|
|
410
|
+
<AiFillStar size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />
|
|
411
|
+
)}
|
|
412
|
+
{sectionproperties.faviconshape == 'Heart Shape' && <FaHeart size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />}
|
|
413
|
+
</i>
|
|
414
|
+
)}
|
|
415
|
+
{!item.IsFavExists && (
|
|
416
|
+
<i class="h-100 d-flex align-items-center justify-content-center">
|
|
417
|
+
{sectionproperties.faviconshape == 'Star Shape' && <AiOutlineStar size={sectionproperties.favBtnIconfontsize} />}
|
|
418
|
+
{sectionproperties.faviconshape == 'Heart Shape' && <FaRegHeart size={sectionproperties.favBtnIconfontsize} />}
|
|
419
|
+
</i>
|
|
420
|
+
)}
|
|
421
|
+
</button>
|
|
422
|
+
)}
|
|
423
|
+
{sectionproperties.generalbtn_show == 'Show' && (
|
|
424
|
+
<button
|
|
425
|
+
class={` ${cardsstyles2.showmodal}`}
|
|
426
|
+
onClick={(e) => {
|
|
427
|
+
e.stopPropagation();
|
|
428
|
+
cardonclickfunctionContext(sectionproperties?.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
429
|
+
}}
|
|
430
|
+
>
|
|
431
|
+
<i class="h-100 d-flex align-items-center justify-content-center">
|
|
432
|
+
<BsEye size={sectionproperties.generalbtn_fontsize} />
|
|
433
|
+
</i>
|
|
434
|
+
</button>
|
|
435
|
+
)}
|
|
436
|
+
</div>
|
|
437
|
+
<div class={`${cardsstyles2.iconsContainer} ${cardsstyles2.iconsContainer2}` + ' iconsContainer d-none d-md-flex '} style={{ zIndex: 100 }}>
|
|
438
|
+
{sectionproperties.favBtnShow == 'Show' && (
|
|
439
|
+
<button
|
|
440
|
+
class={` ${cardsstyles2.wishlist_btn}` + ' mb-1 '}
|
|
441
|
+
onClick={() => {
|
|
442
|
+
addtofavoritescontext(item.productid);
|
|
443
|
+
}}
|
|
444
|
+
>
|
|
445
|
+
{item.IsFavExists && (
|
|
446
|
+
<i class="h-100 d-flex align-items-center justify-content-center icon">
|
|
447
|
+
{sectionproperties.faviconshape == 'Star Shape' && (
|
|
448
|
+
<AiFillStar size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />
|
|
449
|
+
)}
|
|
450
|
+
{sectionproperties.faviconshape == 'Heart Shape' && <FaHeart size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />}
|
|
451
|
+
</i>
|
|
452
|
+
)}
|
|
453
|
+
{!item.IsFavExists && (
|
|
454
|
+
<i class="h-100 d-flex align-items-center justify-content-center">
|
|
455
|
+
{sectionproperties.faviconshape == 'Star Shape' && <AiOutlineStar size={sectionproperties.favBtnIconfontsize} />}
|
|
456
|
+
{sectionproperties.faviconshape == 'Heart Shape' && <FaRegHeart size={sectionproperties.favBtnIconfontsize} />}
|
|
457
|
+
</i>
|
|
458
|
+
)}
|
|
459
|
+
</button>
|
|
460
|
+
)}
|
|
461
|
+
{sectionproperties.generalbtn_show == 'Show' && (
|
|
462
|
+
<button
|
|
463
|
+
class={` ${cardsstyles2.showmodal}`}
|
|
464
|
+
onClick={(e) => {
|
|
465
|
+
e.stopPropagation();
|
|
466
|
+
cardonclickfunctionContext(sectionproperties?.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
467
|
+
}}
|
|
468
|
+
>
|
|
469
|
+
<i class="h-100 d-flex align-items-center justify-content-center">
|
|
470
|
+
<BsEye size={sectionproperties.generalbtn_fontsize} />
|
|
471
|
+
</i>
|
|
472
|
+
</button>
|
|
473
|
+
)}
|
|
474
|
+
</div>
|
|
475
|
+
{sectionproperties.length != 0 && (
|
|
476
|
+
<div
|
|
477
|
+
class="col-lg-12 col-md-12 col-sm-12 pl-0 pr-0 "
|
|
478
|
+
style={{
|
|
479
|
+
paddingTop: sectionproperties.paddingTop + 'px',
|
|
480
|
+
paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
481
|
+
}}
|
|
482
|
+
>
|
|
483
|
+
<div
|
|
484
|
+
class={
|
|
485
|
+
sectionproperties.hideshowcardtransition == 'Show'
|
|
486
|
+
? ` ${cardsstyles2.imageContainer} ${cardstyles.imagecontainer}` + ' d-flex d-md-none '
|
|
487
|
+
: ` ${cardsstyles2.imageContainer} ` + ' d-flex d-md-none '
|
|
488
|
+
}
|
|
489
|
+
style={{
|
|
490
|
+
height: sectionproperties.image_height + 'px',
|
|
491
|
+
}}
|
|
492
|
+
>
|
|
493
|
+
{Image('normal')}
|
|
494
|
+
</div>
|
|
495
|
+
<div
|
|
496
|
+
class={cardsstyles2.imageContainer + ' d-none d-md-flex '}
|
|
497
|
+
style={{
|
|
498
|
+
height: sectionproperties.height_responsive + 'px',
|
|
499
|
+
}}
|
|
500
|
+
>
|
|
501
|
+
{Image('responsive')}
|
|
502
|
+
</div>
|
|
503
|
+
<div
|
|
504
|
+
class={'row m-0 w-100 pl-sm-2 pr-sm-2'}
|
|
505
|
+
style={{
|
|
506
|
+
paddingLeft: '10px',
|
|
507
|
+
paddingRight: '10px',
|
|
508
|
+
paddingTop: '10px',
|
|
509
|
+
paddingBottom: '10px',
|
|
510
|
+
}}
|
|
511
|
+
>
|
|
512
|
+
{sectionproperties.showcashbackcontainer == 'Show' && item.productcashbackvalue > 0 && (
|
|
513
|
+
<div class="col-lg-12 p-0 d-flex justify-content-start my-1">
|
|
514
|
+
<div class={`${cardsstyles2.cashbackoutercontainer}` + ' d-flex flex-row allcentered px-2 '}>
|
|
515
|
+
<p
|
|
516
|
+
class="m-0 p-0"
|
|
517
|
+
style={{
|
|
518
|
+
fontWeight: 500,
|
|
519
|
+
}}
|
|
520
|
+
>
|
|
521
|
+
{langdetect == 'en' ? sectionproperties.cashbackcontainercontenten : sectionproperties.cashbackcontainercontentar}
|
|
522
|
+
</p>
|
|
523
|
+
<p
|
|
524
|
+
class="m-0 p-0 mx-1"
|
|
525
|
+
style={{
|
|
526
|
+
fontWeight: 600,
|
|
527
|
+
}}
|
|
528
|
+
>
|
|
529
|
+
{langdetect == 'en' ? item.currencyname : ''} {item.productcashbackvalue} {langdetect == 'en' ? '' : item.currencyname}
|
|
530
|
+
</p>
|
|
531
|
+
</div>
|
|
532
|
+
</div>
|
|
533
|
+
)}
|
|
534
|
+
<div class="col-lg-12 p-0">
|
|
535
|
+
{sectionproperties.prodCatShow == 'Show' && (
|
|
536
|
+
<p
|
|
537
|
+
class={`${cardsstyles2.productDescStyles}` + ' col-lg-12 wordbreak wordbreak1 p-0 m-0 '}
|
|
538
|
+
style={{
|
|
539
|
+
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
540
|
+
}}
|
|
541
|
+
>
|
|
542
|
+
{plainString(langdetect == 'en' ? item.description_en : item.description_ar)}
|
|
543
|
+
</p>
|
|
544
|
+
)}
|
|
545
|
+
|
|
546
|
+
{sectionproperties.prodNameShow == 'Show' && (
|
|
547
|
+
<div class="col-lg-12 p-0 " style={{ minHeight: '6vh' }}>
|
|
548
|
+
<p
|
|
549
|
+
onClick={() => {
|
|
550
|
+
cardonclickfunctionContext(sectionproperties?.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
551
|
+
}}
|
|
552
|
+
class={
|
|
553
|
+
sectionproperties.wordbreak == '1'
|
|
554
|
+
? `${cardsstyles2.productNameStyles}` + ' wordbreak wordbreak2 m-0 '
|
|
555
|
+
: `${cardsstyles2.productNameStyles}` + ' wordbreak wordbreak2 m-0 '
|
|
556
|
+
}
|
|
557
|
+
style={{
|
|
558
|
+
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
559
|
+
}}
|
|
560
|
+
>
|
|
561
|
+
{item.name}
|
|
562
|
+
</p>
|
|
563
|
+
</div>
|
|
564
|
+
)}
|
|
565
|
+
</div>
|
|
566
|
+
<div class="row m-0 w-100 align-items-center mt-1 mb-1">
|
|
567
|
+
{sectionproperties.prodPriceShow == 'Show' && (
|
|
568
|
+
<p
|
|
569
|
+
class={
|
|
570
|
+
langdetect == 'en'
|
|
571
|
+
? `${cardsstyles2.productPricestyles}` + ' m-0 wordbreak d-flex align-items-center text-right text-sm-left '
|
|
572
|
+
: `${cardsstyles2.productPricestyles}` + ' m-0 wordbreak d-flex align-items-center text-left text-sm-right '
|
|
573
|
+
}
|
|
574
|
+
>
|
|
575
|
+
{langdetect == 'en' ? item.currencyname : ''} {item.hassale == 1 ? item.defaultsaleprice : item.defaultprice} {langdetect == 'en' ? '' : item.currencyname}
|
|
576
|
+
</p>
|
|
577
|
+
)}
|
|
578
|
+
{sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && <span class={`${cardsstyles2.productSalePricestyles}`}>/</span>}
|
|
579
|
+
{sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && (
|
|
580
|
+
<p
|
|
581
|
+
class={
|
|
582
|
+
langdetect == 'en'
|
|
583
|
+
? `${cardsstyles2.productSalePricestyles}` + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto text-right text-sm-left '
|
|
584
|
+
: `${cardsstyles2.productSalePricestyles}` + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto text-left text-sm-right '
|
|
585
|
+
}
|
|
586
|
+
>
|
|
587
|
+
{langdetect == 'en' ? item.currencyname : ''} {item.defaultprice} {langdetect == 'en' ? '' : item.currencyname}
|
|
588
|
+
</p>
|
|
589
|
+
)}
|
|
590
|
+
</div>
|
|
591
|
+
|
|
592
|
+
<div class="d-flex align-items-center m-0">
|
|
593
|
+
{sectionproperties.cartBtnShow == 'Show' && (
|
|
594
|
+
<button
|
|
595
|
+
class={`${cardsstyles2.cart_btn}` + ' allcentered '}
|
|
596
|
+
// onClick={() => {
|
|
597
|
+
// setShowProductInfoModalContext(true);
|
|
598
|
+
// setProductIdProdutInfoModalContext(item.productid);
|
|
599
|
+
|
|
600
|
+
// }}
|
|
601
|
+
onClick={() => {
|
|
602
|
+
setShowProductInfoModalContext(true);
|
|
603
|
+
setProductIdProdutInfoModalContext(item.productid);
|
|
604
|
+
}}
|
|
605
|
+
>
|
|
606
|
+
<div class="d-flex align-items-center justify-content-center">
|
|
607
|
+
{sectionproperties.cartBtn_iconFontSize != 0 && (
|
|
608
|
+
<i class="allcentered mr-2" style={{ color: sectionproperties.cart_iconcolor, fontSize: sectionproperties.cartBtn_iconFontSize }}>
|
|
609
|
+
{sectionproperties.carticonstyle == 'Shopping bag 1' && <FiShoppingBag class="" size={sectionproperties.cartBtn_iconFontSize} />}
|
|
610
|
+
{sectionproperties.carticonstyle == 'Shopping bag 2' && <CgShoppingBag class="" size={sectionproperties.cartBtn_iconFontSize} />}
|
|
611
|
+
{sectionproperties.carticonstyle == 'Shopping bag 3' && <BsBag class="" size={sectionproperties.cartBtn_iconFontSize} />}
|
|
612
|
+
{sectionproperties.carticonstyle == 'Shopping bag 4' && <RiHandbagLine size={sectionproperties.cartBtn_iconFontSize} />}
|
|
613
|
+
{sectionproperties.carticonstyle == 'Shopping cart 1' && <FiShoppingCart class="" size={sectionproperties.cartBtn_iconFontSize} />}
|
|
614
|
+
{sectionproperties.carticonstyle == 'Shopping cart 2' && <MdAddShoppingCart size={sectionproperties.cartBtn_iconFontSize} />}
|
|
615
|
+
</i>
|
|
616
|
+
)}
|
|
617
|
+
<p class="m-0 p-0">{langdetect == 'en' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic}</p>
|
|
618
|
+
</div>
|
|
619
|
+
</button>
|
|
620
|
+
)}
|
|
621
|
+
</div>
|
|
622
|
+
</div>
|
|
623
|
+
</div>
|
|
624
|
+
)}
|
|
625
|
+
</div>
|
|
626
|
+
{/* <div
|
|
627
|
+
class={props.sectiontypeprops2 == 'vertical' ? `${cardsstyles2.card}` + ' d-none d-md-flex w-100 ' : `${cardsstyles2.card}` + ' d-none d-md-flex '}
|
|
628
|
+
style={{
|
|
629
|
+
minWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.widthresponsive + 'px',
|
|
630
|
+
maxWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.widthresponsive + ' px',
|
|
631
|
+
}}
|
|
632
|
+
>
|
|
633
|
+
<div
|
|
634
|
+
class={
|
|
635
|
+
item.IsFavExists == true
|
|
636
|
+
? `${cardsstyles2.iconsContainer} ${cardsstyles2.iconsContainer2}` + ' iconsContainer d-flex d-md-none '
|
|
637
|
+
: `${cardsstyles2.iconsContainer}` + ' iconsContainer d-flex d-md-none '
|
|
638
|
+
}
|
|
639
|
+
style={{ zIndex: 100 }}
|
|
640
|
+
>
|
|
641
|
+
{sectionproperties.favBtnShow == 'Show' && (
|
|
642
|
+
<button
|
|
643
|
+
class={`${cardsstyles2.wishlist_btn}` + ' mb-1 '}
|
|
644
|
+
onClick={() => {
|
|
645
|
+
addtofavoritescontext(item.productid);
|
|
646
|
+
}}
|
|
647
|
+
>
|
|
648
|
+
{item.IsFavExists && (
|
|
649
|
+
<i class="h-100 d-flex align-items-center justify-content-center icon">
|
|
650
|
+
{sectionproperties.faviconshape == 'Star Shape' && (
|
|
651
|
+
<AiFillStar size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />
|
|
652
|
+
)}
|
|
653
|
+
{sectionproperties.faviconshape == 'Heart Shape' && <FaHeart size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />}
|
|
654
|
+
</i>
|
|
655
|
+
)}
|
|
656
|
+
{!item.IsFavExists && (
|
|
657
|
+
<i class="h-100 d-flex align-items-center justify-content-center">
|
|
658
|
+
{sectionproperties.faviconshape == 'Star Shape' && <AiOutlineStar size={sectionproperties.favBtnIconfontsize} />}
|
|
659
|
+
{sectionproperties.faviconshape == 'Heart Shape' && <FaRegHeart size={sectionproperties.favBtnIconfontsize} />}
|
|
660
|
+
</i>
|
|
661
|
+
)}
|
|
662
|
+
</button>
|
|
663
|
+
)}
|
|
664
|
+
{sectionproperties.generalbtn_show == 'Show' && (
|
|
665
|
+
<button
|
|
666
|
+
class={` ${cardsstyles2.showmodal}`}
|
|
667
|
+
onClick={(e) => {
|
|
668
|
+
e.stopPropagation();
|
|
669
|
+
cardonclickfunctionContext(sectionproperties?.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
670
|
+
}}
|
|
671
|
+
>
|
|
672
|
+
<i class="h-100 d-flex align-items-center justify-content-center">
|
|
673
|
+
<BsEye size={sectionproperties.generalbtn_fontsize} />
|
|
674
|
+
</i>
|
|
675
|
+
</button>
|
|
676
|
+
)}
|
|
677
|
+
</div>
|
|
678
|
+
<div class={`${cardsstyles2.iconsContainer} ${cardsstyles2.iconsContainer2}` + ' iconsContainer d-none d-md-flex '} style={{ zIndex: 100 }}>
|
|
679
|
+
{sectionproperties.favBtnShow == 'Show' && (
|
|
680
|
+
<button
|
|
681
|
+
class={` ${cardsstyles2.wishlist_btn}` + ' mb-1 '}
|
|
682
|
+
onClick={() => {
|
|
683
|
+
addtofavoritescontext(item.productid);
|
|
684
|
+
}}
|
|
685
|
+
>
|
|
686
|
+
{item.IsFavExists && (
|
|
687
|
+
<i class="h-100 d-flex align-items-center justify-content-center icon">
|
|
688
|
+
{sectionproperties.faviconshape == 'Star Shape' && (
|
|
689
|
+
<AiFillStar size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />
|
|
690
|
+
)}
|
|
691
|
+
{sectionproperties.faviconshape == 'Heart Shape' && <FaHeart size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />}
|
|
692
|
+
</i>
|
|
693
|
+
)}
|
|
694
|
+
{!item.IsFavExists && (
|
|
695
|
+
<i class="h-100 d-flex align-items-center justify-content-center">
|
|
696
|
+
{sectionproperties.faviconshape == 'Star Shape' && <AiOutlineStar size={sectionproperties.favBtnIconfontsize} />}
|
|
697
|
+
{sectionproperties.faviconshape == 'Heart Shape' && <FaRegHeart size={sectionproperties.favBtnIconfontsize} />}
|
|
698
|
+
</i>
|
|
699
|
+
)}
|
|
700
|
+
</button>
|
|
701
|
+
)}
|
|
702
|
+
|
|
703
|
+
{sectionproperties.generalbtn_show == 'Show' && (
|
|
704
|
+
<button
|
|
705
|
+
class={` ${cardsstyles2.showmodal}`}
|
|
706
|
+
onClick={(e) => {
|
|
707
|
+
e.stopPropagation();
|
|
708
|
+
cardonclickfunctionContext(sectionproperties?.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
709
|
+
}}
|
|
710
|
+
>
|
|
711
|
+
<i class="h-100 d-flex align-items-center justify-content-center">
|
|
712
|
+
<BsEye size={sectionproperties.generalbtn_fontsize} />
|
|
713
|
+
</i>
|
|
714
|
+
</button>
|
|
715
|
+
)}
|
|
716
|
+
</div>
|
|
717
|
+
{sectionproperties.length != 0 && (
|
|
718
|
+
<div
|
|
719
|
+
class="col-lg-12 col-md-12 col-sm-12 pl-0 pr-0 pl-sm-2 pr-sm-2"
|
|
720
|
+
style={{
|
|
721
|
+
paddingTop: sectionproperties.paddingTop + 'px',
|
|
722
|
+
paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
723
|
+
}}
|
|
724
|
+
>
|
|
725
|
+
<div
|
|
726
|
+
class="cursor-pointer"
|
|
727
|
+
style={{
|
|
728
|
+
backgroundColor: sectionproperties.image_bgcolor,
|
|
729
|
+
height: sectionproperties.image_height + 'px',
|
|
730
|
+
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
|
|
731
|
+
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
732
|
+
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
|
|
733
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
|
|
734
|
+
}}
|
|
735
|
+
>
|
|
736
|
+
|
|
737
|
+
<Imagekitimagecomp
|
|
738
|
+
urlEndpoint={ikimagecredcontext?.ikimageendpoint}
|
|
739
|
+
publicKey={ikimagecredcontext?.ikimagepublickey}
|
|
740
|
+
path={'/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image}
|
|
741
|
+
style={{
|
|
742
|
+
width: '100%',
|
|
743
|
+
height: '100%',
|
|
744
|
+
objectFit: 'contain',
|
|
745
|
+
}}
|
|
746
|
+
loading="lazy"
|
|
747
|
+
onClick={() => {
|
|
748
|
+
setShowProductInfoModalContext(true);
|
|
749
|
+
setProductIdProdutInfoModalContext(item.productid);
|
|
750
|
+
}}
|
|
751
|
+
></IKImage>
|
|
752
|
+
{item?.hassale == 1 && sectionproperties.prodsalePriceshow == 'Show' && (
|
|
753
|
+
<div
|
|
754
|
+
class="row m-0 align-items-center justify-content-center"
|
|
755
|
+
style={{
|
|
756
|
+
position: 'absolute',
|
|
757
|
+
top: 10,
|
|
758
|
+
left: 10,
|
|
759
|
+
height: sectionproperties.badge_height + 'px',
|
|
760
|
+
width: sectionproperties.badge_width + 'px',
|
|
761
|
+
backgroundColor: sectionproperties.badge_bgcolor,
|
|
762
|
+
borderRadius: sectionproperties.badge_borderradius + 'px',
|
|
763
|
+
paddingLeft: '10px',
|
|
764
|
+
paddingRight: '10px',
|
|
765
|
+
color: sectionproperties.badge_color,
|
|
766
|
+
}}
|
|
767
|
+
>
|
|
768
|
+
<div style={{ fontSize: sectionproperties.badge_fontsize + 'px' }}>{langdetect == 'en' ? sectionproperties.badgeContentEn : sectionproperties.badgeContentAr}</div>
|
|
769
|
+
</div>
|
|
770
|
+
)}
|
|
771
|
+
{sectionproperties.showpill == 'Show' && item.hassale == 1 && (
|
|
772
|
+
<div
|
|
773
|
+
class="allcentered"
|
|
774
|
+
style={{
|
|
775
|
+
position: 'absolute',
|
|
776
|
+
top: sectionproperties.pillpositionfromtop + 'px',
|
|
777
|
+
left: sectionproperties.pillpositionfromright + 'px',
|
|
778
|
+
width: sectionproperties.pillwidth + 'px',
|
|
779
|
+
height: sectionproperties.pillheight + 'px',
|
|
780
|
+
background: sectionproperties.pillbgcolor,
|
|
781
|
+
borderRadius: sectionproperties.pillborderBottomLeftRadius + 'px',
|
|
782
|
+
}}
|
|
783
|
+
>
|
|
784
|
+
<p class="m-0 p-0 text-uppercase" style={{ color: sectionproperties.pillcolor, fontSize: sectionproperties.pillfontSize + 'px', direction: 'ltr' }}>
|
|
785
|
+
{'-' + Math.round(10.0 * ((parseInt(item.defaultprice) - parseInt(item.defaultsaleprice)) / parseInt(item.defaultprice)) * 100) / 10.0 + '%'}
|
|
786
|
+
</p>
|
|
787
|
+
</div>
|
|
788
|
+
)}
|
|
789
|
+
</div>
|
|
790
|
+
<div
|
|
791
|
+
class={'row m-0 w-100 pl-sm-0 pr-sm-0'}
|
|
792
|
+
style={{
|
|
793
|
+
paddingLeft: '10px',
|
|
794
|
+
paddingRight: '10px',
|
|
795
|
+
paddingTop: '10px',
|
|
796
|
+
paddingBottom: '10px',
|
|
797
|
+
}}
|
|
798
|
+
>
|
|
799
|
+
<div class="col-lg-12 p-0">
|
|
800
|
+
{sectionproperties.prodCatShow == 'Show' && (
|
|
801
|
+
<p
|
|
802
|
+
class={`${cardsstyles2.productDescStyles}` + ' col-lg-12 wordbreak wordbreak1 p-0 m-0 '}
|
|
803
|
+
style={{
|
|
804
|
+
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
805
|
+
}}
|
|
806
|
+
>
|
|
807
|
+
{plainString(langdetect == 'en' ? item.description_en : item.description_ar)}
|
|
808
|
+
</p>
|
|
809
|
+
)}
|
|
810
|
+
|
|
811
|
+
{sectionproperties.prodNameShow == 'Show' && (
|
|
812
|
+
<div class="col-lg-12 p-0 " style={{ minHeight: '6vh' }}>
|
|
813
|
+
<p
|
|
814
|
+
onClick={() => {
|
|
815
|
+
cardonclickfunctionContext(sectionproperties?.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
816
|
+
}}
|
|
817
|
+
class={
|
|
818
|
+
sectionproperties.wordbreak == '1'
|
|
819
|
+
? `${cardsstyles2.productNameStyles}` + ' wordbreak wordbreak2 m-0 '
|
|
820
|
+
: `${cardsstyles2.productNameStyles}` + ' wordbreak wordbreak2 m-0 '
|
|
821
|
+
}
|
|
822
|
+
style={{
|
|
823
|
+
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
824
|
+
}}
|
|
825
|
+
>
|
|
826
|
+
{item.name}
|
|
827
|
+
</p>
|
|
828
|
+
</div>
|
|
829
|
+
)}
|
|
830
|
+
</div>
|
|
831
|
+
<div class="row m-0 w-100 align-items-center mt-1 mb-1">
|
|
832
|
+
{sectionproperties.prodPriceShow == 'Show' && (
|
|
833
|
+
<p
|
|
834
|
+
class={
|
|
835
|
+
langdetect == 'en'
|
|
836
|
+
? `${cardsstyles2.productPricestyles}` + ' m-0 wordbreak d-flex align-items-center text-right text-sm-left '
|
|
837
|
+
: `${cardsstyles2.productPricestyles}` + ' m-0 wordbreak d-flex align-items-center text-left text-sm-right '
|
|
838
|
+
}
|
|
839
|
+
>
|
|
840
|
+
{langdetect == 'en' ? item.currencyname : ''} {item.hassale == 1 ? item.defaultsaleprice : item.defaultprice} {langdetect == 'en' ? '' : item.currencyname}
|
|
841
|
+
</p>
|
|
842
|
+
)}
|
|
843
|
+
{sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && <span class={`${cardsstyles2.productSalePricestyles}`}>/</span>}
|
|
844
|
+
{sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && (
|
|
845
|
+
<p
|
|
846
|
+
class={
|
|
847
|
+
langdetect == 'en'
|
|
848
|
+
? `${cardsstyles2.productSalePricestyles}` + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto text-right text-sm-left '
|
|
849
|
+
: `${cardsstyles2.productSalePricestyles}` + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto text-left text-sm-right '
|
|
850
|
+
}
|
|
851
|
+
>
|
|
852
|
+
{langdetect == 'en' ? item.currencyname : ''} {item.defaultprice} {langdetect == 'en' ? '' : item.currencyname}
|
|
853
|
+
</p>
|
|
854
|
+
)}
|
|
855
|
+
</div>
|
|
856
|
+
<div class="d-flex align-items-center m-0">
|
|
857
|
+
{sectionproperties.cartBtnShow == 'Show' && (
|
|
858
|
+
<button
|
|
859
|
+
class={`${cardsstyles2.cart_btn}` + ' allcentered '}
|
|
860
|
+
onClick={() => {
|
|
861
|
+
setShowProductInfoModalContext(true);
|
|
862
|
+
setProductIdProdutInfoModalContext(item.productid);
|
|
863
|
+
}}
|
|
864
|
+
>
|
|
865
|
+
<div class="d-flex align-items-center justify-content-center">
|
|
866
|
+
{sectionproperties.cartBtn_iconFontSize != 0 && (
|
|
867
|
+
<i class="allcentered mr-2" style={{ color: sectionproperties.cart_iconcolor, fontSize: sectionproperties.cartBtn_iconFontSize }}>
|
|
868
|
+
{sectionproperties.carticonstyle == 'Shopping bag 1' && <FiShoppingBag class="" size={sectionproperties.cartBtn_iconFontSize} />}
|
|
869
|
+
{sectionproperties.carticonstyle == 'Shopping bag 2' && <CgShoppingBag class="" size={sectionproperties.cartBtn_iconFontSize} />}
|
|
870
|
+
{sectionproperties.carticonstyle == 'Shopping bag 3' && <BsBag class="" size={sectionproperties.cartBtn_iconFontSize} />}
|
|
871
|
+
{sectionproperties.carticonstyle == 'Shopping bag 4' && <RiHandbagLine size={sectionproperties.cartBtn_iconFontSize} />}
|
|
872
|
+
{sectionproperties.carticonstyle == 'Shopping cart 1' && <FiShoppingCart class="" size={sectionproperties.cartBtn_iconFontSize} />}
|
|
873
|
+
{sectionproperties.carticonstyle == 'Shopping cart 2' && <MdAddShoppingCart size={sectionproperties.cartBtn_iconFontSize} />}
|
|
874
|
+
</i>
|
|
875
|
+
)}
|
|
876
|
+
<p class="m-0 p-0">{langdetect == 'en' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic}</p>
|
|
877
|
+
</div>
|
|
878
|
+
</button>
|
|
879
|
+
)}
|
|
880
|
+
</div>
|
|
881
|
+
</div>
|
|
882
|
+
</div>
|
|
883
|
+
)}
|
|
884
|
+
</div> */}
|
|
885
|
+
</div>
|
|
886
|
+
);
|
|
887
|
+
};
|
|
888
|
+
export default Card23;
|
|
889
|
+
|
|
890
|
+
// import React, { useEffect, useState } from 'react';
|
|
891
|
+
// import { css } from 'glamor';
|
|
892
|
+
// import { Imagekitimagecomp } from '../../../Imagekitconfig.jsx';
|
|
893
|
+
// import { FiShoppingCart } from '@react-icons/all-files/fi/FiShoppingCart';
|
|
894
|
+
// import { FiShoppingBag } from '@react-icons/all-files/fi/FiShoppingBag';
|
|
895
|
+
// import { FaRegHeart } from '@react-icons/all-files/fa/FaRegHeart';
|
|
896
|
+
// import { FaHeart } from '@react-icons/all-files/fa/FaHeart';
|
|
897
|
+
// import { CgShoppingBag } from '@react-icons/all-files/cg/CgShoppingBag';
|
|
898
|
+
// import { AiFillStar } from '@react-icons/all-files/ai/AiFillStar';
|
|
899
|
+
// import { AiOutlineStar } from '@react-icons/all-files/ai/AiOutlineStar';
|
|
900
|
+
// import { MdAddShoppingCart } from '@react-icons/all-files/md/MdAddShoppingCart';
|
|
901
|
+
// import { BsBag } from '@react-icons/all-files/bs/BsBag';
|
|
902
|
+
// import { RiHandbagLine } from '@react-icons/all-files/ri/RiHandbagLine';
|
|
903
|
+
// import { BsEye } from '@react-icons/all-files/bs/BsEye';
|
|
904
|
+
|
|
905
|
+
// const Card23 = (props) => {
|
|
906
|
+
// const [sectionproperties, setsectionproperties] = useState('');
|
|
907
|
+
// const [item, setitem] = useState(props.cardinfoitemprops);
|
|
908
|
+
// const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
909
|
+
// const lang = props.actions.lang;
|
|
910
|
+
// const langdetect = props.actions.langdetect;
|
|
911
|
+
// const addtofavoritescontext = props.actions.addtofavoritescontext;
|
|
912
|
+
// const setShowProductInfoModalContext = props.actions.setShowProductInfoModalContext;
|
|
913
|
+
// const setProductIdProdutInfoModalContext = props.actions.setProductIdProdutInfoModalContext;
|
|
914
|
+
// const cardonclickfunctionContext = props.actions.cardonclickfunctionContext;
|
|
915
|
+
// const ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
916
|
+
// const [index, setindex] = useState(props.cardinfoindexprops);
|
|
917
|
+
// useEffect(() => {
|
|
918
|
+
// var secpropobj = {};
|
|
919
|
+
// StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
920
|
+
// if (sectionitem.sectionid == props.sectionidprops) {
|
|
921
|
+
// sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
922
|
+
// secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
923
|
+
// });
|
|
924
|
+
// }
|
|
925
|
+
// });
|
|
926
|
+
// setsectionproperties({ ...secpropobj });
|
|
927
|
+
// }, [StatePagePropertiesContext]);
|
|
928
|
+
// useEffect(() => {
|
|
929
|
+
// setitem(props.cardinfoitemprops);
|
|
930
|
+
// }, [props.cardinfoitemprops]);
|
|
931
|
+
// const cardsstyles2 = {
|
|
932
|
+
// showmodal: css({
|
|
933
|
+
// backgroundColor: sectionproperties.generalbtn_bgColortransparent == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColor,
|
|
934
|
+
// borderTopLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertopleftradius + 'px' : sectionproperties.generalbtn_bordertoprightradius + 'px',
|
|
935
|
+
// borderTopRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertoprightradius + 'px' : sectionproperties.generalbtn_bordertopleftradius + 'px',
|
|
936
|
+
// borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomleftradius + 'px' : sectionproperties.generalbtn_borderbottomrightradius + 'px',
|
|
937
|
+
// borderBottomRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomrightradius + 'px' : sectionproperties.generalbtn_borderbottomleftradius + 'px',
|
|
938
|
+
// height: sectionproperties.generalbtn_height + 'px',
|
|
939
|
+
// width: sectionproperties.generalbtn_width + 'px',
|
|
940
|
+
// fontSize: sectionproperties.generalbtn_fontsize + 'px',
|
|
941
|
+
// color: sectionproperties.generalbtn_textColor,
|
|
942
|
+
// cursor: 'pointer',
|
|
943
|
+
// transition: '0.3s',
|
|
944
|
+
// ':hover': {
|
|
945
|
+
// backgroundColor: sectionproperties.generalbtn_bgColortransparentonhover == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColoronhover,
|
|
946
|
+
// color: sectionproperties.generalbtn_textColoronhover,
|
|
947
|
+
// },
|
|
948
|
+
// }),
|
|
949
|
+
// productNameStyles: css({
|
|
950
|
+
// color: sectionproperties.prodNameColor,
|
|
951
|
+
// fontSize: sectionproperties.prodNameFontSize + 'px',
|
|
952
|
+
// textTransform: sectionproperties.prodNameTextTranform,
|
|
953
|
+
// fontWeight: sectionproperties.prodNameFontWeight,
|
|
954
|
+
// transition: '.3s',
|
|
955
|
+
// cursor: 'pointer',
|
|
956
|
+
// ':hover': {
|
|
957
|
+
// color: sectionproperties.prodNameColorOnHover,
|
|
958
|
+
// },
|
|
959
|
+
// }),
|
|
960
|
+
// productDescStyles: css({
|
|
961
|
+
// color: sectionproperties.prodCatColor,
|
|
962
|
+
// fontSize: sectionproperties.prodCatFontSize + 'px',
|
|
963
|
+
// textTransform: sectionproperties.prodCatTextTranform,
|
|
964
|
+
// fontWeight: sectionproperties.prodCatFontWeight,
|
|
965
|
+
// transition: '.3s',
|
|
966
|
+
// }),
|
|
967
|
+
// productPricestyles: css({
|
|
968
|
+
// color: sectionproperties.prodPriceColor,
|
|
969
|
+
// fontSize: sectionproperties.prodpriceFontSize + 'px',
|
|
970
|
+
// fontWeight: sectionproperties.prodPriceFontWeight,
|
|
971
|
+
// }),
|
|
972
|
+
// productSalePricestyles: css({
|
|
973
|
+
// color: sectionproperties.prodsalePriceColor,
|
|
974
|
+
// fontSize: sectionproperties.prodsalepriceFontSize + 'px',
|
|
975
|
+
// fontWeight: sectionproperties.prodsalePriceFontWeight,
|
|
976
|
+
// }),
|
|
977
|
+
// wishlist_btn: css({
|
|
978
|
+
// width: sectionproperties.favBtnWidth + 'px',
|
|
979
|
+
// height: sectionproperties.favBtnHeight + 'px',
|
|
980
|
+
// background: sectionproperties.favbtn_bgtransparent == 'Transparent' ? 'transparent' : item.IsFavExists == true ? sectionproperties.activebgcolor : sectionproperties.favBtnbgColor,
|
|
981
|
+
// borderRadius: sectionproperties.fav_btn_borderBottomLeftRadius + 'px',
|
|
982
|
+
// color: item.IsFavExists == true ? sectionproperties.activefaviconcolor : sectionproperties.favBtniconcolor,
|
|
983
|
+
// fontSize: sectionproperties.favBtnTextfontsize + 'px',
|
|
984
|
+
// textTransform: sectionproperties.favBtnTexttransform,
|
|
985
|
+
// fontWeight: sectionproperties.favBtnTextfontweight,
|
|
986
|
+
// border: sectionproperties.favbtnborderwidth + 'px solid ' + sectionproperties.favbtnbordercolor,
|
|
987
|
+
// transition: '.3s',
|
|
988
|
+
// ':hover': {
|
|
989
|
+
// background: sectionproperties.favbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.favBtnbgColoronhover,
|
|
990
|
+
// color: sectionproperties.favBtnTextcoloronhover,
|
|
991
|
+
// },
|
|
992
|
+
// ':hover .icon': {
|
|
993
|
+
// transition: 'all, 0.2s',
|
|
994
|
+
// transform: ' rotate(360deg)',
|
|
995
|
+
// },
|
|
996
|
+
// }),
|
|
997
|
+
// cart_btn: css({
|
|
998
|
+
// width: sectionproperties.cartBtnWidth + 'px',
|
|
999
|
+
// height: sectionproperties.cartBtnHeight + 'px',
|
|
1000
|
+
// background: sectionproperties.cartbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColor,
|
|
1001
|
+
// borderRadius: sectionproperties.cart_btn_borderBottomLeftRadius + 'px',
|
|
1002
|
+
// color: sectionproperties.cartBtnTextcolor,
|
|
1003
|
+
// fontSize: sectionproperties.cartBtnTextfontsize + 'px',
|
|
1004
|
+
// fontWeight: sectionproperties.cartBtnTextfontweight,
|
|
1005
|
+
// border: sectionproperties.cartbtnborderwidth + 'px solid ' + sectionproperties.cartbtnbordercolor,
|
|
1006
|
+
// transition: '.3s',
|
|
1007
|
+
// ':hover': {
|
|
1008
|
+
// background: sectionproperties.cartbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColoronhover,
|
|
1009
|
+
// color: sectionproperties.cartBtnTextcoloronhover,
|
|
1010
|
+
// borderColor: sectionproperties.cartBtnTextcoloronhover,
|
|
1011
|
+
// },
|
|
1012
|
+
// }),
|
|
1013
|
+
// iconsContainer: css({
|
|
1014
|
+
// display: 'flex',
|
|
1015
|
+
// flexDirection: 'column',
|
|
1016
|
+
// position: 'absolute',
|
|
1017
|
+
// top: 10,
|
|
1018
|
+
// right: -15,
|
|
1019
|
+
// opacity: 0,
|
|
1020
|
+
// transform: `translateX(5px)`,
|
|
1021
|
+
// }),
|
|
1022
|
+
// card: css({
|
|
1023
|
+
// marginBottom: sectionproperties.marginBottom + 'px',
|
|
1024
|
+
// marginTop: sectionproperties.marginTop + 'px',
|
|
1025
|
+
// backgroundColor: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
1026
|
+
// borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.borderBottomLeftRadius + 'px' : sectionproperties.borderBottomRightRadius + 'px',
|
|
1027
|
+
// borderBottomRightRadius: langdetect == 'en' ? sectionproperties.borderBottomRightRadius + 'px' : sectionproperties.borderBottomLeftRadius + 'px',
|
|
1028
|
+
// borderTopLeftRadius: langdetect == 'en' ? sectionproperties.borderTopLeftRadius + 'px' : sectionproperties.borderTopRightRadius + 'px',
|
|
1029
|
+
// borderTopRightRadius: langdetect == 'en' ? sectionproperties.borderTopRightRadius + 'px' : sectionproperties.borderTopLeftRadius + 'px',
|
|
1030
|
+
// border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
|
|
1031
|
+
// paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
|
|
1032
|
+
// paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
|
|
1033
|
+
// ':hover .iconsContainer': {
|
|
1034
|
+
// opacity: 1,
|
|
1035
|
+
// transition: 'all, 0.4s',
|
|
1036
|
+
// right: 10,
|
|
1037
|
+
// transform: `translateX(0px)`,
|
|
1038
|
+
// },
|
|
1039
|
+
// }),
|
|
1040
|
+
// iconsContainer2: css({
|
|
1041
|
+
// opacity: 1,
|
|
1042
|
+
// transition: 'all, 0.4s',
|
|
1043
|
+
// right: 10,
|
|
1044
|
+
// transform: `translateX(0px)`,
|
|
1045
|
+
// }),
|
|
1046
|
+
// imageContainer: css({
|
|
1047
|
+
// backgroundColor: sectionproperties.image_bgcolor,
|
|
1048
|
+
// borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
|
|
1049
|
+
// borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
1050
|
+
// borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
|
|
1051
|
+
// borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
|
|
1052
|
+
// }),
|
|
1053
|
+
// };
|
|
1054
|
+
|
|
1055
|
+
// const plainString = (html) => {
|
|
1056
|
+
// var divContainer = document.createElement('div');
|
|
1057
|
+
// divContainer.innerHTML = html;
|
|
1058
|
+
// return divContainer.textContent || divContainer.innerText || '';
|
|
1059
|
+
// };
|
|
1060
|
+
// const Image = () => {
|
|
1061
|
+
// return (
|
|
1062
|
+
// <div class="w-100">
|
|
1063
|
+
// <Imagekitimagecomp
|
|
1064
|
+
// urlEndpoint={ikimagecredcontext?.ikimageendpoint}
|
|
1065
|
+
// publicKey={ikimagecredcontext?.ikimagepublickey}
|
|
1066
|
+
// path={'/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image}
|
|
1067
|
+
// style={{
|
|
1068
|
+
// width: sectionproperties.imageInnerWidth_Height + '%',
|
|
1069
|
+
// height: sectionproperties.imageInnerWidth_Height + '%',
|
|
1070
|
+
// objectFit: sectionproperties.bgcovercontain == 'Cover' ? 'cover' : 'contain',
|
|
1071
|
+
// borderBottomLeftRadius:
|
|
1072
|
+
// sectionproperties.bgcovercontain == 'Cover'
|
|
1073
|
+
// ? langdetect == 'en'
|
|
1074
|
+
// ? sectionproperties.image_borderBottomLeftRadius + 'px'
|
|
1075
|
+
// : sectionproperties.image_borderBottomRightRadius + 'px'
|
|
1076
|
+
// : 0,
|
|
1077
|
+
// borderBottomRightRadius:
|
|
1078
|
+
// sectionproperties.bgcovercontain == 'Cover'
|
|
1079
|
+
// ? langdetect == 'en'
|
|
1080
|
+
// ? sectionproperties.image_borderBottomRightRadius + 'px'
|
|
1081
|
+
// : sectionproperties.image_borderBottomLeftRadius + 'px'
|
|
1082
|
+
// : 0,
|
|
1083
|
+
// borderTopLeftRadius:
|
|
1084
|
+
// sectionproperties.bgcovercontain == 'Cover'
|
|
1085
|
+
// ? langdetect == 'en'
|
|
1086
|
+
// ? sectionproperties.image_bordertopleftradius + 'px'
|
|
1087
|
+
// : sectionproperties.image_bordertoprightradius + 'px'
|
|
1088
|
+
// : 0,
|
|
1089
|
+
// borderTopRightRadius:
|
|
1090
|
+
// sectionproperties.bgcovercontain == 'Cover'
|
|
1091
|
+
// ? langdetect == 'en'
|
|
1092
|
+
// ? sectionproperties.image_bordertoprightradius + 'px'
|
|
1093
|
+
// : sectionproperties.image_bordertopleftradius + 'px'
|
|
1094
|
+
// : 0,
|
|
1095
|
+
// }}
|
|
1096
|
+
// loading="lazy"
|
|
1097
|
+
// onClick={() => {
|
|
1098
|
+
// setShowProductInfoModalContext(true);
|
|
1099
|
+
// setProductIdProdutInfoModalContext(item.productid);
|
|
1100
|
+
// }}
|
|
1101
|
+
// />
|
|
1102
|
+
// {item?.hassale == 1 && sectionproperties.prodsalePriceshow == 'Show' && (
|
|
1103
|
+
// <div
|
|
1104
|
+
// class="row m-0 align-items-center justify-content-center"
|
|
1105
|
+
// style={{
|
|
1106
|
+
// position: 'absolute',
|
|
1107
|
+
// top: 10,
|
|
1108
|
+
// left: 10,
|
|
1109
|
+
// height: sectionproperties.badge_height + 'px',
|
|
1110
|
+
// width: sectionproperties.badge_width + 'px',
|
|
1111
|
+
// backgroundColor: sectionproperties.badge_bgcolor,
|
|
1112
|
+
// borderRadius: sectionproperties.badge_borderradius + 'px',
|
|
1113
|
+
// paddingLeft: '10px',
|
|
1114
|
+
// paddingRight: '10px',
|
|
1115
|
+
// color: sectionproperties.badge_color,
|
|
1116
|
+
// }}
|
|
1117
|
+
// >
|
|
1118
|
+
// <div style={{ fontSize: sectionproperties.badge_fontsize + 'px' }}>{langdetect == 'en' ? sectionproperties.badgeContentEn : sectionproperties.badgeContentAr}</div>
|
|
1119
|
+
// </div>
|
|
1120
|
+
// )}
|
|
1121
|
+
// {sectionproperties.showpill == 'Show' && item.hassale == 1 && (
|
|
1122
|
+
// <div
|
|
1123
|
+
// class="allcentered"
|
|
1124
|
+
// style={{
|
|
1125
|
+
// position: 'absolute',
|
|
1126
|
+
// top: sectionproperties.pillpositionfromtop + 'px',
|
|
1127
|
+
// left: sectionproperties.pillpositionfromright + 'px',
|
|
1128
|
+
// width: sectionproperties.pillwidth + 'px',
|
|
1129
|
+
// height: sectionproperties.pillheight + 'px',
|
|
1130
|
+
// background: sectionproperties.pillbgcolor,
|
|
1131
|
+
// borderRadius: sectionproperties.pillborderBottomLeftRadius + 'px',
|
|
1132
|
+
// }}
|
|
1133
|
+
// >
|
|
1134
|
+
// <p class="m-0 p-0 text-uppercase" style={{ color: sectionproperties.pillcolor, fontSize: sectionproperties.pillfontSize + 'px', direction: 'ltr' }}>
|
|
1135
|
+
// {'-' + Math.round(10.0 * ((parseInt(item.defaultprice) - parseInt(item.defaultsaleprice)) / parseInt(item.defaultprice)) * 100) / 10.0 + '%'}
|
|
1136
|
+
// </p>
|
|
1137
|
+
// </div>
|
|
1138
|
+
// )}
|
|
1139
|
+
// </div>
|
|
1140
|
+
// );
|
|
1141
|
+
// };
|
|
1142
|
+
// return (
|
|
1143
|
+
// <div
|
|
1144
|
+
// class={
|
|
1145
|
+
// langdetect == 'en'
|
|
1146
|
+
// ? sectionproperties.card_marginLeft != 0
|
|
1147
|
+
// ? 'row m-0 w-100 pl-sm-2'
|
|
1148
|
+
// : sectionproperties.card_marginRight != 0
|
|
1149
|
+
// ? 'row m-0 w-100 pr-sm-2'
|
|
1150
|
+
// : 'row m-0 w-100'
|
|
1151
|
+
// : langdetect == 'en'
|
|
1152
|
+
// ? sectionproperties.card_marginRight != 0
|
|
1153
|
+
// ? 'row m-0 w-100 pr-sm-2'
|
|
1154
|
+
// : sectionproperties.card_marginLeft != 0
|
|
1155
|
+
// ? 'row m-0 w-100 pl-sm-2'
|
|
1156
|
+
// : 'row m-0 w-100'
|
|
1157
|
+
// : 'row m-0 w-100'
|
|
1158
|
+
// }
|
|
1159
|
+
// style={{
|
|
1160
|
+
// paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
|
|
1161
|
+
// paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
|
|
1162
|
+
// }}
|
|
1163
|
+
// >
|
|
1164
|
+
// <div class={`${cardsstyles2.card}` + ' '}>
|
|
1165
|
+
// <div
|
|
1166
|
+
// class={
|
|
1167
|
+
// item.IsFavExists == true
|
|
1168
|
+
// ? `${cardsstyles2.iconsContainer} ${cardsstyles2.iconsContainer2}` + ' iconsContainer d-flex d-md-none '
|
|
1169
|
+
// : `${cardsstyles2.iconsContainer}` + ' iconsContainer d-flex d-md-none '
|
|
1170
|
+
// }
|
|
1171
|
+
// style={{ zIndex: 100 }}
|
|
1172
|
+
// >
|
|
1173
|
+
// {sectionproperties.favBtnShow == 'Show' && (
|
|
1174
|
+
// <button
|
|
1175
|
+
// class={`${cardsstyles2.wishlist_btn}` + ' mb-1 '}
|
|
1176
|
+
// onClick={() => {
|
|
1177
|
+
// addtofavoritescontext(item.productid);
|
|
1178
|
+
// }}
|
|
1179
|
+
// >
|
|
1180
|
+
// {item.IsFavExists && (
|
|
1181
|
+
// <i class="h-100 d-flex align-items-center justify-content-center icon">
|
|
1182
|
+
// {sectionproperties.faviconshape == 'Star Shape' && (
|
|
1183
|
+
// <AiFillStar size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />
|
|
1184
|
+
// )}
|
|
1185
|
+
// {sectionproperties.faviconshape == 'Heart Shape' && <FaHeart size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />}
|
|
1186
|
+
// </i>
|
|
1187
|
+
// )}
|
|
1188
|
+
// {!item.IsFavExists && (
|
|
1189
|
+
// <i class="h-100 d-flex align-items-center justify-content-center">
|
|
1190
|
+
// {sectionproperties.faviconshape == 'Star Shape' && <AiOutlineStar size={sectionproperties.favBtnIconfontsize} />}
|
|
1191
|
+
// {sectionproperties.faviconshape == 'Heart Shape' && <FaRegHeart size={sectionproperties.favBtnIconfontsize} />}
|
|
1192
|
+
// </i>
|
|
1193
|
+
// )}
|
|
1194
|
+
// </button>
|
|
1195
|
+
// )}
|
|
1196
|
+
// {sectionproperties.generalbtn_show == 'Show' && (
|
|
1197
|
+
// <button
|
|
1198
|
+
// class={` ${cardsstyles2.showmodal}`}
|
|
1199
|
+
// onClick={(e) => {
|
|
1200
|
+
// e.stopPropagation();
|
|
1201
|
+
// cardonclickfunctionContext(sectionproperties?.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
1202
|
+
// }}
|
|
1203
|
+
// >
|
|
1204
|
+
// <i class="h-100 d-flex align-items-center justify-content-center">
|
|
1205
|
+
// <BsEye size={sectionproperties.generalbtn_fontsize} />
|
|
1206
|
+
// </i>
|
|
1207
|
+
// </button>
|
|
1208
|
+
// )}
|
|
1209
|
+
// </div>
|
|
1210
|
+
// <div class={`${cardsstyles2.iconsContainer} ${cardsstyles2.iconsContainer2}` + ' iconsContainer d-none d-md-flex '} style={{ zIndex: 100 }}>
|
|
1211
|
+
// {sectionproperties.favBtnShow == 'Show' && (
|
|
1212
|
+
// <button
|
|
1213
|
+
// class={` ${cardsstyles2.wishlist_btn}` + ' mb-1 '}
|
|
1214
|
+
// onClick={() => {
|
|
1215
|
+
// addtofavoritescontext(item.productid);
|
|
1216
|
+
// }}
|
|
1217
|
+
// >
|
|
1218
|
+
// {item.IsFavExists && (
|
|
1219
|
+
// <i class="h-100 d-flex align-items-center justify-content-center icon">
|
|
1220
|
+
// {sectionproperties.faviconshape == 'Star Shape' && (
|
|
1221
|
+
// <AiFillStar size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />
|
|
1222
|
+
// )}
|
|
1223
|
+
// {sectionproperties.faviconshape == 'Heart Shape' && <FaHeart size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />}
|
|
1224
|
+
// </i>
|
|
1225
|
+
// )}
|
|
1226
|
+
// {!item.IsFavExists && (
|
|
1227
|
+
// <i class="h-100 d-flex align-items-center justify-content-center">
|
|
1228
|
+
// {sectionproperties.faviconshape == 'Star Shape' && <AiOutlineStar size={sectionproperties.favBtnIconfontsize} />}
|
|
1229
|
+
// {sectionproperties.faviconshape == 'Heart Shape' && <FaRegHeart size={sectionproperties.favBtnIconfontsize} />}
|
|
1230
|
+
// </i>
|
|
1231
|
+
// )}
|
|
1232
|
+
// </button>
|
|
1233
|
+
// )}
|
|
1234
|
+
|
|
1235
|
+
// {sectionproperties.generalbtn_show == 'Show' && (
|
|
1236
|
+
// <button
|
|
1237
|
+
// class={` ${cardsstyles2.showmodal}`}
|
|
1238
|
+
// onClick={(e) => {
|
|
1239
|
+
// e.stopPropagation();
|
|
1240
|
+
// cardonclickfunctionContext(sectionproperties?.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
1241
|
+
// }}
|
|
1242
|
+
// >
|
|
1243
|
+
// <i class="h-100 d-flex align-items-center justify-content-center">
|
|
1244
|
+
// <BsEye size={sectionproperties.generalbtn_fontsize} />
|
|
1245
|
+
// </i>
|
|
1246
|
+
// </button>
|
|
1247
|
+
// )}
|
|
1248
|
+
// </div>
|
|
1249
|
+
// {sectionproperties.length != 0 && (
|
|
1250
|
+
// <div
|
|
1251
|
+
// class="col-lg-12 col-md-12 col-sm-12 pl-0 pr-0 pl-sm-2 pr-sm-2"
|
|
1252
|
+
// style={{
|
|
1253
|
+
// paddingTop: sectionproperties.paddingTop + 'px',
|
|
1254
|
+
// paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
1255
|
+
// }}
|
|
1256
|
+
// >
|
|
1257
|
+
// <div
|
|
1258
|
+
// class={cardsstyles2.imageContainer + ' d-flex d-md-none '}
|
|
1259
|
+
// style={{
|
|
1260
|
+
// height: sectionproperties.image_height + 'px',
|
|
1261
|
+
// }}
|
|
1262
|
+
// >
|
|
1263
|
+
// {Image()}
|
|
1264
|
+
// </div>
|
|
1265
|
+
// <div
|
|
1266
|
+
// class={cardsstyles2.imageContainer + ' d-none d-md-flex '}
|
|
1267
|
+
// style={{
|
|
1268
|
+
// height: sectionproperties.height_responsive + 'px',
|
|
1269
|
+
// }}
|
|
1270
|
+
// >
|
|
1271
|
+
// {Image()}
|
|
1272
|
+
// </div>
|
|
1273
|
+
// <div
|
|
1274
|
+
// class={'row m-0 w-100 pl-sm-0 pr-sm-0'}
|
|
1275
|
+
// style={{
|
|
1276
|
+
// paddingLeft: '10px',
|
|
1277
|
+
// paddingRight: '10px',
|
|
1278
|
+
// paddingTop: '10px',
|
|
1279
|
+
// paddingBottom: '10px',
|
|
1280
|
+
// }}
|
|
1281
|
+
// >
|
|
1282
|
+
// <div class="col-lg-12 p-0">
|
|
1283
|
+
// {sectionproperties.prodCatShow == 'Show' && (
|
|
1284
|
+
// <p
|
|
1285
|
+
// class={`${cardsstyles2.productDescStyles}` + ' col-lg-12 wordbreak wordbreak1 p-0 m-0 '}
|
|
1286
|
+
// style={{
|
|
1287
|
+
// textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
1288
|
+
// }}
|
|
1289
|
+
// >
|
|
1290
|
+
// {plainString(langdetect == 'en' ? item.description_en : item.description_ar)}
|
|
1291
|
+
// </p>
|
|
1292
|
+
// )}
|
|
1293
|
+
|
|
1294
|
+
// {sectionproperties.prodNameShow == 'Show' && (
|
|
1295
|
+
// <div class="col-lg-12 p-0 " style={{ minHeight: '6vh' }}>
|
|
1296
|
+
// <p
|
|
1297
|
+
// onClick={() => {
|
|
1298
|
+
// cardonclickfunctionContext(sectionproperties?.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
1299
|
+
// }}
|
|
1300
|
+
// class={
|
|
1301
|
+
// sectionproperties.wordbreak == '1'
|
|
1302
|
+
// ? `${cardsstyles2.productNameStyles}` + ' wordbreak wordbreak2 m-0 '
|
|
1303
|
+
// : `${cardsstyles2.productNameStyles}` + ' wordbreak wordbreak2 m-0 '
|
|
1304
|
+
// }
|
|
1305
|
+
// style={{
|
|
1306
|
+
// textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
1307
|
+
// }}
|
|
1308
|
+
// >
|
|
1309
|
+
// {item.name}
|
|
1310
|
+
// </p>
|
|
1311
|
+
// </div>
|
|
1312
|
+
// )}
|
|
1313
|
+
// </div>
|
|
1314
|
+
// <div class="row m-0 w-100 align-items-center mt-1 mb-1">
|
|
1315
|
+
// {sectionproperties.prodPriceShow == 'Show' && (
|
|
1316
|
+
// <p
|
|
1317
|
+
// class={
|
|
1318
|
+
// langdetect == 'en'
|
|
1319
|
+
// ? `${cardsstyles2.productPricestyles}` + ' m-0 wordbreak d-flex align-items-center text-right text-sm-left '
|
|
1320
|
+
// : `${cardsstyles2.productPricestyles}` + ' m-0 wordbreak d-flex align-items-center text-left text-sm-right '
|
|
1321
|
+
// }
|
|
1322
|
+
// >
|
|
1323
|
+
// {langdetect == 'en' ? item.currencyname : ''} {item.hassale == 1 ? item.defaultsaleprice : item.defaultprice} {langdetect == 'en' ? '' : item.currencyname}
|
|
1324
|
+
// </p>
|
|
1325
|
+
// )}
|
|
1326
|
+
// {sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && <span class={`${cardsstyles2.productSalePricestyles}`}>/</span>}
|
|
1327
|
+
// {sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && (
|
|
1328
|
+
// <p
|
|
1329
|
+
// class={
|
|
1330
|
+
// langdetect == 'en'
|
|
1331
|
+
// ? `${cardsstyles2.productSalePricestyles}` + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto text-right text-sm-left '
|
|
1332
|
+
// : `${cardsstyles2.productSalePricestyles}` + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto text-left text-sm-right '
|
|
1333
|
+
// }
|
|
1334
|
+
// >
|
|
1335
|
+
// {langdetect == 'en' ? item.currencyname : ''} {item.defaultprice} {langdetect == 'en' ? '' : item.currencyname}
|
|
1336
|
+
// </p>
|
|
1337
|
+
// )}
|
|
1338
|
+
// </div>
|
|
1339
|
+
// <div class="d-flex align-items-center m-0">
|
|
1340
|
+
// {sectionproperties.cartBtnShow == 'Show' && (
|
|
1341
|
+
// <button
|
|
1342
|
+
// class={`${cardsstyles2.cart_btn}` + ' allcentered '}
|
|
1343
|
+
// onClick={() => {
|
|
1344
|
+
// setShowProductInfoModalContext(true);
|
|
1345
|
+
// setProductIdProdutInfoModalContext(item.productid);
|
|
1346
|
+
// }}
|
|
1347
|
+
// >
|
|
1348
|
+
// <div class="d-flex align-items-center justify-content-center">
|
|
1349
|
+
// {sectionproperties.cartBtn_iconFontSize != 0 && (
|
|
1350
|
+
// <i class="allcentered mr-2" style={{ color: sectionproperties.cart_iconcolor, fontSize: sectionproperties.cartBtn_iconFontSize }}>
|
|
1351
|
+
// {sectionproperties.carticonstyle == 'Shopping bag 1' && <FiShoppingBag class="" size={sectionproperties.cartBtn_iconFontSize} />}
|
|
1352
|
+
// {sectionproperties.carticonstyle == 'Shopping bag 2' && <CgShoppingBag class="" size={sectionproperties.cartBtn_iconFontSize} />}
|
|
1353
|
+
// {sectionproperties.carticonstyle == 'Shopping bag 3' && <BsBag class="" size={sectionproperties.cartBtn_iconFontSize} />}
|
|
1354
|
+
// {sectionproperties.carticonstyle == 'Shopping bag 4' && <RiHandbagLine size={sectionproperties.cartBtn_iconFontSize} />}
|
|
1355
|
+
// {sectionproperties.carticonstyle == 'Shopping cart 1' && <FiShoppingCart class="" size={sectionproperties.cartBtn_iconFontSize} />}
|
|
1356
|
+
// {sectionproperties.carticonstyle == 'Shopping cart 2' && <MdAddShoppingCart size={sectionproperties.cartBtn_iconFontSize} />}
|
|
1357
|
+
// </i>
|
|
1358
|
+
// )}
|
|
1359
|
+
// <p class="m-0 p-0">{langdetect == 'en' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic}</p>
|
|
1360
|
+
// </div>
|
|
1361
|
+
// </button>
|
|
1362
|
+
// )}
|
|
1363
|
+
// </div>
|
|
1364
|
+
// </div>
|
|
1365
|
+
// </div>
|
|
1366
|
+
// )}
|
|
1367
|
+
// </div>
|
|
1368
|
+
// {/* <div
|
|
1369
|
+
// class={props.sectiontypeprops2 == 'vertical' ? `${cardsstyles2.card}` + ' d-none d-md-flex w-100 ' : `${cardsstyles2.card}` + ' d-none d-md-flex '}
|
|
1370
|
+
// style={{
|
|
1371
|
+
// minWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.widthresponsive + 'px',
|
|
1372
|
+
// maxWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.widthresponsive + ' px',
|
|
1373
|
+
// }}
|
|
1374
|
+
// >
|
|
1375
|
+
// <div
|
|
1376
|
+
// class={
|
|
1377
|
+
// item.IsFavExists == true
|
|
1378
|
+
// ? `${cardsstyles2.iconsContainer} ${cardsstyles2.iconsContainer2}` + ' iconsContainer d-flex d-md-none '
|
|
1379
|
+
// : `${cardsstyles2.iconsContainer}` + ' iconsContainer d-flex d-md-none '
|
|
1380
|
+
// }
|
|
1381
|
+
// style={{ zIndex: 100 }}
|
|
1382
|
+
// >
|
|
1383
|
+
// {sectionproperties.favBtnShow == 'Show' && (
|
|
1384
|
+
// <button
|
|
1385
|
+
// class={`${cardsstyles2.wishlist_btn}` + ' mb-1 '}
|
|
1386
|
+
// onClick={() => {
|
|
1387
|
+
// addtofavoritescontext(item.productid);
|
|
1388
|
+
// }}
|
|
1389
|
+
// >
|
|
1390
|
+
// {item.IsFavExists && (
|
|
1391
|
+
// <i class="h-100 d-flex align-items-center justify-content-center icon">
|
|
1392
|
+
// {sectionproperties.faviconshape == 'Star Shape' && (
|
|
1393
|
+
// <AiFillStar size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />
|
|
1394
|
+
// )}
|
|
1395
|
+
// {sectionproperties.faviconshape == 'Heart Shape' && <FaHeart size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />}
|
|
1396
|
+
// </i>
|
|
1397
|
+
// )}
|
|
1398
|
+
// {!item.IsFavExists && (
|
|
1399
|
+
// <i class="h-100 d-flex align-items-center justify-content-center">
|
|
1400
|
+
// {sectionproperties.faviconshape == 'Star Shape' && <AiOutlineStar size={sectionproperties.favBtnIconfontsize} />}
|
|
1401
|
+
// {sectionproperties.faviconshape == 'Heart Shape' && <FaRegHeart size={sectionproperties.favBtnIconfontsize} />}
|
|
1402
|
+
// </i>
|
|
1403
|
+
// )}
|
|
1404
|
+
// </button>
|
|
1405
|
+
// )}
|
|
1406
|
+
// {sectionproperties.generalbtn_show == 'Show' && (
|
|
1407
|
+
// <button
|
|
1408
|
+
// class={` ${cardsstyles2.showmodal}`}
|
|
1409
|
+
// onClick={(e) => {
|
|
1410
|
+
// e.stopPropagation();
|
|
1411
|
+
// cardonclickfunctionContext(sectionproperties?.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
1412
|
+
// }}
|
|
1413
|
+
// >
|
|
1414
|
+
// <i class="h-100 d-flex align-items-center justify-content-center">
|
|
1415
|
+
// <BsEye size={sectionproperties.generalbtn_fontsize} />
|
|
1416
|
+
// </i>
|
|
1417
|
+
// </button>
|
|
1418
|
+
// )}
|
|
1419
|
+
// </div>
|
|
1420
|
+
// <div class={`${cardsstyles2.iconsContainer} ${cardsstyles2.iconsContainer2}` + ' iconsContainer d-none d-md-flex '} style={{ zIndex: 100 }}>
|
|
1421
|
+
// {sectionproperties.favBtnShow == 'Show' && (
|
|
1422
|
+
// <button
|
|
1423
|
+
// class={` ${cardsstyles2.wishlist_btn}` + ' mb-1 '}
|
|
1424
|
+
// onClick={() => {
|
|
1425
|
+
// addtofavoritescontext(item.productid);
|
|
1426
|
+
// }}
|
|
1427
|
+
// >
|
|
1428
|
+
// {item.IsFavExists && (
|
|
1429
|
+
// <i class="h-100 d-flex align-items-center justify-content-center icon">
|
|
1430
|
+
// {sectionproperties.faviconshape == 'Star Shape' && (
|
|
1431
|
+
// <AiFillStar size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />
|
|
1432
|
+
// )}
|
|
1433
|
+
// {sectionproperties.faviconshape == 'Heart Shape' && <FaHeart size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />}
|
|
1434
|
+
// </i>
|
|
1435
|
+
// )}
|
|
1436
|
+
// {!item.IsFavExists && (
|
|
1437
|
+
// <i class="h-100 d-flex align-items-center justify-content-center">
|
|
1438
|
+
// {sectionproperties.faviconshape == 'Star Shape' && <AiOutlineStar size={sectionproperties.favBtnIconfontsize} />}
|
|
1439
|
+
// {sectionproperties.faviconshape == 'Heart Shape' && <FaRegHeart size={sectionproperties.favBtnIconfontsize} />}
|
|
1440
|
+
// </i>
|
|
1441
|
+
// )}
|
|
1442
|
+
// </button>
|
|
1443
|
+
// )}
|
|
1444
|
+
|
|
1445
|
+
// {sectionproperties.generalbtn_show == 'Show' && (
|
|
1446
|
+
// <button
|
|
1447
|
+
// class={` ${cardsstyles2.showmodal}`}
|
|
1448
|
+
// onClick={(e) => {
|
|
1449
|
+
// e.stopPropagation();
|
|
1450
|
+
// cardonclickfunctionContext(sectionproperties?.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
1451
|
+
// }}
|
|
1452
|
+
// >
|
|
1453
|
+
// <i class="h-100 d-flex align-items-center justify-content-center">
|
|
1454
|
+
// <BsEye size={sectionproperties.generalbtn_fontsize} />
|
|
1455
|
+
// </i>
|
|
1456
|
+
// </button>
|
|
1457
|
+
// )}
|
|
1458
|
+
// </div>
|
|
1459
|
+
// {sectionproperties.length != 0 && (
|
|
1460
|
+
// <div
|
|
1461
|
+
// class="col-lg-12 col-md-12 col-sm-12 pl-0 pr-0 pl-sm-2 pr-sm-2"
|
|
1462
|
+
// style={{
|
|
1463
|
+
// paddingTop: sectionproperties.paddingTop + 'px',
|
|
1464
|
+
// paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
1465
|
+
// }}
|
|
1466
|
+
// >
|
|
1467
|
+
// <div
|
|
1468
|
+
// class="cursor-pointer"
|
|
1469
|
+
// style={{
|
|
1470
|
+
// backgroundColor: sectionproperties.image_bgcolor,
|
|
1471
|
+
// height: sectionproperties.image_height + 'px',
|
|
1472
|
+
// borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
|
|
1473
|
+
// borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
1474
|
+
// borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
|
|
1475
|
+
// borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
|
|
1476
|
+
// }}
|
|
1477
|
+
// >
|
|
1478
|
+
|
|
1479
|
+
// <Imagekitimagecomp
|
|
1480
|
+
// urlEndpoint={ikimagecredcontext?.ikimageendpoint}
|
|
1481
|
+
// publicKey={ikimagecredcontext?.ikimagepublickey}
|
|
1482
|
+
// path={'/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image}
|
|
1483
|
+
// style={{
|
|
1484
|
+
// width: '100%',
|
|
1485
|
+
// height: '100%',
|
|
1486
|
+
// objectFit: 'contain',
|
|
1487
|
+
// }}
|
|
1488
|
+
// loading="lazy"
|
|
1489
|
+
// onClick={() => {
|
|
1490
|
+
// setShowProductInfoModalContext(true);
|
|
1491
|
+
// setProductIdProdutInfoModalContext(item.productid);
|
|
1492
|
+
// }}
|
|
1493
|
+
// ></IKImage>
|
|
1494
|
+
// {item?.hassale == 1 && sectionproperties.prodsalePriceshow == 'Show' && (
|
|
1495
|
+
// <div
|
|
1496
|
+
// class="row m-0 align-items-center justify-content-center"
|
|
1497
|
+
// style={{
|
|
1498
|
+
// position: 'absolute',
|
|
1499
|
+
// top: 10,
|
|
1500
|
+
// left: 10,
|
|
1501
|
+
// height: sectionproperties.badge_height + 'px',
|
|
1502
|
+
// width: sectionproperties.badge_width + 'px',
|
|
1503
|
+
// backgroundColor: sectionproperties.badge_bgcolor,
|
|
1504
|
+
// borderRadius: sectionproperties.badge_borderradius + 'px',
|
|
1505
|
+
// paddingLeft: '10px',
|
|
1506
|
+
// paddingRight: '10px',
|
|
1507
|
+
// color: sectionproperties.badge_color,
|
|
1508
|
+
// }}
|
|
1509
|
+
// >
|
|
1510
|
+
// <div style={{ fontSize: sectionproperties.badge_fontsize + 'px' }}>{langdetect == 'en' ? sectionproperties.badgeContentEn : sectionproperties.badgeContentAr}</div>
|
|
1511
|
+
// </div>
|
|
1512
|
+
// )}
|
|
1513
|
+
// {sectionproperties.showpill == 'Show' && item.hassale == 1 && (
|
|
1514
|
+
// <div
|
|
1515
|
+
// class="allcentered"
|
|
1516
|
+
// style={{
|
|
1517
|
+
// position: 'absolute',
|
|
1518
|
+
// top: sectionproperties.pillpositionfromtop + 'px',
|
|
1519
|
+
// left: sectionproperties.pillpositionfromright + 'px',
|
|
1520
|
+
// width: sectionproperties.pillwidth + 'px',
|
|
1521
|
+
// height: sectionproperties.pillheight + 'px',
|
|
1522
|
+
// background: sectionproperties.pillbgcolor,
|
|
1523
|
+
// borderRadius: sectionproperties.pillborderBottomLeftRadius + 'px',
|
|
1524
|
+
// }}
|
|
1525
|
+
// >
|
|
1526
|
+
// <p class="m-0 p-0 text-uppercase" style={{ color: sectionproperties.pillcolor, fontSize: sectionproperties.pillfontSize + 'px', direction: 'ltr' }}>
|
|
1527
|
+
// {'-' + Math.round(10.0 * ((parseInt(item.defaultprice) - parseInt(item.defaultsaleprice)) / parseInt(item.defaultprice)) * 100) / 10.0 + '%'}
|
|
1528
|
+
// </p>
|
|
1529
|
+
// </div>
|
|
1530
|
+
// )}
|
|
1531
|
+
// </div>
|
|
1532
|
+
// <div
|
|
1533
|
+
// class={'row m-0 w-100 pl-sm-0 pr-sm-0'}
|
|
1534
|
+
// style={{
|
|
1535
|
+
// paddingLeft: '10px',
|
|
1536
|
+
// paddingRight: '10px',
|
|
1537
|
+
// paddingTop: '10px',
|
|
1538
|
+
// paddingBottom: '10px',
|
|
1539
|
+
// }}
|
|
1540
|
+
// >
|
|
1541
|
+
// <div class="col-lg-12 p-0">
|
|
1542
|
+
// {sectionproperties.prodCatShow == 'Show' && (
|
|
1543
|
+
// <p
|
|
1544
|
+
// class={`${cardsstyles2.productDescStyles}` + ' col-lg-12 wordbreak wordbreak1 p-0 m-0 '}
|
|
1545
|
+
// style={{
|
|
1546
|
+
// textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
1547
|
+
// }}
|
|
1548
|
+
// >
|
|
1549
|
+
// {plainString(langdetect == 'en' ? item.description_en : item.description_ar)}
|
|
1550
|
+
// </p>
|
|
1551
|
+
// )}
|
|
1552
|
+
|
|
1553
|
+
// {sectionproperties.prodNameShow == 'Show' && (
|
|
1554
|
+
// <div class="col-lg-12 p-0 " style={{ minHeight: '6vh' }}>
|
|
1555
|
+
// <p
|
|
1556
|
+
// onClick={() => {
|
|
1557
|
+
// cardonclickfunctionContext(sectionproperties?.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
1558
|
+
// }}
|
|
1559
|
+
// class={
|
|
1560
|
+
// sectionproperties.wordbreak == '1'
|
|
1561
|
+
// ? `${cardsstyles2.productNameStyles}` + ' wordbreak wordbreak2 m-0 '
|
|
1562
|
+
// : `${cardsstyles2.productNameStyles}` + ' wordbreak wordbreak2 m-0 '
|
|
1563
|
+
// }
|
|
1564
|
+
// style={{
|
|
1565
|
+
// textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
1566
|
+
// }}
|
|
1567
|
+
// >
|
|
1568
|
+
// {item.name}
|
|
1569
|
+
// </p>
|
|
1570
|
+
// </div>
|
|
1571
|
+
// )}
|
|
1572
|
+
// </div>
|
|
1573
|
+
// <div class="row m-0 w-100 align-items-center mt-1 mb-1">
|
|
1574
|
+
// {sectionproperties.prodPriceShow == 'Show' && (
|
|
1575
|
+
// <p
|
|
1576
|
+
// class={
|
|
1577
|
+
// langdetect == 'en'
|
|
1578
|
+
// ? `${cardsstyles2.productPricestyles}` + ' m-0 wordbreak d-flex align-items-center text-right text-sm-left '
|
|
1579
|
+
// : `${cardsstyles2.productPricestyles}` + ' m-0 wordbreak d-flex align-items-center text-left text-sm-right '
|
|
1580
|
+
// }
|
|
1581
|
+
// >
|
|
1582
|
+
// {langdetect == 'en' ? item.currencyname : ''} {item.hassale == 1 ? item.defaultsaleprice : item.defaultprice} {langdetect == 'en' ? '' : item.currencyname}
|
|
1583
|
+
// </p>
|
|
1584
|
+
// )}
|
|
1585
|
+
// {sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && <span class={`${cardsstyles2.productSalePricestyles}`}>/</span>}
|
|
1586
|
+
// {sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && (
|
|
1587
|
+
// <p
|
|
1588
|
+
// class={
|
|
1589
|
+
// langdetect == 'en'
|
|
1590
|
+
// ? `${cardsstyles2.productSalePricestyles}` + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto text-right text-sm-left '
|
|
1591
|
+
// : `${cardsstyles2.productSalePricestyles}` + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto text-left text-sm-right '
|
|
1592
|
+
// }
|
|
1593
|
+
// >
|
|
1594
|
+
// {langdetect == 'en' ? item.currencyname : ''} {item.defaultprice} {langdetect == 'en' ? '' : item.currencyname}
|
|
1595
|
+
// </p>
|
|
1596
|
+
// )}
|
|
1597
|
+
// </div>
|
|
1598
|
+
// <div class="d-flex align-items-center m-0">
|
|
1599
|
+
// {sectionproperties.cartBtnShow == 'Show' && (
|
|
1600
|
+
// <button
|
|
1601
|
+
// class={`${cardsstyles2.cart_btn}` + ' allcentered '}
|
|
1602
|
+
// onClick={() => {
|
|
1603
|
+
// setShowProductInfoModalContext(true);
|
|
1604
|
+
// setProductIdProdutInfoModalContext(item.productid);
|
|
1605
|
+
// }}
|
|
1606
|
+
// >
|
|
1607
|
+
// <div class="d-flex align-items-center justify-content-center">
|
|
1608
|
+
// {sectionproperties.cartBtn_iconFontSize != 0 && (
|
|
1609
|
+
// <i class="allcentered mr-2" style={{ color: sectionproperties.cart_iconcolor, fontSize: sectionproperties.cartBtn_iconFontSize }}>
|
|
1610
|
+
// {sectionproperties.carticonstyle == 'Shopping bag 1' && <FiShoppingBag class="" size={sectionproperties.cartBtn_iconFontSize} />}
|
|
1611
|
+
// {sectionproperties.carticonstyle == 'Shopping bag 2' && <CgShoppingBag class="" size={sectionproperties.cartBtn_iconFontSize} />}
|
|
1612
|
+
// {sectionproperties.carticonstyle == 'Shopping bag 3' && <BsBag class="" size={sectionproperties.cartBtn_iconFontSize} />}
|
|
1613
|
+
// {sectionproperties.carticonstyle == 'Shopping bag 4' && <RiHandbagLine size={sectionproperties.cartBtn_iconFontSize} />}
|
|
1614
|
+
// {sectionproperties.carticonstyle == 'Shopping cart 1' && <FiShoppingCart class="" size={sectionproperties.cartBtn_iconFontSize} />}
|
|
1615
|
+
// {sectionproperties.carticonstyle == 'Shopping cart 2' && <MdAddShoppingCart size={sectionproperties.cartBtn_iconFontSize} />}
|
|
1616
|
+
// </i>
|
|
1617
|
+
// )}
|
|
1618
|
+
// <p class="m-0 p-0">{langdetect == 'en' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic}</p>
|
|
1619
|
+
// </div>
|
|
1620
|
+
// </button>
|
|
1621
|
+
// )}
|
|
1622
|
+
// </div>
|
|
1623
|
+
// </div>
|
|
1624
|
+
// </div>
|
|
1625
|
+
// )}
|
|
1626
|
+
// </div> */}
|
|
1627
|
+
// </div>
|
|
1628
|
+
// );
|
|
1629
|
+
// };
|
|
1630
|
+
// export default Card23;
|