Forums / General / Classes Attributes Problem

Classes Attributes Problem

Author Message

Mihai007 Pop

Sunday 01 January 2006 12:17:49 pm

I have changed my Product class and added a multioption attribute. Then I have created an actual product and saw that it had two multi-options already added. I have filled in my info with the price per option, and stored the product.

Tried to view it, but the options do not show up. Cleared caches and it still does not show the options on the product view page. (either admin or user interface)

What am I doing wrong? Can someone please help me out?

bisk

Monday 02 January 2006 5:17:59 am

Have you modified your product override template? You need to add some template code to output the ezmultioption view template for your new attribute.

example:

{attribute_view_gui attribute=$node.object.data_map.mynewattributeidentifier}

-------------------------------
http://www.kookfijn.nl & http://www.magento.be

Mihai007 Pop

Sunday 08 January 2006 4:59:28 am

Thanks for the fast reply - it worked :)