I marked this as a bug report, but i think a may be overlooking something again? I have a classifieds site with a product node. The user can specify during node creation or checkout the "update to a featured listing" attribute, I am using a checkbox for this. I have created a view to display these attribute adjusted nodes, however when I filter by attribute, It simply does not output? I have also noticed that when I go to the node/edit that the attribute checkbox is not checked (after it was checked on node creation) Has anyone encountered this before? -I would gladly pay a fee for fixing this if anyone is interested?

Comments

Durran’s picture

I may have spoken to soon.. I think my problem may be with the fact that I have no classes and only "product". I have used ubercart for a long time now and have never delved into classes which may have been a fundamental error. Is this why the attribute will not "stick" and thus not be a valid within the node or the view? -As a note, the attribute works fine within checkout and payment process. Any thoughts, or should I head back over to ubercart and study up more on the attribute/class first?

jerry’s picture

If you're filtering by product attribute, rather than order attribute, you'll need to ensure that you've assigned unique alternate SKU values to the product combinations. The product attribute filter was designed to show only in-stock items (unless stock checking for a given item is disabled), and the alternate SKU is required to find the item in the stock table.