A box is a saved design (template + styling + which fields show). You reuse it across many products by pointing a shortcode at an ASIN.
The shortcode
[pr box="ASIN" preset="your-box"]
box— the Amazon product ID (ASIN) to display.preset— the saved box whose look to use.
The default box
Tick “Make this my default box” on any box and you can drop just [pr box="ASIN"] anywhere — it uses that box automatically, no preset needed. Great for consistency across a site.
Show / hide fields
Each box has a Show / hide fields panel: title, image, price, buy button, rating, features, spec sheet, badges. Toggle exactly what appears.
Per-box overrides in the shortcode
Override details inline without editing the box, e.g. set a rating or button label:
[pr box="B08N5WRWNW" preset="review-card" rating="4.6"]
See the full attribute list in the Shortcode reference.
