Merge version_1 into main #3
@@ -24,7 +24,6 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
product,
|
||||
isLoading,
|
||||
images,
|
||||
meta,
|
||||
variants,
|
||||
quantityVariant,
|
||||
selectedQuantity,
|
||||
@@ -149,7 +148,6 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<div id="productDetail" data-section="productDetail">
|
||||
<ProductDetailCard
|
||||
images={images}
|
||||
meta={meta}
|
||||
variants={variants}
|
||||
quantityVariant={quantityVariant}
|
||||
selectedQuantity={selectedQuantity}
|
||||
@@ -164,7 +162,6 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
items={cartItems}
|
||||
onRemove={removeItem}
|
||||
total={cartTotal}
|
||||
onCheckout={handleCheckout}
|
||||
isCheckoutLoading={isCheckoutLoading}
|
||||
/>
|
||||
<div id="footer" data-section="footer">
|
||||
|
||||
Reference in New Issue
Block a user