hawksama/magento-2-pdf-invoice-generator

Magento 2 PDF invoice generator

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 1

Language:HTML

Type:magento2-module

1.0.5 2021-08-14 07:08 UTC

This package is auto-updated.

Last update: 2025-06-27 22:23:16 UTC


README

Install via composer (Recommended)

composer require hawksama/magento-2-pdf-invoice-generator;
php bin/magento setup:upgrade;
php bin/magento setup:di:compile;

How to upgrade

composer update hawksama/magento-2-pdf-invoice-generator;
php bin/magento setup:upgrade;
php bin/magento setup:di:compile;

FAQs

Q: My site is down

A: First, disable the module to be sure that the store is working:

php bin/magento module:disable Hawksama_Invoice ;
php bin/magento cache:flush;
php bin/magento cache:clean;

Support