How do I get a tabbed section to be visible in one product page only

I’m having trouble with getting a section that has tabs to only appear in one page of a product. Each product has different information that needs to be on the tabs, such as pictures, information and graphs

Wix Stores Product pages, like other Wix apps, run similarly to dynamic pages - it’s one page in the editor, but will load different data according to the page slug you are visiting.

Because of this, if you add additional items to one of these pages, it will appear across all of that type of page.

The way to handle this is with code - and largely depends on your use case.

  • Do you need it appearing on specific pages?
  • If yes, is there a clear pattern to this - e.g. on products with a specific category?
  • If it’s a specific page, what needs to be included?
  • Is this information that’s already included in the Stores products, are are you contributing additional data from your own CMS collection?