Description
🚀 New Launch: Flexi BOGO for WooCommerce
The only BOGO plugin with a revenue tracking feature. Now, at an attractive introductory price. Check out our new plugin here.
Print Invoice & Delivery Notes for WooCommerce allows store owners to generate, customise, and print order documents directly from the WooCommerce admin. Supports five document types: invoices, receipts, delivery notes, credit notes, and packing slips.
Store owners can generate PDFs, attach them to WooCommerce order emails, and allow customers to access and print documents from their account page and order emails.
Ideal for stores that want a straightforward way to manage order documents for customers and accounting, without creating them manually.
Key Features
Five Document Types
- Invoice – professional billing document with sequential numbering
- Receipt – payment confirmation document
- Delivery Note – dispatch document for shipments
- Packing Slip – warehouse-ready picking document
- Credit Note – refund and return document
Customisable Templates
Each template is independently configurable with a live preview:
- Company logo with adjustable scale and alignment
- Document title, shop name, address, phone, and email
- Billing and shipping address labels and styles
- Font sizes, font weight, text colours, and alignment per section
- Watermark with custom text, opacity, angle, and repeat layout
- Footer text, policies, complimentary close, and customer notes
- Enable or disable individual sections per template
Sequential Invoice Numbering
- Customisable number format with placeholders: {next_number}, {order_number}, {order_date}, {year}, {month}, {customer_name}, and more
- Optional yearly reset with a configurable starting number per year
- Manually adjustable next invoice number
PDF Generation and Storage
- Generate and store PDFs for all document types
- Configurable PDF expiration — automatically delete stored files after a set number of days
- Customisable PDF filename per template using order data placeholders
- Attach PDFs automatically to WooCommerce order emails
Add Print Links and PDF Attachments to Emails
- Attach PDFs to customer and admin WooCommerce emails
- Control which order statuses trigger attachments
- Select specific WooCommerce email types to attach to
- Add print links to customer and admin emails with customisable link text
- Send PDFs to additional custom email addresses
Bulk Print WooCommerce Order Documents
- Select multiple orders from the WooCommerce Orders page
- Print or generate merged PDFs for multiple orders at once using Bulk Actions
Customer Access to Documents
- Print buttons on the My Account Orders page
- Print buttons on the order confirmation (thank you) page
- Print links in order emails
- Guest access via secure tokens — no login required
- Customisable button labels per document type
Additional Features
- Live preview – see template changes in real time before saving
- RTL support – configurable text direction for right-to-left languages
- Dashboard onboarding – setup checklist to guide initial configuration
- Keeps documents accurate when orders are refunded
- Advanced extensibility via hooks and filters
- Theme overrides – copy templates to your theme folder to customise HTML output without losing changes on update
Developer Support and Extensibility
The plugin exposes hooks and filters for developers to extend document output, PDF generation, and email delivery. Key filter categories include:
- Template rendering –
wcdn_template_data,wcdn_template_css,wcdn_locate_template,wcdn_dynamic_css - Order item display –
wcdn_order_item_name,wcdn_order_item_quantity,wcdn_formatted_item_price,wcdn_product_meta_data,wcdn_order_item_fields - Invoice number and date –
wcdn_order_invoice_number,wcdn_order_invoice_date - PDF output –
wcdn_pdf_paper_size,wcdn_pdf_orientation,wcdn_pdf_dpi,wcdn_pdf_filename - Email delivery –
wcdn_administrator_emails,wcdn_custom_email_recipients,wcdn_custom_email_message_body - Document availability –
wcdn_template_types_from_order,wcdn_allowed_statuses_[template]
Action: wcdn_after_pdf_generated fires after a PDF is created.
Need Help?
- Visit the WordPress support forums
- Check the documentation for common answers
If you find the plugin useful, a ⭐⭐⭐⭐⭐ rating is always appreciated — it helps other store owners discover the plugin.
Contributing
If you have a patch, or stumbled upon an issue with the source code that isn’t a WooCommerce issue, you can contribute this back on GitHub.
Translating
When your language is missing you can contribute a translation to the GitHub repository.
Some of our Pro plugins:
Some of our other free plugins:
External Services
This plugin communicates with our tracking server to send usage data only if the user has explicitly opted in to usage tracking. For detailed information about what is tracked, please refer to our usage tracking documentation.
Installation
Minimum Requirements
- PHP 7.4 or later
- WordPress 6.0 or later
- WooCommerce 5.0 or later
Automatic installation
Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of Print Invoice & Delivery Notes for WooCommerce, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.
In the search field type “WooCommerce Print Invoice” and click Search Plugins. Once you’ve found the plugin you can view details about it such as the the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”.
Manual installation
The manual installation method involves downloading the plugin and uploading it to your webserver via your favourite FTP application. The WordPress codex contains instructions on how to do this here.
FAQ
-
How do templates work?
-
Templates are pre-designed layouts for your documents. You can enable or disable each template (Invoice, Receipt, Delivery Note, etc.) and customize their sections, fonts, colors, and content. Changes are reflected in real-time in the preview pane.
-
Why does the order print show a 404 page?
-
This usually happens due to permalink settings — resave your WordPress Permalinks or WooCommerce Print Settings and ensure a My Account Page is selected in WooCommerce settings.
-
How can I translate the plugin?
-
Upload your .mo and .po files to
/wp-content/languages/plugins/using the correct locale (e.g.woocommerce-delivery-notes-it_IT.mo). -
Does this plugin modify order data?
-
No, the plugin only reads WooCommerce order data to generate documents and does not modify any order information.
-
What is the difference between an invoice and a receipt?
-
An invoice requests payment before it is made, while a receipt confirms that payment has already been received.
-
Ensure the print button option is enabled, the document template is active, and order status rules are properly configured.
-
How do I enable automatic PDF attachments to emails?
-
Enable PDF attachments for customer or admin emails in the Documents tab, and configure order status rules if needed.
-
Is the plugin GDPR compliant?
-
Yes, the plugin stores minimal data beyond WooCommerce, but storing generated PDFs should be disclosed in your privacy policy.
-
Can I change item prices in documents?
-
No, document prices come directly from WooCommerce orders, though you can choose the price source in the Templates settings.
Reviews
Contributors & Developers
“Print Invoice & Delivery Notes for WooCommerce” is open source software. The following people have contributed to this plugin.
Contributors“Print Invoice & Delivery Notes for WooCommerce” has been translated into 41 locales. Thank you to the translators for their contributions.
Translate “Print Invoice & Delivery Notes for WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
7.0.2 – 23/04/2026
- Fix – Fatal error displayed on edit order page after 7.0 update when HPOS was disabled.
- Fix – Bulk actions dropdown displayed blank labels after 7.0 update.
7.0.1 – 22/04/2026
- Fix – Resolved an issue where a missing static file prevented the page from loading correctly after 7.0.0 update.
7.0.0 – 22/04/2026
This release is a complete overhaul of the plugin. The admin interface has been rebuilt using React and the plugin codebase has been fully restructured.
* Enhancement – Rebuilt the admin interface using React, with dedicated Dashboard, Templates, Settings, and FAQs pages.
* Enhancement – Added support for five document types: Invoice, Delivery Note, Receipt, Credit Note, and Packing Slip.
* Enhancement – Added PDF generation and storage for order documents, powered by Dompdf, with configurable file expiration.
* Enhancement – Added sequential invoice numbering with optional yearly reset and a configurable starting number per year.
* Enhancement – Added per-template customisation options including logo, colours, font sizes, watermark, and layout settings.
* Enhancement – Added support for attaching documents to WooCommerce order emails.
* Enhancement – Added a REST API layer for all admin operations including settings, templates, and PDF generation.
* Enhancement – Added a data migration routine to carry over settings and invoice counters from previous versions.
* Tweak – Restructured the plugin codebase with a service-based architecture and Composer autoloading.
* Tweak – Replaced the legacy template engine with a new renderer supporting theme overrides.
* Tweak – Added SCRIPT_DEBUG and WCDN_SCRIPT_DEBUG support to switch between minified and unminified assets.
* Tweak – Updated codebase to align with WordPress Coding Standards.
6.0.0 – 27/01/2026
- Fix – Fatal error on the template settings page caused by an invalid string offset type.
- Fix – Fatal error triggered by an undefined method call when all orders are archived on the site.
- Fix – Added the wcdn_custom_print_url filter for print action buttons on the order edit page.
- Fix – Fixed a security vulnerability that allowed guest users to access invoices without a valid token.
- Fix – Resolved all PHPCS warnings and aligned the code with WordPress Coding Standards to enhance quality and maintainability.
5.9.0 – 23/12/2025
- Fix – Address lines in the invoice displayed incorrectly in RTL mode.
- Fix – Improved input sanitization and validation in invoice template settings to prevent a potential remote code execution vulnerability.
- Tweak – Updated for compatibility with WordPress 6.9.0.
- Tweak – Updated for compatibility with WooCommerce 10.4.3.
5.8.0 – 23/09/2025
- Fix – Additional options created with the Extra Product Options & Add-Ons for WooCommerce plugin not displaying on item meta on Invoice, Delivery Notes, and Receipt templates.
- Fix – Meta keys showing instead of addon values for the YITH WooCommerce Product Add-Ons plugin on Invoice, Delivery Notes, and Receipt templates.
- Fix – Item meta data styling and layout issues on templates.
5.7.0 – 13/06/2025
- Fix – Issue where variation item meta (such as size and color) was not appearing on invoices due to changes in the latest WooCommerce update v9.9.0.
5.6.0 – 27/05/2025
- Fix – Invoice numbers were not generated in ascending order based on the order ID.
- Fix – Added wcdn_invoice_order_total_label filter to allow “Total” and “Subtotal” labels in the default invoice template.
- Fix – Compatibility issue with the Sales By State plugin, causing a critical error when printing the invoice template.
- Fix – Function name conflict by adding a wcdn prefix to all plugin functions, preventing issues like PHP Fatal error: Cannot redeclare function get_product_name().
- Tweak – Updated for compatibility with WordPress 6.8.1.
- Tweak – Updated for compatibility with WooCommerce 9.8.5.
5.5.0 – (04.03.2025)
- Fix- Issue where bulk printing was being initiated multiple times. Added a popup for bulk action selection and a print button to open the print window in a new tab.
- Fix- Added the ‘allow_user_email_order_access’ filter to allow non-logged-in users to access the Print link in emails.
- Fix- Fixed broken logo issue in the Simple template of the plugin.
- Fix- Security vulnerability by preventing direct access to PDF files and adding unique keys to PDF filenames.
- Fix- PHP fatal error: “Uncaught Error: Call to a member function get_meta() on bool” when the invoice number was missing on the edit order page.
5.4.1 – (18.12.2024)
- Fix- Vulnerability in the ‘wcdn_remove_shoplogo’ AJAX action by adding proper capability checks. This ensures that only authorized users can modify the shop logo.
5.4.0 – (05.12.2024)
- Fix- Resolved an issue preventing guest users from viewing the invoice via the Print button on the order received page and the print link in the order email.
- Fix- Added a notice for logged-out users to log in when attempting to access invoices via a direct link or Print link in the order email.
5.3.0 – (21.11.2024)
- Fix – Anyone could view customer invoices by simply visiting the URL in the format sent in the email.
- Fix – PHP Notice: Trying to access array offset on value of type bool.
- Fix – A slash was added before single quotes in the Shop address field after saving setting.
- Tweak – Started loading the external resources(js, css, images) from the plugin itself instead of external URLs.
- Tweak – Removed the call to our tracking server to fetch the deactivation reasons and added them in the plugin itself.
5.2.0 – (22.10.2024)
- Enhancement – Added the ‘wcdn_show_print_button_for_order_status’ filter to control the visibility of the print button on the My Account page based on order status.
- Fix – Deactivation survey request was being sent even though ‘Skip & deactivate’ was selected while deactivating the plugin.
- Fix – Invoice, receipt, and delivery notes buttons not appearing on the order edit page.
- Fix – Refunded products not being removed from the invoice, receipt, and delivery notes.
- Fix – FAQ page incorrectly appearing in the Dashboard menu.
- Fix – Resolved admin.js loading error on order edit and listing pages.
- Fix – Conflict with the Conditional Checkout Fields for WooCommerce plugin, where it was not allowing to add or edit conditional checkout fields.
- Fix – Strings that have not been translation ready.
5.1.0 (02.07.2024)
- Fix- Fixed an error in the debug log when the “Numbering” option is disabled.
- Fix- Fixed a critical error on the invoice with the Woo Donations plugin to ensure compatibility.
- Fix- Fixed the PDF font size for the default template.
- Fix- Added new hook ‘wcdn_head_pdf’ to apply css to PDF.
- Fix- Fixed the issue where printing orders in bulk did not separate individual orders onto separate pages.
- Fix- Added a meta name of robots content noindex in the templates.
5.0.2 (12.06.2024)
- Fix – HTML tags are not functioning properly on the invoice.
- Fix – Fatal error while placing the order, due to conflic with PDF Invoices & Packing Slips for WooCommerce plugin.
5.0.1 (07.06.2024)
- Fix – Logo was getting printed twice after v5.0 update.
- Fix – Bulk Action Print Invoice issue.
5.0.0 (05.06.2024)
This release contains a major update for the plugin, focusing primarily on the all-new backend user interface, along with several bug fixes.
Major Updates:
- Changed the UI of plugin settings page.
- Added a setting for template type, and now customize your template with different settings.
- Added a template setting page to customize the template.
- Added live preview for customization of the template.
- Added size setting for the company logo.
- Added setting To store PDF files for a specific duration.
- Added email attachment with template PDF files.
- Added Invoice menu in the WooCommerce menu.
Bug fixes :
- Fix – Bulk printing being initiated multiple times
- Fix – Translations for the print link in emails do not work
4.9.0 (27.02.2024)
- Fix – Cross-site request forgery vulnerability in the plugin.
- Fix – Added a filter called ‘wcdn_print_text_in_email’ & ‘wcdn_print_view_in_browser_text_in_email’ for changing the “Print: Open print view in browser” text in email URL.
- Fix – Fatal Error on the edit order page.
- Fix – Additional product metadata is printed in the invoice.
- Fix – Added a filter called ‘wcdn_address_billing’ to the shipping address Title.
- Fix – Incorrect order date in the invoice.
4.8.1 (10.10.2023)
- Fix – Same invoice number & invoice date was displayed on all invoices and the counter was not being increased.
- Fix – Error Notice was displayed on the settings page with PHP 8.2.
4.8.0 (04.10.2023)
- Enhancement – Compatibility With WooCommerce High Performance Order Storage (HPOS)
- Fix – Fatal error was displayed in the Invoice with WooCommerce Product Add-ons plugin.
4.7.3 (21.03.2023)
- Fix – Cross-Site Request Forgery vulnerability in the plugin.
4.7.2 (02.02.2023)
- Fix – Fixed a Reflected XSS vulnerability in the plugin.
- Fix – Fixed a fatal error which occurs when plugins apart from ours are customizing the Bulk Actions on the WooCommerce Orders page.
4.7.1 (07.12.2022)
- Fix :- Fix :- Removed the labels for shipping and billing address. This was added in 4.7.0, which is now reverted back.
4.7.0 (06.12.2022)
- Fix :- Logo was not showing on Android phone earlier. This is fixed now.
- Fix :- Display labels for shipping and billing address
- Fix :- Removed redundant “Refund” line.
- Fix :- Compatibility with WooCommerce Product Addons plugin. All the fields from the plugin will be shown in the Invoice, Receipt & Delivery Note.
4.6.5 (08.02.2022)
- Enhancement :- Added an option to print the invoice text in Right to Left direction.
- Enhancement :- Added a filter called ‘wcdn_product_meta_data’ to remove the meta fields of the product in the invoice.
- Fix :- Quantity column was showing wrong total in the print invoice on the frontend when the invoice contains WooCommerce Composite products.
- Fix :- Extra tabs were added in the bulk action print link.
- Fix :- When using the file field in the WooCommerce Product Addons plugin whole path was getting printed instead of the filename.
- Fix :- The invoice number was not appearing when we open the invoice from the Order email sent to the customer.
- Fix :- Debug log errors are been fixed.
4.6.4 (21.07.2021)
- Fix :- After updating to v4.6.3 , fatal error was coming in some sites where the invoice template has been customized by copying print-content.php file in the theme folder. This is fixed now.
4.6.3 (19.07.2021)
- Fix :- Fixed the errors coming with PHP 8.
- Fix :- Shipping address was not printed in invoice when the order is created manually. This is fixed now.
- Fix :- When printing receipts, the number of downloaded files is displayed as “%s files”. This is fixed now. Props to @inc2734 for the PR.
- Dev :- Translated the plugin in Korean language. Props to @shga89 for the PR.
4.6.2 (11.12.2020)
Enhancement :- Added an option to insert the print link in the admin emails.
Fix :- Strings of Bulk Printing options were not getting translated. This is fixed now. Props to @pomegranate
Fix :- Finnish language locale name was incorrect. This is fixed now.
Fix :- Custom fields on WooCommerce product page from Product Input Fields for WooCommerce plugin were not coming in the invoice. This is fixed now.
Fix :- The BULK printing options of WooCommerce DYMO Print (PRO version) stopped working after installing our Print invoices plugin. This has been fixed. Props to @pepbc
Tweak :- In FAQ page changed the code snippet to add the products image in the invoice.
4.6.1 (23.10.2020)
- Fix :- Tracker cron event was not running properly which is fixed now.
- Dev :- With the help of filters now able to change the name of the print invoice and delivery notes in the dropdown menu on Orders page.
4.6.0 (22.09.2020)
- Fix :- Notice was coming since WooCommerce V4.4.0 which is fixed now.
- Fix :- Bulk printing function was using old hooks & filters.Have changed them with the new ones.
- Dev :- Now the Total number of quantity of the products in the row of quantity in invoice will be shown.
- Dev :- With the help of filter now one can hide the child products in Composite Products.
- Dev :- Translated the plugin in Greek language. Props to @edeuter for the PR.
Minimum Requirements: WooCommerce 3.0
4.5.5 (12.03.2020)
- Changed the plugin name to ‘Print Invoice & Delivery Notes for WooCommerce’
4.5.4 (11.03.2020)
- Compatibility with WooCommerce v4.0.0
4.5.3 (26.09.2019)
- The plugin now allows 3rd party code to add order item data on the print-content.php template. Props to @doozy for the PR.
4.5.2 (23.08.2019)
- Fixed the issue of Print buttons not working on sites with PHP versions below 7.0.
4.5.1 (21.08.2019)
- Fixed the issue of Print buttons not showing up on Order details page after the 4.4.9 update.
4.5.0 (21.08.2019)
- Added a missing file from v4.4.9.
4.4.9 (21.08.2019)
- Made the plugin code compliant with WPCS coding standards
- Added filter wcdn_theme_print_button_template_type_arbitrary – this filter hook allows to change template type based on order status
- Added filters wcdn_print_button_name_on_my_account_page, wcdn_print_button_name_order_page – these filter hooks allows to change the label of the Print button
- When plugin is uninstalled, data cleanup wasn’t happening. This has been fixed.
4.4.8 (02.04.2019)
- Fix – When a noticed was dismissed from the plugin, then it will dismiss all other notices from other plugins also. This is fixed now.
- Fix – Some errors in debug.log file are fixed.
4.4.7 (24.11.2018)
- Fix – Fixed compatibility related issue with WooCommerce Product Add-ons v3.0.x. Options were not being printed.
- Fix – Fixed compatibility related issue with Woocommerce Partial Orders Pro Plugin.
4.4.6 (22.10.2018)
- .po, .mo is updated for all the other languages.
4.4.5 (22.10.2018)
- .pot file updated.
4.4.4 (13.10.2018)
- Removed the Welcome page of the plugin and also removed the promotional notices which were being displayed on admin end of the WordPress website.
4.4.3 (23.07.2018)
- Usage Tracking has been added in the plugin. It provides an option to allow tracking of the non-sensitive data of our plugin from the website. You can read more about it here.
4.4.2 (22.02.2018)
- Fix – With the latest WooCommerce version 3.3, the icons for Print were missing. This is fixed.
4.4.1 (29.12.2017)
-
This version has 1 bug fix.
-
Fix – PHP short tag was inadvertently added in the plugin in v4.4, which was causing an error. This has been fixed.
4.4 (29.12.2017)
-
This version has 1 bug fix.
-
Fix – Earlier with WooCommerce Local Pickup Plus v2.x.x, pickup locations were not displayed on the invoices, delivery notes & receipts. Now, the plugin is compatible with it and it will display the pickup locations.
-
Code Enhancement – Now, the plugin has the uninstall file for deleting the plugin options.
4.3.6 (19.12.2017)
- Added translation for the word ‘Price’ for dutch language
- Removed Pro version link that was not going anywhere
4.3.5 (14.11.2017)
- Fix issue of invoice date label not appearing translated
4.3.4.1 (07.11.2017)
- Updating missing .mo files for Japanese and Norwegian.
4.3.4 (26.09.2017)
- .po and .mo files for Japanese and Norwegian language is added in the plugin. The plugin strings can now be translated to this languages using these files.
4.3.3 (13.09.2017)
-
Fix – The unwanted attributes from products were getting displayed in the invoice.
-
Fix – Notice of deprecated function get_item_downloads() in the invoice for downloadable products.
4.3.2 (05.09.2017)
-
In this version deprecated functions and classes have been removed. Because of that attributes were missing and attribute slug was getting printed on Invoice page. This has been fixed.
-
Fix – There was no line break before SKU element for variable products on Invoice page. This has been fixed.
-
Fix – The deprecated function WC_Order::get_order_currency has been removed and replaced with get_currency().
4.3.1 (23.08.2017)
-
This version has 1 bug fix.
-
Fix – The attributes of variable product were not displayed with the variation name in the Print screen. This has been fixed.
4.3 (19.08.2017)
-
This version has 1 bug fix.
-
Fix – Warnings were displayed on My Account, Checkout, Orders page with WooCommerce version 3.0.x. This has been fixed.
4.2.0
- Tweak – Refactored settings screen
- Fix – Compatibility with latest WooCommerce
- Fix – Print preview loading indicators
- Fix – Icon font embed
- Dev – Load only one instance of the plugin (singleton class)
- Dev – New settings hooks that work better with WooCommerce
4.1.6
- Fix – More flexible protocol checks of email permalinks
4.1.5
- Fix – Check protocol of email permalinks
- Fix – Show preview links on the settings page
- Fix – Consistent privileges for users with admin access
4.1.4
- Fix – Double check the bulk action type to improve bulk order deletion
- Fix – Default arguments for the E-Mail hook
4.1.3
- Feature – Better support for WooCommerce 2.3 refunds
4.1.2
- Fix – For a fatal error caused by an unknown property in the plugin update system
- Fix – Where the ‘Types’ options didn’t stick in some cases
4.1.1
- Fix – For a fatal error caused by an unknown property in the plugin update system
4.1
- Feature – Support for WooCommerce 2.2 refunds
- Feature – Option to add a print link to customer emails
- Tweak – Code improvements and some new hooks
4.0.2
- Tweak – Second attempt for better spacing between price columns
4.0.1
- Tweak – Better spacing between price columns
4.0
- The print page now also includes the item price
- Customize titles with your own translation file (woocommerce-delivery-notes-xx_XX.mo). Place it in /wp-content/languages/plugins to override the plugin language.
3.4.2
- Remove some left over developer comments from the print page
3.4.1
- Fix an issue where a blank page was printed in WooCommerce 2.1
3.4
Note: The template was modified. Please check your print-content.php if you copied it to your theme directory.
- Improved WooCommerce 2.2 compatibility
- Fix an issue were shipping and billing addresses did not respect the WooCommerce settings
- Better way to reset the invoice number counter
3.3.1
- Small code improvements
3.3
- WordPress 4.0 and WooCommerce 2.2 compatibility
- Fix an issue where the print buttons were hidden after the update
3.2.3
- WordPress 4.0 and WooCommerce 2.2 compatibility
- Template: Improved the CSS to generate less blank pages
- Fixed the settings link on the Plugins page
3.2.2
- Some language upadates. Old outdated languages were removed. Please contribute your language!
- Fix a print issue with not completed orders.
- Tweaked JavaScript for the theme print button to gracefully handle non-modern browsers.
3.2.1
- New template function for the invoice date
- Fix invoice number display logic
- Fix slashes in the options fields
3.2
- Improved theme print button: Print the invoice only for completed orders and a receipt for all other order states. This can be changed via ‘wcdn_theme_print_button_template_type’ filter hook.
- Fix the print button on the “Thank You” page for guest checkouts
- Added CSS classes to the admin side panel
3.1.1
- Fix the hidden loading indicator on order edit screen
- Other small visual optimizations
- Later plugin load hook for better compatibility
3.1
Note: Template changes had to be made. Please control your template after the update in case you applied some custom styling.
- By popular demand the ‘Quantity’ column is back in the template
- Basic invoice numbering
3.0.6
- Fixed the known issue where the print button stopped working becuse of SSL
- Fixed an issue where the print page was redirected to the account page
3.0.5
Known issue: Printing won’t work when your account uses SSL and the rest of the page doesn’t. The issue will be fixed in a future version.
- Added SKU to the template
- Modified the alignment of product attributes in the template
- Print buttons in the theme will print the invoice (can be changed with hook)
3.0.4
- Save the endpoint at activation to not print a 404 page. (Note: Try to resave the print settings if the issue persists after the update.)
3.0.3
Attention: This update works only with WooCommerce 2.1 (or later) and WordPress 3.8 (or later). Install it only if your system meets the requirements.
- Supports only WooCommerce 2.1 (or later)
- Bulk print actions
- Print buttons in the front-end
- Redesigned template look
- New template structure and action hooks
