|
||
Here you can see a list of the currently selected product's attachments. Attachments are a concept of attaching multiple files to your products and documents in Kentico CMS. In your on-line store, they can be used e.g. to create an image gallery of the given product.
You can upload a new attachment using the New attachment () link. You can also perform the following actions with the attachments in the list:
•Edit () - if the attachment is an image, clicking the icon opens it in the built-in image editor. If the attachment is not an image, the metadata editor is opened after clicking the icon.
•Delete () - removes the attachment from the product.
•Move up () and Move down () - re-orders the attachments. The order is stored in the AttachmentOrder property of each attachment. You can enter AttachmentOrder into the ORDER BY expression property of a displaying web part to have the attachments ordered accordingly.
|
Please note
The order of attachments is not versioned with products' workflow. This means that if you change the order of attachments in one version of a product, the order is changed in all other versions too.
|
•Clone () - allows you to quickly create a copy of the selected item, including its configuration. You can then modify it as required.
•Update () - enables you to replace the original attachment with a new one.
•After clicking an attachment's name, the attachment is opened.
After clicking the icon in the header of the Actions column, a context menu is displayed, offering options for export of listed data to various types of files.
More information about the Attachments module can be found in Developer's Guide -> Content management -> File management -> Document attachments.
Further information about products can be found in E-commerce Guide -> Managing your store -> Products.