I'm trying to setup the Products module v2.12.1 with Cart 1.8.1
I've searched high and low, but can't figure out why the drop down list for my product attribute (colour) is not populating on the site. The drop down form object is displaying but the fields are empty so there is nothing to select, even though when I do {$entry|print_r}, it outputs all the attributes that I entered...!?
Is there something I need to add to the Add to Cart template in the Cart module - the default is:
Code: Select all
{if isset($attribute_count) && $attribute_count gt 0}
{foreach from=$attributes item='attrib'}
{$attrib->name}: {$attrib->control}
{/foreach}
{/if}
Thanks in advance.