Attributes

There are 4 fields that are dealing with attributes. These are:

Attribute

The attribute value is used to give the customer different options for a product. This can be the different sizes and colors of a shirt. Your field value would then look like Size,XL[+1.99],M,S[-2.99];Color,Red,Green,Yellow,ExpensiveColor[=24.00]. Note: there is no comma or semi-colon at the and of the line.

Custom Attribute

The custom attribute value will present the customer with a text input box. The size of the product can be specified by the customer. If you have a custom attribute called “Size”, the customer can type in what size they want. Your field value will look like Size;Color. Note: there is no semi-colon at the and of the line.

Attributes

The attributes value is a list of options that are added to the child product. The options are added in the format of Work::1|Duration::2. This is constructed as name::list order followed by the pipe symbol (|) to separate multiple attributes.

Attribute Values

These values are giving to child products and used in conjunction with attributes. When there are attributes specified this is shown on screen as for example: Summer work - Work(); Duration(). The attribute values fill in the space between the parenthesis. The attribute values are added as Work::Light|Duration::2 hours. This will result in the child product listed as Summer work - Work(Light); Duration(2 hours). The format of adding attribute values is Work::Light|Duration::2 hours. This is constructed as attribute::attribute value, multiple values separated by a pipe symbol (|).

 
csvimproved/explained/attributes.txt · Last modified: 2008/03/02 08:41 by rolandd
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki