Product attributes not displaying?!

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
ncd
Forum Members
Forum Members
Posts: 57
Joined: Tue Sep 29, 2009 1:12 am

Product attributes not displaying?!

Post 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.
GroeneKaktus
Forum Members
Forum Members
Posts: 46
Joined: Sat Mar 06, 2010 10:38 am

Re: Product attributes not displaying?!

Post by GroeneKaktus »

Same problem here !
whiteduck
Forum Members
Forum Members
Posts: 13
Joined: Sun Apr 03, 2011 1:16 pm

Re: Product attributes not displaying?!

Post 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
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Product attributes not displaying?!

Post by Dr.CSS »

Are you making sure they are set to 'public' ?...
User avatar
kidcardboard
Forum Members
Forum Members
Posts: 54
Joined: Mon Sep 28, 2009 5:25 pm

Re: Product attributes not displaying?!

Post 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)
User avatar
kidcardboard
Forum Members
Forum Members
Posts: 54
Joined: Mon Sep 28, 2009 5:25 pm

Re: Product attributes not displaying?!

Post 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.
Post Reply

Return to “Modules/Add-Ons”