Forums / Developer / Product options for a group of products

Product options for a group of products

Author Message

Zdenek Ziegler

Saturday 18 June 2005 10:02:32 am

Hi,
I want to have more groups of options in one place in the admin - I have folder Properties where I put them. I created a new class Property, with attribute multi-option. Then I want to assign this Property to a folder of products or to one product. So in both product and folder classes I added attribute Object relations, and then created relations between Property and Folder.
The goal is to change the property in one place in the admin and all products or group of products have the property updated.
I was successful to display this properties in product detail, but I don't know how to display them in the basket. When I added this properties within the Add to basket form, I got kernel error in ezshopoperationcollection.php on line 197.
Also, I want to count the price of the property as percent of product price - any idea how to achive this?The only idea I have is to change the multi-option datatype or create a new datatype.
Thank's for your help,
Zdenek