--- title: "Can I link directly to a specific product on my online checkout?" slug: "can-i-link-directly-to-a-specific-product-on-my-online-checkout" description: "How to send guests straight to a specific product, section or date in your online checkout using overlay checkout buttons or full-page direct links." tags: ["Fix"] updated: 2026-08-22T02:38:10Z published: 2026-08-22T02:38:10Z canonical: "mysupport.roller.software/can-i-link-directly-to-a-specific-product-on-my-online-checkout" --- > ## Documentation Index > Fetch the complete documentation index at: https://mysupport.roller.software/llms.txt > Use this file to discover all available pages before exploring further. # Can I link directly to a specific product on my online checkout? Yes. Instead of sending guests to your checkout home page, you can link them straight to a specific section, product, or product and date, so they have fewer steps to complete before they pay. Both progressive checkout experiences support this. How you set it up is what differs. - **Overlay checkout:** opens over your website as a side panel, so guests never leave your site. - **Full-page checkout:** opens as a standalone page in a new tab, which you link to from your website, socials or campaigns. | Link to | Overlay checkout | Full-page checkout | | --- | --- | --- | | A specific product | Yes, your web developer adds code to a button, using the product's ID | Yes, you copy the product's URL from your checkout | | A specific section (eg Memberships) | Yes, your web developer adds code to a button, using the section name | Yes, you copy your products page URL and add the section name on the end, eg `?section=Memberships` | | A specific date | Yes, your web developer adds code to a button, using the date | Yes, you select the date before copying the product's URL | | The whole checkout | Yes, your web developer adds code to a button | Yes, you copy your checkout's share link | This applies to progressive checkouts. ## Overlay checkout: link to a product, section or date With the overlay checkout, you can configure a button on your website that opens the checkout exactly where you want. You can open it at a specific product so guests add it to their cart and pay, at a specific section (eg a Book a party button that opens your parties section), or on a specific date you set, which suits seasonal passes. These can be combined, like a specific product on a specific date. Each option uses a small piece of code on your button, so you'll need a web developer. For the code and setup steps, see [Add the overlay checkout experience to your website](/v1/docs/add-the-overlay-checkout-experience-to-your-website). ## Full-page checkout: link to a product, section or the whole checkout With the full-page checkout, you can copy links straight from your checkout and add them to your website, social pages or marketing campaigns. No code is needed. To link to a specific product, open your checkout, browse to the product and copy the URL from your browser address bar. To open that product on a specific date, select the date before you copy the URL. For section links, general checkout links and full setup steps, see [Add the full-page checkout experience to your website and social pages](/v1/docs/add-the-full-page-checkout-experience-to-your-website-and-social-pages). ## Promote a specific event When you link guests straight to a product without a date, they land on the product with the calendar open and may need to scroll to find the date they want. If you're promoting a specific event, include the date in your link so guests can go straight to booking. ### Where to set this up These links and buttons are configured as part of adding your checkout to your website. Start with [Share your online checkout](/v1/docs/share-your-online-checkout) to choose the right experience, then follow the matching setup guide below. - **Using the overlay checkout?** Follow [Add the overlay checkout experience to your website](/v1/docs/add-the-overlay-checkout-experience-to-your-website) and give the button code to your web developer. - **Using the full-page checkout?** Follow [Add the full-page checkout experience to your website and social pages](/v1/docs/add-the-full-page-checkout-experience-to-your-website-and-social-pages) to copy your links. - **Not sure which experience to use?** [Share your online checkout](/v1/docs/share-your-online-checkout) compares the overlay and full-page options. **Using a legacy checkout?** You can link to a specific product, but not to a section or a date. ## Related - [Add the overlay checkout experience to your website](/add-the-overlay-checkout-experience-to-your-website.md) - [Add the full-page checkout experience to your website and social pages](/add-the-full-page-checkout-experience-to-your-website-and-social-pages.md) - [Share your online checkout](/share-your-online-checkout.md)