Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -197,7 +197,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
quantity={quantityVariant}
|
||||
ribbon={meta.ribbon}
|
||||
inventoryStatus={meta.inventoryStatus}
|
||||
inventoryQuantory={meta.inventoryQuantity}
|
||||
inventoryQuantity={meta.inventoryQuantity}
|
||||
sku={meta.sku}
|
||||
buttons={[
|
||||
{ text: "Add To Cart", onClick: handleAddToCart },
|
||||
|
||||
Reference in New Issue
Block a user