Variants are Unavailable on Prestige Theme

Topic summary

Variants on product pages are not showing in the Prestige theme (v4.4.5) even though they were added to each product. “Variants” refers to product options (e.g., size, color) that should appear for selection on the storefront.

An attempted fix used a JavaScript snippet to initialize theme sections via jQuery’s document ready, registering multiple sections including product-template → theme.Product. This did not resolve the issue, and the variants remain invisible in preview.

The code snippet is central to the attempted troubleshooting, but no errors or behavior changes were reported after adding it.

A participant requested the site URL and, if applicable, the storefront password to perform a direct check and diagnose the problem.

Status: unresolved. Action item: provide site link and password for inspection. No confirmed cause, workaround, or decision to change themes yet; the discussion is open and awaiting further details.

Summarized with AI on February 12. AI used: gpt-5.

I am using the theme Prestige version 4.4.5, and I cannot see the variants which I have added to my products on the website. The variants are no where to be found when previewing the website, despite the fact that I added them to each product.

I tried using this script:

$(document).ready(function() {
  var sections = new theme.Sections();
  sections.register('collections-list-template', theme.FeaturedCollections);
  sections.register('collection-row-section', theme.CollectionRows);
  sections.register('collection-template', theme.Collection);
  sections.register('header-section', theme.HeaderSection);
  sections.register('list-collections-template', theme.ListCollections);
  sections.register('map-section', theme.Maps);
  sections.register('product-template', theme.Product);
  sections.register('slideshow-section', theme.SlideshowSection);
});

It hasn’t worked for me. Is there anything I can do to fix this? I could just change this to a different theme where the variants are working, but I’d like to try fixing this first.

Hi @rafoson123 ,

Please send your site and if your site is password protected, please send me the password. I will check it.