magepsycho/magento2-product-pdf-file-attachment

Product PDF Attachment

1.0.1 2022-10-05 14:18 UTC

This package is auto-updated.

Last update: 2024-04-23 13:39:29 UTC


README

Magento 2 Product Attachment

Magento 2 Product Attachment

Packagist Version Packagist Downloads Supported Magento Versions License

Overview

Magento 2 Product Attachment extension allows attaching additional information such as manuals, warranty, recipes, etc. in different formats (pdf, doc, jpg, zip, etc.) to the product page.

Key Features

  • Option to enable/disable the extension as per store
  • Option to attach different types of files (pdf, doc, jpg, zip, etc.)
  • Option to configure attachment labels

Feature Highlights

Product Attachment

With this extension, store admin can attach/upload different file types to provide additional information about the product.
And user can view and download the attachment from the tab of the product page.

M2 Product Attachment - Product Edit Page

M2 Product Attachment - Product Storefront Page

Installation

  1. Download the extension .zip file and extract the files.
  2. Copy the extension files from src/ folder to the {your-magento2-root-dir}/app/code/MagePsycho/ProductAttachment (create non-existing folders manually)
  3. Run the following series of command from SSH console of your server:
php bin/magento module:enable MagePsycho_ProductAttachment --clear-static-content
php bin/magento setup:upgrade
  1. Flush the store cache
php bin/magento cache:flush
  1. Deploy static content - in Production mode only
rm -rf pub/static/* var/view_preprocessed/*
php bin/magento setup:static-content:deploy
  1. Go to Admin > CATALOG > Product Attachment > Manage Settings

Live Demo:

Changelog

Version 1.0.0 (2022-01-16)

  • Initial Release.

Authors

  • Raj KB [Maintainer] Twitter Follow
  • {{this could be you}} (see "Contribution" section)

Need Support?

If you encounter any problems or bugs, please create an issue on GitHub.

Please visit our store for more FREE / paid extensions OR contact us for customization / development services.

Contribution

Any contribution to the development of Magento 2 Product Attachment is highly welcome.
The best possibility to provide any code is to open a pull request on GitHub.