enable add to cart always but if product has variant redirect user to the details

This commit is contained in:
2025-10-07 23:06:00 +03:00
parent da9d7f8eb3
commit 9b98c4d5fe
3 changed files with 28 additions and 26 deletions

View File

@@ -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({