web/components/Cards/CardCategories/page.jsx

125 lines
4.5 KiB
React
Raw Normal View History

2024-02-05 01:40:57 +03:30
"use client";
2024-02-16 19:36:30 +03:30
import AppContext from "@ctx/AppContext";
2024-01-10 11:04:28 +03:30
import Image from "next/image";
2024-02-16 19:36:30 +03:30
import Link from "next/link";
2024-01-10 11:04:28 +03:30
import PersianNumber from "plugins/PersianNumber";
2024-02-16 19:36:30 +03:30
import { useContext } from "react";
2024-02-11 17:24:30 +03:30
import logo from "../../../public/images/logo.png";
2024-02-16 19:53:36 +03:30
import AddToCart from "../Components/AddToCart/page";
2024-04-12 19:00:01 +03:30
import hyphenateString from "plugins/HyphenateString/page";
2024-02-05 01:40:57 +03:30
const CardCategories = ({ data }) => {
const CTX = useContext(AppContext);
const cart = CTX.state.cart;
2024-04-12 19:00:01 +03:30
const hyphenatedName = hyphenateString(data.persianName);
2024-01-10 11:04:28 +03:30
return (
2024-02-11 17:24:30 +03:30
<div className="group border border-gray-50 w-full hover:bg-white z-40 tr03">
2024-01-10 11:04:28 +03:30
<>
<div
className={` tr03 py-2 overflow-hidden xs:h-[200px] lg:h-[230px] ${
1 == 1 ? " rounded-xl" : " opacity-70"
}`}
// key={index}
// onClick={() => handleRoutineShiftPlanWithDay(index)}
>
2024-02-05 01:40:57 +03:30
{data.hasDiscount && (
2024-02-11 17:24:30 +03:30
<div className="absolute m-3 ">
<div className="w-fit rounded-lg bg-red-600 overflow-hidden px-1 ">
<p className="mb-0 text-[10px] text-white pt-[3px] ">
<PersianNumber
number={data.discountPercent}
style={"!text-[12px]"}
/>
<small className="text-[10px] ml-1">%</small>
</p>
</div>
2024-02-05 01:40:57 +03:30
</div>
)}
{data.hasDiscount && (
<div className=" m-3 ">
2024-02-11 17:24:30 +03:30
<div className="absolute mt-[30px] ">
<div className="w-fit rounded-lg bg-secondary-600 overflow-hidden px-2 !py-0 h-fit ">
2024-02-05 01:40:57 +03:30
<p className="mb-0 text-white text-[10px] ">اصالت کالا</p>
</div>
</div>{" "}
</div>
)}
2024-04-12 19:00:01 +03:30
<Link href={`/products/${data.id}/${hyphenatedName}`}>
2024-02-11 17:24:30 +03:30
<div className="w-full h-fit flex justify-center ">
{!!data.mainImage ? (
<Image
src={`${process.env.NEXT_PUBLIC_STORAGE_URL}/${data.mainImage}`}
2024-02-22 20:45:50 +03:30
width={200}
height={200}
className="xs:!w-[110px] lg:!w-[130px] mx-auto"
2024-02-29 11:59:52 +03:30
alt={`${data.persianName} - ${data.englishName}`}
2024-02-11 17:24:30 +03:30
/>
) : (
<div className="xs:!w-[85px] lg:!w-[85px] h-[90px] mt-10 ">
<Image
src={logo}
2024-02-22 20:45:50 +03:30
className="xs:!w-[70px] lg:!w-[70px] mx-auto opacity-25 mt-5"
2024-02-29 11:59:52 +03:30
alt="وسمه"
2024-02-11 17:24:30 +03:30
/>
</div>
)}
2024-02-05 01:40:57 +03:30
</div>
<div className="p-3 text-right">
<p className="mb-0 xs:text-[12px] lg:text-[12px] xl:text-[15px] max-h-[50px] tr03 ">
{data.persianName}{" "}
</p>
2024-02-11 17:24:30 +03:30
2024-02-22 20:45:50 +03:30
{data.stock <= 3 && data.stock !== 0 && (
<p className="mb-0 text-[11px] text-red-600 font-medium">
{data.stock} عدد موجود انبار
2024-01-10 11:04:28 +03:30
</p>
2024-02-05 01:40:57 +03:30
)}
</div>
</Link>
2024-01-10 11:04:28 +03:30
</div>
</>
2024-02-05 01:40:57 +03:30
2024-01-10 11:04:28 +03:30
<div className=" rounded-full flex ltr p-3 mt-2">
2024-02-11 17:24:30 +03:30
<div className="flex w-full">
2024-02-16 18:23:02 +03:30
<AddToCart data={data} theme={1} />
2024-01-10 11:04:28 +03:30
</div>
<div className="w-full text-right rounded-full">
2024-02-11 17:24:30 +03:30
{data?.hasDiscount ? (
2024-01-10 11:04:28 +03:30
<div className="flex justify-end">
<p className="mb-0 font-bold text-sm absolute opacity-40 mt-[-7px] ml-[20px] text-red-600">
<del>
2024-02-11 17:24:30 +03:30
<PersianNumber
number={(data?.cost / 10).toLocaleString()}
style={"text-[13px]"}
/>
2024-01-10 11:04:28 +03:30
</del>
</p>
<div className="flex rtl mt-[8px]">
{" "}
<p className="mb-0 font-bold">
2024-02-11 17:24:30 +03:30
<PersianNumber
number={(data?.costWithDiscount / 10).toLocaleString()}
/>
2024-01-10 11:04:28 +03:30
</p>
<small className="mr-1 mt-[3px]">تومان</small>
</div>
</div>
) : (
<div className="flex rtl mt-[3px]">
{" "}
<p className="mb-0 font-bold text-lg">
2024-02-11 17:24:30 +03:30
<PersianNumber number={(data?.cost / 10).toLocaleString()} />
2024-01-10 11:04:28 +03:30
</p>
<small className="mr-1 mt-[6px]">تومان</small>
</div>
)}
</div>
</div>
</div>
);
};
export default CardCategories;