Product Specification:
The product document upload extension allows admin users to upload product specification documents that can be displayed on the product detail page. The extension facilitates admin users to create an attribute that allows to upload documents. This extension will add an "upload files" type to the "Catalog input type for store owner" select box in the product attribute form field. This extension supports multiple file formats.
Technical Requirements/Compatible with:
Magento Community 2.3.1 to 2.4.x
Supported Languages:
English and German
Installation:
To install the module follow the steps below.
- Download the module/extension and unzip it.
- Access your web server directories and upload the content of the folder into app/code/Pits/ProductDocumentsUpload directory.
- Run the following commands to complete the installation.
- Enable the module - php bin/magento module:enable
- Update of the database - php bin/magento setup:upgrade
- Generate and pre-compile classes - php bin/magento setup:di:compile
- Deploy static files - php bin/magento setup:static-content:deploy
Configuration:
- From the admin backend, go to Stores > Attributes > Product > Add New Attribute
- The upload attribute selected can be add to the required attribute set as like general attributes.
- In the attribute “Storefront Properties” tab set "Visible on Catalog Pages on Storefront" and "Used in Product Listing" to Yes.
- The add attachment to the product
- Save the product and flush the cache.
- Visit the product in the frontend,
- Click on the link to download the file
Features :
Supported File Formats :
'jpg', 'jpeg', 'gif', 'png', 'pdf','xls', 'xlsx', 'doc', 'docx','zip', 'ppt', 'pptx', 'flv', 'mp3','mp4', 'csv', 'bmp', 'txt','rtf', 'psd','dvi'
File Upload Size :
The upload file size depends on upload_max_filesize and post_max_size. Open php.ini file and set upload_max_filesize and post_max_size(example: post_max_size=10M ,upload_max_filesize=10M )
Change log/Release Notes:
Version 1.0.3: Apr 6, 2023
- Compatible with Open Source (CE): 2.4.6
Version 1.0.2: Nov 1, 2022
- Compatible with Open Source (CE): 2.4.5
Version: 1.0.1: June 8, 2022
- Compatible with Open Source (CE): 2.4.4
Version 1.0.0: March 16, 2022
- Provision to create file upload attributes.
- File size and type checks are included.
- Integration with simple, virtual, configurable, grouped and bundled products.
- Compatible with open source (CE) 2.3.1 to 2.4.x
Support
If you have questions use our contact form in webshopextension.com.