How to Display Additional Information for each Product
With Bundly, you can enhance your bundle pages by displaying additional information for each product. This can include details such as:
- ⭐ Rating – e.g. "4.8 / 5 (267 reviews)"
- 🏷 Alternate title – a shorter shelf name or nickname
- 💬 Promo blurb – "Best-seller!" or "New flavour"
- 📦 Stock hint / purchase limit – "Only 3 left" or "Max 5 per customer"
- 💡 Any other text you can fit into a Shopify product metafield
How it works
Bundly reads a metafield on each variant/product and prints the value next to the item on the bundle page. No code edits are needed.
Pre-installed metafield
When you install Bundly we automatically create bundly.extra_data
on every product, so you can start typing right away — no manual metafield setup required.
1. Add the text in Shopify Admin
- Navigate to Shopify Admin → Products.
- Select a product you want to customize.
- Scroll down to Metafields → Bundly Extra Data (or any other metafield you prefer).
- Enter the text you want customers to see.
- Click Save.
Tip
Need different copy for each variant? Create a metafield on the variant-level and enter the value on the variant itself. Bundly will use the variant-level value first and fall back to the product-level value if it's empty.
2. Tell Bundly which metafield to render
- Open the Theme Editor from the bundle’s configuration page.
- Select the Bundle Information app block.
- In Custom data metafield, type
bundly.extra_data
(or any other metafield key you prefer). - Save the theme.
Tip
You can also use metaobjects or JSON-encoded metafields with the following naming scheme: namespace.key.field
.
That’s it. Refresh the bundle page and your extra text will appear beneath each item.
Additional Notes
- You can use HTML in the metafield value.
- You can style the text with CSS in the same app block (e.g., make ratings green, bold promo tags, etc.).
- You can use Shopify Flow to automatically update metafields at the product or variant level — for example, as shown in this Guide to Displaying Klaviyo product ratings.
Questions?
If anything’s unclear or you’d like us to handle the setup for you, just reach out to us at support@bundly.app — we’re happy to help.