enable add to cart always but if product has variant redirect user to the details
This commit is contained in:
@@ -129,6 +129,7 @@ const MenuSkeleton = ({
|
||||
border: "3px solid var(--background)",
|
||||
zIndex: 10,
|
||||
overflow: "hidden",
|
||||
padding: 10
|
||||
}}
|
||||
/>
|
||||
|
||||
@@ -213,6 +214,7 @@ const MenuSkeleton = ({
|
||||
height: "32px",
|
||||
borderRadius: "50%",
|
||||
overflow: "hidden",
|
||||
padding: 5,
|
||||
}}
|
||||
/>
|
||||
))}
|
||||
@@ -240,7 +242,7 @@ const MenuSkeleton = ({
|
||||
display: "flex",
|
||||
gap: 8,
|
||||
overflow: "hidden",
|
||||
marginBottom: isMobile ? "4rem" : isTablet ? "8px" : "16px",
|
||||
marginBottom: isMobile ? "1rem" : isTablet ? "8px" : "16px",
|
||||
}}
|
||||
>
|
||||
{Array.from({
|
||||
|
||||
Reference in New Issue
Block a user