Adds the option for collecting details related to issuing an invoice or simply a receipt in the WooCommerce checkout.
Changes:
- 1.1.0 > Add details to customer and administrator email, add column to order list view, add short column, add icon to the left of the word “Invoice”
- 1.0.3 > Added translation file, Greek / English translation
- 1.0.2 > Added indication inside the order with text for receipt or invoice
- 1.0.1 > Added dropdown selection instead of checkbox
- 1.0.0 > Initial release.
To hide the “Company Name” field and use only the plugin, add the following CSS to your child theme
#billing_company{display:none!important;}