Good Day.
I'm trying to get the colors associated with a product of the home in a module of my theme, probe by applying the following:
{if isset($product.color_list)}
<div id="more-color" class="color-list-container" >{$product.color_list}</div>
{/if}
but it does not show me the colors associated with the product.
Is there any other way to show the colors?
I hope you can help me
Greetings