Shopify Embed

Drop your Shopify
right into the site

Native Buy Buttons and hosted-page embeds — customers add to cart and check out without ever leaving GGC Printing Co.

Single product

Paste a numeric Shopify Product ID (find it in Shopify Admin → Products → the URL ends in /products/…/1234567890). Renders a native card with variants + add-to-cart.

Preview will appear here.

How to reuse anywhere

Drop the <ShopifyBuyButton /> component on any page or route:

import { ShopifyBuyButton } from "@/components/ShopifyBuyButton";

<ShopifyBuyButton id="8123456789012" node="product" />
<ShopifyBuyButton id="456789012345"  node="collection" />