Page 1 of 1

Product attributes not displaying?!

Posted: Sun Jun 19, 2011 11:39 pm
by ncd
Hi all,

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}
Hopefully I've missed something simple!

Thanks in advance.

Re: Product attributes not displaying?!

Posted: Fri Sep 16, 2011 2:36 pm
by GroeneKaktus
Same problem here !

Re: Product attributes not displaying?!

Posted: Thu Oct 27, 2011 12:11 am
by whiteduck
Hi
did you come up with a solution? >>> because I have the same problem with the attribute drop down list being vacant.
cheers WD

Re: Product attributes not displaying?!

Posted: Thu Oct 27, 2011 4:43 pm
by Dr.CSS
Are you making sure they are set to 'public' ?...

Re: Product attributes not displaying?!

Posted: Thu Dec 15, 2011 6:49 pm
by kidcardboard
I'm having the same problem
Dr.CSS wrote:Are you making sure they are set to 'public' ?...
I think you're thinking of the field definitions (ie. image, quantity on hand, dimensions), not the attributes (ie. size, color)

Re: Product attributes not displaying?!

Posted: Thu Dec 15, 2011 8:25 pm
by kidcardboard
Did some digging and I think I found how to do it. Go to E-Commerce->Calguys Ecommerce Base->Supplier Settings and hit submit (hitting Reset might do it too). I first did it with selecting something in the Supplier Modules multiselect, but then tried it with nothing selected and it still worked.