Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 850 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 850 Bytes

magento2-pdf-invoice-image

#Features

  • Add Image for Order Item into Invoice PDF

Mannual Installation Instructions

go to Magento2Project root dir create following Directory Structure :
/Magento2Project/app/code/EmizenTech/InvoicePdfimage you can also create by following command:
cd /Magento2Project
mkdir app/code/EmizenTech
mkdir app/code/EmizenTech/InvoicePdfimage

now upload module files in /Magento2Project/app/code/EmizenTech/InvoicePdfimage

Enable Emizentech/InvoicePdfimage Module

to Enable this module you need to follow these steps:
  • Enable the Module
    bin/magento module:enable EmizenTech_InvoicePdfimage
  • Run Upgrade Setup
    bin/magento setup:upgrade