RedDragon Accessories
Artifacts of the Flame
Each accessory is a forged expression of the Builder’s Creed — designed with discipline, clarity, and conscience.
{% for accessory in shop.metaobjects.reddragon_accessory.values %} {% if accessory.is_visible %}
{% endif %} {% endfor %}
{{ accessory.title }}
{% if accessory.subtitle %}{{ accessory.subtitle }}
{% endif %}{{ accessory.symbolism }}
{% if accessory.price %}
{{ accessory.price | money }}
{% endif %} {% if accessory.creed_reference %}
Inspired by {{ accessory.creed_reference.title }}
{% endif %}2️⃣ Create the Template file Add /templates/metaobject.reddragon_accessory.json { "name": "RedDragon Accessory Template", "sections": { "main": { "type": "reddragon-accessory-section", "settings": {} } }, "order": ["main"] }