Main issue: locating the star rating code in a Shopify store’s theme.
Key steps and inputs:
- Helper requested the store URL and the theme file (product-template.liquid). The store URL was provided.
- The requester shared portions of product-template.liquid code, though fragmented and lengthy; screenshots were referenced.
Outcome / latest update:
- The requester found the star rating code under the snippets file product-price.liquid and confirmed the location.
- The helper responded that review code may not be in that file and suggested the ratings likely come from a product review app.
Context / technical terms:
- product-template.liquid and product-price.liquid are Shopify theme files; “snippets” are reusable partial templates.
- Star ratings are often injected by a product review app rather than hardcoded in core theme files.
Status:
- Partially resolved. The requester identified a code location, but there’s an open question whether the ratings are app-injected. Next step is to check installed product review apps for the source of the star rating.