ghostunicorns/module-docs-order

Module that associate documents to order and crypt it on filesystem

1.1.1 2021-11-16 09:30 UTC

This package is not auto-updated.

Last update: 2025-03-05 00:07:56 UTC


README

This module only works with ghostunicorns/module-docs, first take a look to https://github.com/ghostunicorns/ghostunicorns-module-docs

Description

With this module you can archive order documents in Magento filesystem and encrypt it within standard Magento crypt key.

Install

composer require ghostunicorns/module-docs-order

Configure

  1. Log-in your Magento backend

  2. Go to Stores > Configuration > Documents > Configuration and enable it

Frontend Use

Login as customer in Magento frontend

Go to My Orders -> View Order

Download, upload or delete your documents in this section.

Backend Use

Login on Magento Backend

Go to Sales -> Orders -> Choose an order -> Documents

Download or delete documents uploaded by customer in this section.

Contribution

Yes, of course you can contribute sending a pull request to propose improvements and fixes.