An open-source plugin that belongs to Famcare.app, Allow WooCommerce stores to issue ZATCA QR invoices.
- Download the latest version
- Install and active it!
- Go to WooCommerce > Settings > General > ZATCA, fill the seller name and tax number.
- Add QR code to PDF invoices (using Print Invoice & Delivery Notes for WooCommerce Plugin)
- Add QR code image to REST-API order object
- Add QR code to user dashboard order page.
{
"qr_code" : "https://famcare.app/link_to_image.png"
}
Contribution, issues and feature request are welcome!
Feel free to contribute in any way you want.
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request