PRODUCTDETAIL COMPONENT

Full product page with image gallery, variant selection, quantity picker, and product information.

Full Product Detail Page

Classic Band Tee

Classic Band Tee

(127 reviews)

€ 29,99

100% cotton vintage-style band tee with premium screen printing. Pre-shrunk for the perfect fit.

In Stock (50 available)
Free shipping on orders over $50
30-day return policy
1-year warranty included

CODE EXAMPLE

product-detail-example.tsxtsx
1import { ProductDetail } from '@/components/fanbace/product-detail';
2import { useProduct, useCart } from '@/lib/sdk';
3
4export default function ProductPage({ productId }: Props) {
5 const { product, loading } = useProduct(productId);
6 const { addItem } = useCart();
7
8 if (loading) return <ProductDetailSkeleton />;
9 if (!product) return <ProductNotFound />;
10
11 return (
12 <ProductDetail
13 product={product}
14 onAddToCart={(variant, quantity) => {
15 addItem({
16 productId: product.id,
17 variantId: variant.id,
18 quantity,
19 });
20 }}
21 onAddToWishlist={(product) => {
22 // Handle wishlist
23 }}
24 showReviews
25 showRelatedProducts
26 />
27 );
28}

PROPS

PropTypeDefaultDescription
productProduct-Product data with variants and images
onAddToCart(variant, qty) => void-Callback when add to cart is clicked
onAddToWishlist(product) => void-Callback for wishlist button
showReviewsbooleantrueShow customer reviews section
showRelatedProductsbooleantrueShow related products carousel

PRODUCT DETAIL WITH TABS

100% cotton vintage-style band tee with premium screen printing. Pre-shrunk for the perfect fit.

  • Premium quality materials
  • Screen-printed graphics
  • Pre-shrunk for perfect fit
  • Machine washable