How can I make the contents of "poduct field 1" appear as product names on web pages instead of the actual product names?
in the pr.vars.sst, I've tried changing:
# Determine what the product name should be #
[-- IF PRODUCT.DisplayName "checked" --]
[-- VAR.pr_name PRODUCT.Name --]
to:
# Determine what the product name should be #
[-- IF PRODUCT.DisplayName "checked" --]
[-- VAR.pr_name PRODUCT.Field1 --]
but that did nothing. Am I editing the wrong file? using incorrect syntax?
...sorry for what seems like a stupid question.