6,323
edits
Line 97: | Line 97: | ||
==== Editing the product ==== | ==== Editing the product ==== | ||
===== Adding values to a field that's already filled ===== | ===== Adding values to a field that's already filled ===== | ||
You just have to prefix add_ before the name of the field. | |||
<pre> | <pre> | ||
add_categories | add_categories | ||
add_labels | add_labels | ||
add_brands | add_brands | ||
… | |||
</pre> | </pre> | ||