How to link a button

Topic summary

A user wants to create a button on their Shopify product page that automatically scrolls visitors down to a bundle offer section when clicked.

Proposed Solution:

  • Navigate to Online Store > Themes > Customize
  • Locate the Bundle Offer section and add an anchor ID (e.g., “bundle-offer”) in the section settings
  • Configure the button link to use the anchor format: #bundle-offer

This approach uses anchor links to enable smooth scrolling between page sections directly through the theme editor, without requiring custom code. The solution assumes the theme supports anchor link/ID fields in section settings.

Summarized with AI on October 27. AI used: claude-sonnet-4-5-20250929.

Hello guys, I have a question about my section button. I want that if somebody clicks the button that my product page will automatically scroll the user to by bundle offer as you see in the 2nd image. How can I do that?

@NikosBat ,

  1. Go to Online Store > Themes > Customize.

  2. On the product page, find the Bundle Offer section and click it.

  3. In the section settings, look for an “Anchor link” or “ID” field (some themes like Dawn allow this). Enter:

    CopyEdit

    bundle-offer

  4. Now, scroll to your button section. In the button link field, enter:

    arduino

    CopyEdit

    #bundle-offer

This will scroll the user to the bundle offer section when the button is clicked, right from the theme editor.

If it resolves your issue, please mark my answer as a solution, or if you want me to fix ping me