mirror of
https://github.com/vercel/commerce.git
synced 2025-07-25 11:11:24 +00:00
feat(poc): finalize cart
This commit is contained in:
@@ -5,6 +5,7 @@ import { Suspense } from 'react';
|
||||
import { AddToCart } from 'components/cart/add-to-cart';
|
||||
import Grid from 'components/grid';
|
||||
import Footer from 'components/layout/footer';
|
||||
import { VariantSelector } from 'components/product/variant-selector';
|
||||
import ProductGridItems from 'components/layout/product-grid-items';
|
||||
import { Gallery } from 'components/product/gallery';
|
||||
import Prose from 'components/prose';
|
||||
@@ -97,7 +98,7 @@ export default async function ProductPage({ params }: { params: { handle: string
|
||||
</div>
|
||||
|
||||
<div className="p-6 lg:col-span-2">
|
||||
{/* <VariantSelector options={product.options} variants={product.variants} /> */}
|
||||
<VariantSelector options={product.options} variants={product.variants} />
|
||||
|
||||
{product.descriptionHtml ? (
|
||||
<Prose className="mb-6 text-sm leading-tight" html={product.descriptionHtml} />
|
||||
|
Reference in New Issue
Block a user