Product Attributes
{if $mode == 'update'} {if count($attributes) > 0} {foreach from=$attributes item=attribute} {/foreach}
  Active Inventory Attribute Name Attribute Caption Priority Type Options  
  {if $attribute.attribute_type == 'select' || $attribute.attribute_type == 'radio'} {else}   {/if}

{if $attribute.is_modifier == 'Yes'}Is a price/weight modifier{/if}
Delete Attribute
To temporarily hide attribute, un-check the "Is Active" check box. Priority is used for sorting while site displaying attributes on product page.
{/if}
{if count($global_attributes) > 0} {/if}
{else}
  •   Custom attributes can be added after product is saved
{/if}
{if count($global_attributes) > 0}
Please choose global attributes {foreach from=$global_attributes item=attribute} {/foreach}
Please select Global Attributes you would like to assign with this product. To edit attributes click over "Add Attribute(s)" button

Please note: All the required fields on this page need to be completed before you can {$attributes_action}
{/if}
{field form=$addAttributeForm field="new_attribute[name]"} {field form=$addAttributeForm field="new_attribute[caption]"} {field form=$addAttributeForm field="new_attribute[priority]"}
{field form=$addAttributeForm field="new_attribute[attribute_type]"} {field form=$addAttributeForm field="new_attribute[text_length]"} {field form=$addAttributeForm field="new_attribute[is_active]"} {field form=$addAttributeForm field="new_attribute[track_inventory]"}
{form form=$addAttributeForm}
You are allowed to enter an unlimited number of attributes to any product. Attributes allow you to give your customer's choices for any product. Examples include size, color, or type. Each new selection must be entered on a new line for it to appear correctly. If the attribute is a price modifier, you need to tell the system to increase or decrease the price (+ or -) between parenthesis ( ) at the end of each attribute. You may use actual amounts or percentages. You can also modify shipping weight on an attribute by entering the increase or decrease after the price and separated by a comma. Examples below.

Small(-25,-0.25) Decrease price by 25, decrease weight by 0.25
Medium(-10%,+1) Decrease price by 10%, increase weight by 1
Large(0,+2) Price will remain the same, increase weight 2
X-Large(+10.00) Increase price by 10