11

Product Attachments for Magento 2 - Amasty · PDF fileFor more details see the Product Attachments extension page. Product Attachments for Magento 2 Provide customers with additional

Embed Size (px)

Citation preview

For more details see the Product Attachments extension page.

Product Attachments for Magento 2

Provide customers with additional details about the products they purchase in your store. Theextension allows you to add manuals, licenses, warranties and other downloadble information right onproduct pages. Equip your attachments of any format with catchy icons to attract customers'attention.

Add files using handy drag-and-drop mechanismUpload the unlimited number of attachmentsSupport for any file typesTrack attachments downloadsEquip files with attractive icons

General Settings

To configure general extension settings please go to Stores → Configuration → AmastyExtensions → Product Attachments.

2017/11/24 10:37 3/11 Product Attachments for Magento 2

Display Attachments Block On Product Page — enable the attachments block display on thefrontend and backend product pages;

Customer Group to Show Attachments Block — specify customer groups for which theattachments will be visible;

Display Attachments Block if a Product Has Been Ordered — enable this option if you want toshow attachments block only after the product is ordered;

The option doesn’t hide all attachments for all products by default. To enable the option for specificproducts you need to switch the corresponding option on a particular product page as well.

Block Title On Product Page — specify the name of the attachment block for product pages;

Parent Block Name In Layout — specify where to display product attachments (either in a new tabor in any existing layout block);

Sibling Name — define the block position on a page;

Position — choose to place attachments in a new tab in the product info bar – specify its position inthe bar;

Last update: 2017/11/24 10:36 magento_2:product_attachments https://amasty.com/docs/doku.php?id=magento_2:product_attachments

Directory for Upload by FTP — specify the directory to upload attachments via FTP;

Autodetect File Mime Type on Download — set the option to Yes to let customers openattachments in a new browser window instead of downloading them.

Adding Files to a Product Page

To add new files for a specific product please go to Products → Catalog and open the necessaryproduct.

Expand the Product Attachments tab.

2017/11/24 10:37 5/11 Product Attachments for Magento 2

You can specify custom name for this tab by modifying the Block Title On Product Page option onthe General Settings page.

Click the Add New File link to add a new attachment. Then, please specify the following attachmentdetails:

Label — fill in the label that will be displayed on the frontend as the name of the attachment;

File Name — specify a separate file name for your internal use;

Attach File or Enter Link — attach a file either by adding it from your computer or by specifying thelink;

Customer Group — specify a customer group for which the attachment will be visible on thefrontend;

Show Only if a Product has been Ordered — enable this option if you want to display productattachments only when the product is ordered;

Visible — modify this option to hide or display the attachment.

If you show two or more attachments on a product page, you can specify the order for displaying files.Just drag the attachments to place them according to your needs.

Adding Files from the Grid

With the extension, you can add product attachments right on the grid. A new Upload Attachmentcolumn should appear on the product grid. Just drag-and-drop the file on the special area to upload it.

Last update: 2017/11/24 10:36 magento_2:product_attachments https://amasty.com/docs/doku.php?id=magento_2:product_attachments

Mass Actions with Attachments

To copy attachments from one product to other items please do the following:

Tick necessary items to which the files should be copied;Choose Copy Attachments from the actions dropdown;Specify ID of the product from which the attachments should be copied;Click Apply.

Attachments List

2017/11/24 10:37 7/11 Product Attachments for Magento 2

To see all attachments please go to Products → List Attachments.

Adding an Icon

To create a new attachment icon or edit already existing ones go to Products → Icon Management.

Last update: 2017/11/24 10:36 magento_2:product_attachments https://amasty.com/docs/doku.php?id=magento_2:product_attachments

Click the Add New Icon button or choose one of the existing icons:

Image — choose an icon from your computer;

Type — specify the file format for which the icon will be used;

Status — enable or disable a certain icon.

Hit the Save Icon button.

2017/11/24 10:37 9/11 Product Attachments for Magento 2

Download Reports

To see reports on file downloads please go to Reports → Product Attachments → Downloads.

Here you can see statistics on what attachments were downloaded, when this happened and whodownloaded the file.

Bulk Attachments Upload

To upload multiple files in bulk please go to Products → Product Attachment → Mass File Import.

Upload product attachments via FTP in the Upload Files tab;

Last update: 2017/11/24 10:36 magento_2:product_attachments https://amasty.com/docs/doku.php?id=magento_2:product_attachments

Create a CSV file to make uploaded documents match the right products (use this file as anexample:

example.zip);

Upload a CSV file in the Import CSV tab.

When creating a CSV file you can use the following attributes:

file nameproduct SKUfile titlesort ordercustomer group IDsshow only if a product has been orderedvisibleURL

Only the File Name and Product SKU attributes are required. Other attribute are optional.

You can see all uploaded files in the Uploaded Files tab. You can use the Actions dropdown menuto delete multiple files.

2017/11/24 10:37 11/11 Product Attachments for Magento 2

Placing Attachments

You can place attachments in any location. Please add this PHP code to any template of the productpage:

<?phpecho $block->getLayout()->createBlock('Amasty\ProductAttachment\Block\Catalog\Product\Attachment', '',['data'=>['custom mode'=> true, 'skip_head'=>true]])->toHtml(); ?>

Find out how to install the Product Attachments extension via Composer.

Rate the user guide from 0 votes (Details)

Rate 0 visitor votes 0 visitor votes 0 visitor votes 0 visitor votes 0 visitor votes

From:https://amasty.com/docs/ - Amasty Extensions FAQ

Permanent link:https://amasty.com/docs/doku.php?id=magento_2:product_attachments

Last update: 2017/11/24 10:36