Appearance
Reviews and FAQ
Two blocks on the product page carry trust content: Customer reviews shows ratings and quotes, and Collapsible row gives you expandable FAQ or terms rows. Both are optional blocks in the Product section.
Where review content comes from
Reviews are read from a product metafield named wonpa.reviews. It holds a JSON list, one object per review, with these keys:
authorandlocationrating— a whole number from 1 to 5date—YYYY-MM-DDtitleandbodyverified— true or false
The theme reads that metafield. It doesn't collect reviews or run a submission form. Populate the metafield yourself, or point it at whatever process fills it.
Note: This is a theme metafield, not Shopify Product Reviews or a review app. If you use a review app, its own on-page widget is separate from this block.
How reviews render
Add the Customer reviews block to show them. When the metafield has entries, the block renders full-width below the two-column grid: a summary panel with the average score, star rating, and a per-star distribution, then the individual review cards. A verified entry gets a "Verified buyer" mark.
The Title block also shows a compact star summary with the average and review count. It links down to the reviews block.
When a product has no reviews, the block shows a short "No reviews yet" empty state rather than a blank gap. The compact summary in the title shows nothing until at least one review exists.
FAQ and terms rows
The Collapsible row block is a single expandable row in the info column. Use it for shipping and freight, care, wholesale terms, or a product FAQ. Add one block per row and drag to reorder.
Each Collapsible row block has:
- Heading — the row label, always visible.
- Text — the rich text revealed when the row opens. Leave it blank to show a heading with nothing under it.
- Icon — an optional icon beside the heading: None, Question, Box, Truck, or Shield.