Thursday 31 March 2005 12:53:38 pm
i have a class for a certain type of products. For example, buttons, and i want to sell them in 5 different colors. I created my class just like the "product" one and add the attribute for color. And on the templates i added:
<div class="attribute-color">
<p>
{attribute_view_gui attribute=$node.object.data_map.color}
</p>
</div>
I do get the options in the product and can choose a color, but when the costumer selects an option and buys the product there's no way for me to see which option (color) the costumer chose. It doesnt appear on the basket or order view. :S thanx
|