@ -35,7 +35,7 @@ const Services = ({
pushToCart ,
} ) => {
const [ filterCheck , setFilterCheck ] = useState ( null ) ;
const [ filterCheck , setFilterCheck ] = useState ( [ false , false , false , false ] ) ;
const [ filter , setFilter ] = useState ( {
search : "" ,
grade : "" ,
@ -109,7 +109,7 @@ const Services = ({
return (
< div
className = "flex items-start justify-between"
style = { { width : "93.5%" , direction : "rtl" , height : '100vh' } }
style = { { width : "93.5%" , direction : "rtl" } }
>
{ popup ? (
< ServicePopUp
@ -119,10 +119,10 @@ const Services = ({
) : null }
< div
className = "w-3/4 flex flex-col justify-center "
style = { { paddingTop : '5.5%' , height : '100vh' } }
style = { { marginTop : "5.5%" } }
>
< div
className = "h-48 w-full border-b border-red82OP my-4 px-10"
className = "relative h-48 w-full border-b border-red82OP my-4 px-10"
style = { { direction : "ltr" } }
>
{ / * {
@ -161,7 +161,7 @@ const Services = ({
/ >
< / d i v >
{ /* filters */ }
{ gameId != 6 && < div className = "flex mx-10 my-4 justify-start " >
{ gameId != 6 && < div className = "flex mx-2 my-4 justify-center " >
< div className = "flex items-center " >
< svg
xmlns = "http://www.w3.org/2000/svg"
@ -220,20 +220,24 @@ const Services = ({
< / g >
< / s v g >
< / d i v >
< div className = "flex items-center mx-6 pl-6 border-l-2 border-gray-300" >
< div className = "flex items-center mx-4 pl-6 border-l-2 border-gray-300" >
< div
className = { ` flex w-32 border-2 p-2 px-4 mx-2 justify-center items-center rounded-md cursor-pointer
className = { ` flex w-32 border-2 p-2 mx-2 justify-center items-center rounded-md cursor-pointer
hover : border - red52 hover : text - red52 hover : bg - pinkF5
$ { filterCheck == 'Online'
$ {
filterCheck [ 0 ]
? "border-red52 text-red52 bg-pinkF5"
: "border-gray200 text-gray-400"
} ` }
onClick = { ( prevState ) =>
setFilterCheck ( 'Online' )
setFilterCheck ( [
... prevState ,
( filterCheck [ 0 ] = ! filterCheck [ 0 ] ) ,
] )
}
>
< h3 > آنلاین < / h 3 >
{ filterCheck == 'Online' && (
{ filterCheck [ 0 ] && (
< div className = "flex w-full" style = { { direction : "ltr" } } >
< div className = "w-4 h-4 text-white text-sm rounded-full flex justify-center items-center bg-red52" >
< svg
@ -258,18 +262,22 @@ const Services = ({
) }
< / d i v >
< div
className = { ` flex w-32 border-2 p-2 mx-2 px-4 justify-center items-center rounded-md cursor-pointer
className = { ` flex w-32 border-2 p-2 mx-2 justify-center items-center rounded-md cursor-pointer
hover : border - red52 hover : text - red52 hover : bg - pinkF5
$ { filterCheck == 'Physical'
$ {
filterCheck [ 0 ]
? "border-red52 text-red52 bg-pinkF5"
: "border-gray200 text-gray-400"
} ` }
onClick = { ( prevState ) =>
setFilterCheck ( 'Physical' )
setFilterCheck ( [
... prevState ,
( filterCheck [ 0 ] = ! filterCheck [ 0 ] ) ,
] )
}
>
< h3 > حضوری < / h 3 >
{ filterCheck == 'Physical' && (
{ filterCheck [ 0 ] && (
< div className = "flex w-full" style = { { direction : "ltr" } } >
< div className = "w-4 h-4 text-white text-sm rounded-full flex justify-center items-center bg-red52" >
< svg
@ -306,23 +314,24 @@ const Services = ({
< / d i v > }
< div
className = { ` flex
} items - center w - full justify - center overflow - x - hidden overflow - scroll flex - wrap h - full ` }
className = { ` flex ${
gameId == 2 && "flex-col"
} items - center w - full justify - center flex - wrap ` }
>
{ books ? . map ( ( product , index ) => (
< div
< Link
// to={"/class/" + product?.id}
to = "#"
key = { ` PRODUCT__ ${ gameId } __ ${ index } ` }
onClick = { ( ) => {
setPopUpContent ( {
id : gameId ,
title : product ? . name ,
video : "" ,
teacher : product ? . vodTeacher ,
teacher : product . vodTeacher ,
description :
"در این قسمت یک توضیحات کوتاه در مورد دوره خواهد آمد که بصورت دو خط در این قسمت قرار می گیرد در این قسمت یک توضیحات کوتاه در مورد دوره خواهد آمد که بصورت دو خط در این قسمت" ,
price : product ? . price ,
price : product . product [ 0 ] . price ,
classHour : 21 ,
classMinute : 56 ,
image : 'https://narafella.ir/wp-content/uploads/2021/08/books-min.jpg' ,
@ -365,7 +374,7 @@ const Services = ({
index = { Number ( index ) }
productName = { ` ${ product ? . name } ` }
productCat = { ` پایه ${ grades [ product ? . gradeId ] } ` }
productPrice = { product ? . price }
productPrice = { product . product [ 0 ] . price }
// productImg={"https://dnvn.ir/api/v1/file/" + product?.fileIds}
numberOfRegards = { 160 }
productHolderBorder = ""
@ -385,11 +394,11 @@ const Services = ({
}
}
/ >
< / d i v >
< / L i n k >
) ) }
{
gameId == 6 &&
< div className = "w-3/4 p-8 py-10 flex mt-10 justify-between text-right items-center border-2 rounded-xl border-red52 " >
< div className = "w-3/4 p-8 py-10 flex mt-10 justify-between items-center border-2 rounded-xl border-red52 " >
< div className = "w-1/5" >
< h1 className = "text-red26 font-bold" > افزایش مبلغ دلخواه < / h 1 >
@ -414,12 +423,11 @@ const Services = ({
}
< / d i v >
< / d i v >
{ ! isMobile && < div className = "w-1/4 left-0" style = { { height : "100vh" } } >
{ ! isMobile && < div className = "w-1/4 fixed left-0" style = { { height : "100vh" } } >
< ShoppingCart / >
< / d i v > }
< / d i v >
) ;
}
) ; }
// Mobile Version
else {
return (
@ -493,7 +501,8 @@ const Services = ({
< div
className = { ` flex w-32 border-2 p-2 mx-2 justify-center items-center rounded-md cursor-pointer
hover : border - red52 hover : text - red52 hover : bg - pinkF5
$ { filterCheck [ 0 ]
$ {
filterCheck [ 0 ]
? "border-red52 text-red52 bg-pinkF5"
: "border-gray200 text-gray-400"
} ` }
@ -532,7 +541,8 @@ const Services = ({
< div
className = { ` flex w-32 border-2 p-2 mx-2 justify-center items-center rounded-md cursor-pointer
hover : border - red52 hover : text - red52 hover : bg - pinkF5
$ { filterCheck [ 1 ]
$ {
filterCheck [ 1 ]
? "border-red52 text-red52 bg-pinkF5"
: "border-gray200 text-gray-400"
} ` }