by Jim » Fri Apr 09, 2010 3:44 pm
The [-- STORE.productfieldx --] tags give you the text name that you have associated with the extra product fields. The actual content of the field is displayed with the [-- PRODUCT.Fieldx --] tags
So if under Preferences > Extra fields you assigned Author to Product field 1 and in the Product you assigned Mark Twain and you want to display both on a product page you would use
[-- STORE.productfield1 --]: [-- PRODUCT.Field1 --]
in your template and the output on the page would be
Author: Mark Twain