Ewonta January 23 Hello Add the code {foreach from=$product.specific_references item=reference key=key} <dt class="name">{$key}</dt> <dd class="value">{$reference}</dd> {/foreach} to your theme file at themes/our_theme/templates/catalog/_partials/product-variants.tpl
Ewonta January 23 Hello Add the code {foreach from=$product.specific_references item=reference key=key} <dt class="name">{$key}</dt> <dd class="value">{$reference}</dd> {/foreach} to your theme file at themes/classic/templates/catalog/_partials/product-variants.tpl