magepsycho / magento2-product-pdf-file-attachment
Product PDF Attachment
Installs: 1 584
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 7
Open Issues: 1
Type:magento2-module
This package is auto-updated.
Last update: 2024-10-23 14:39:29 UTC
README
Magento 2 Product Attachment
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.
Installation
- Download the extension .zip file and extract the files.
- Copy the extension files from src/ folder to the {your-magento2-root-dir}/app/code/MagePsycho/ProductAttachment (create non-existing folders manually)
- 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
- Flush the store cache
php bin/magento cache:flush
- Deploy static content - in Production mode only
rm -rf pub/static/* var/view_preprocessed/*
php bin/magento setup:static-content:deploy
- Go to Admin > CATALOG > Product Attachment > Manage Settings
Live Demo:
Changelog
Version 1.0.0 (2022-01-16)
- Initial Release.
Authors
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.