Page 1 of 1

Ant Movie Catalog Custom Field

Posted: 2012-09-21 08:10:22
by alexchini
Hi all,
I ve look around the forum but i didn't find any topic about this, i ve imported my catalog from another (EAX) so i ve create some custom fields and in amc work all fine.
Now i wanna create a template for show all this in html viewbut i didn't find any way to put the custom field in a new template. My question is which label have a custom field?

THx :)

Posted: 2012-09-21 12:21:02
by soulsnake
Hi,

All tags for HTML template can be found in AMC Help (F1 -> Export to another format -> Export to HTML).
- $$ITEM_CF_ + custom field TAG in upper case = Custom field value
- $$LABEL_CF_ + custom field TAG in upper case = Label of custom field
In last version 4.1.2 [BETA], you can edit current template directly with HTML templates editor (Rigth click on HTML Viewer > Edit...). You will have access to all HTML tags directly in toolbar menu.

Soulsnake.

Posted: 2012-09-21 14:07:07
by alexchini
:grinking: THX