Version Description
(2022-10-06) = * Renames the plugin to comply with trademark rules
Download this release
Release Info
Developer | wpovernight |
Plugin | WooCommerce PDF Invoices & Packing Slips |
Version | 3.2.1 |
Comparing to | |
See all releases |
Code changes from version 3.2.0 to 3.2.1
- README.md +4 -4
- includes/class-wcpdf-admin.php +1 -1
- includes/class-wcpdf-main.php +1 -1
- includes/class-wcpdf-setup-wizard.php +1 -1
- includes/views/wcpdf-extensions.php +4 -4
- includes/views/wcpdf-settings-page.php +2 -2
- languages/woocommerce-pdf-invoices-packing-slips.pot +151 -125
- license.txt +4 -4
- readme.txt +12 -9
- templates/Simple/template-functions.php +1 -1
- woocommerce-pdf-invoices-packingslips.php +15 -15
README.md
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
#
|
2 |
-
Welcome to the
|
3 |
|
4 |
-
If you are not a developer, please use the [
|
5 |
|
6 |
## Support
|
7 |
This repository is not suitable for support. Please don't use our issue tracker for support requests, but for core plugin issues only. Support can take place in the appropriate channels:
|
8 |
|
9 |
-
* The [
|
10 |
* [WP Overnight Premium support](https://wpovernight.com/contact/) for customers who have purchased themes or plugins.
|
11 |
|
12 |
Support requests in issues on this repository will be closed on sight.
|
1 |
+
# PDF Invoices & Packing Slips for WooCommerce
|
2 |
+
Welcome to the PDF Invoices & Packing Slips for WooCommerce repository on GitHub. Here you can browse the source, look at open issues and keep track of development.
|
3 |
|
4 |
+
If you are not a developer, please use the [PDF Invoices & Packing Slips for WooCommerce support forum](http://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips) on WordPress.org.
|
5 |
|
6 |
## Support
|
7 |
This repository is not suitable for support. Please don't use our issue tracker for support requests, but for core plugin issues only. Support can take place in the appropriate channels:
|
8 |
|
9 |
+
* The [PDF Invoices & Packing Slips for WooCommerce support forum](http://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips) on WordPress.org.
|
10 |
* [WP Overnight Premium support](https://wpovernight.com/contact/) for customers who have purchased themes or plugins.
|
11 |
|
12 |
Support requests in issues on this repository will be closed on sight.
|
includes/class-wcpdf-admin.php
CHANGED
@@ -129,7 +129,7 @@ class Admin {
|
|
129 |
if ( get_transient( 'wpo_wcpdf_new_install' ) !== false ) {
|
130 |
?>
|
131 |
<div class="notice notice-info is-dismissible wpo-wcpdf-install-notice">
|
132 |
-
<p><strong><?php esc_html_e( 'New to
|
133 |
<p class="submit"><a href="<?php echo esc_url( admin_url( 'admin.php?page=wpo-wcpdf-setup' ) ); ?>" class="button-primary"><?php esc_html_e( 'Run the Setup Wizard', 'woocommerce-pdf-invoices-packing-slips' ); ?></a> <a href="<?php echo esc_url( add_query_arg( 'wpo_wcpdf_dismis_install', true ) ); ?>" class="wpo-wcpdf-dismiss-wizard"><?php esc_html_e( 'I am the wizard', 'woocommerce-pdf-invoices-packing-slips' ); ?></a></p>
|
134 |
</div>
|
135 |
<script type="text/javascript">
|
129 |
if ( get_transient( 'wpo_wcpdf_new_install' ) !== false ) {
|
130 |
?>
|
131 |
<div class="notice notice-info is-dismissible wpo-wcpdf-install-notice">
|
132 |
+
<p><strong><?php esc_html_e( 'New to PDF Invoices & Packing Slips for WooCommerce?', 'woocommerce-pdf-invoices-packing-slips' ); ?></strong> – <?php esc_html_e( 'Jumpstart the plugin by following our wizard!', 'woocommerce-pdf-invoices-packing-slips' ); ?></p>
|
133 |
<p class="submit"><a href="<?php echo esc_url( admin_url( 'admin.php?page=wpo-wcpdf-setup' ) ); ?>" class="button-primary"><?php esc_html_e( 'Run the Setup Wizard', 'woocommerce-pdf-invoices-packing-slips' ); ?></a> <a href="<?php echo esc_url( add_query_arg( 'wpo_wcpdf_dismis_install', true ) ); ?>" class="wpo-wcpdf-dismiss-wizard"><?php esc_html_e( 'I am the wizard', 'woocommerce-pdf-invoices-packing-slips' ); ?></a></p>
|
134 |
</div>
|
135 |
<script type="text/javascript">
|
includes/class-wcpdf-main.php
CHANGED
@@ -619,7 +619,7 @@ class Main {
|
|
619 |
?>
|
620 |
<div class="error">
|
621 |
<?php /* translators: 1. plugin name, 2. directory path */ ?>
|
622 |
-
<p><?php printf( esc_html__( 'The %1$s directory %2$s couldn\'t be created or is not writable!', 'woocommerce-pdf-invoices-packing-slips' ), '<strong>
|
623 |
<p><?php esc_html_e( 'Please check your directories write permissions or contact your hosting service provider.', 'woocommerce-pdf-invoices-packing-slips' ); ?></p>
|
624 |
<p><a href="<?php echo esc_url( add_query_arg( 'wpo_wcpdf_hide_no_dir_notice', 'true' ) ); ?>"><?php esc_html_e( 'Hide this message', 'woocommerce-pdf-invoices-packing-slips' ); ?></a></p>
|
625 |
</div>
|
619 |
?>
|
620 |
<div class="error">
|
621 |
<?php /* translators: 1. plugin name, 2. directory path */ ?>
|
622 |
+
<p><?php printf( esc_html__( 'The %1$s directory %2$s couldn\'t be created or is not writable!', 'woocommerce-pdf-invoices-packing-slips' ), '<strong>PDF Invoices & Packing Slips for WooCommerce</strong>' ,'<code>' . $path . '</code>' ); ?></p>
|
623 |
<p><?php esc_html_e( 'Please check your directories write permissions or contact your hosting service provider.', 'woocommerce-pdf-invoices-packing-slips' ); ?></p>
|
624 |
<p><a href="<?php echo esc_url( add_query_arg( 'wpo_wcpdf_hide_no_dir_notice', 'true' ) ); ?>"><?php esc_html_e( 'Hide this message', 'woocommerce-pdf-invoices-packing-slips' ); ?></a></p>
|
625 |
</div>
|
includes/class-wcpdf-setup-wizard.php
CHANGED
@@ -131,7 +131,7 @@ class Setup_Wizard {
|
|
131 |
<head>
|
132 |
<meta name="viewport" content="width=device-width" />
|
133 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
134 |
-
<title><?php esc_html_e( '
|
135 |
<?php wp_print_scripts( 'wpo-wcpdf-setup' ); ?>
|
136 |
<?php wp_print_scripts( 'wpo-wcpdf-setup-confetti' ); ?>
|
137 |
<?php do_action( 'admin_print_styles' ); ?>
|
131 |
<head>
|
132 |
<meta name="viewport" content="width=device-width" />
|
133 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
134 |
+
<title><?php esc_html_e( 'PDF Invoices & Packing Slips for WooCommerce › Setup Wizard', 'woocommerce-pdf-invoices-packing-slips' ); ?></title>
|
135 |
<?php wp_print_scripts( 'wpo-wcpdf-setup' ); ?>
|
136 |
<?php wp_print_scripts( 'wpo-wcpdf-setup-confetti' ); ?>
|
137 |
<?php do_action( 'admin_print_styles' ); ?>
|
includes/views/wcpdf-extensions.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
<li>
|
12 |
<?php esc_html_e( 'Premium PDF Invoice bundle: Everything you need for a perfect invoicing system', 'woocommerce-pdf-invoices-packing-slips' ); ?>
|
13 |
<div class="more" style="display:none;">
|
14 |
-
<h4><?php esc_html_e( 'Supercharge
|
15 |
<?php esc_html_e( 'Professional features:', 'woocommerce-pdf-invoices-packing-slips' ); ?>
|
16 |
<ul>
|
17 |
<li><?php echo wp_kses_post( __( 'Email/print/download <b>PDF Credit Notes & Proforma invoices</b>', 'woocommerce-pdf-invoices-packing-slips' ) ); ?></li>
|
@@ -31,7 +31,7 @@
|
|
31 |
<li><?php echo wp_kses_post( __( 'This extension conveniently uploads all the invoices (and other pdf documents from the professional extension) that are emailed to your customers to Dropbox. The best way to keep your invoice administration up to date!', 'woocommerce-pdf-invoices-packing-slips' ) ); ?></li>
|
32 |
</ul>
|
33 |
<br>
|
34 |
-
<a href="https://wpovernight.com/downloads/woocommerce-pdf-invoices-packing-slips-bundle/" target="_blank"><?php esc_html_e( "Get
|
35 |
</div>
|
36 |
</li>
|
37 |
<?php endif; ?>
|
@@ -42,7 +42,7 @@
|
|
42 |
<li>
|
43 |
<?php esc_html_e( 'Go Pro: Proforma invoices, credit notes (=refunds) & more!', 'woocommerce-pdf-invoices-packing-slips' ); ?>
|
44 |
<div class="more" style="display:none;">
|
45 |
-
<?php esc_html_e( 'Supercharge
|
46 |
<ul>
|
47 |
<li><?php echo wp_kses_post( __( 'Email/print/download <b>PDF Credit Notes & Proforma invoices</b>', 'woocommerce-pdf-invoices-packing-slips' ) ); ?></li>
|
48 |
<li><?php echo wp_kses_post( __( 'Send out a separate <b>notification email</b> with (or without) PDF invoices/packing slips, for example to a drop-shipper or a supplier.', 'woocommerce-pdf-invoices-packing-slips' ) ); ?></li>
|
@@ -52,7 +52,7 @@
|
|
52 |
<li><?php echo wp_kses_post( __( 'Use the plugin in multilingual <b>WPML</b> setups', 'woocommerce-pdf-invoices-packing-slips' ) ); ?></li>
|
53 |
<li><?php echo wp_kses_post( __( 'Upload automatically to dropbox', 'woocommerce-pdf-invoices-packing-slips' ) ); ?></li>
|
54 |
</ul>
|
55 |
-
<a href="https://wpovernight.com/downloads/woocommerce-pdf-invoices-packing-slips-professional/" target="_blank"><?php esc_html_e( "Get
|
56 |
</li>
|
57 |
<?php } ?>
|
58 |
|
11 |
<li>
|
12 |
<?php esc_html_e( 'Premium PDF Invoice bundle: Everything you need for a perfect invoicing system', 'woocommerce-pdf-invoices-packing-slips' ); ?>
|
13 |
<div class="more" style="display:none;">
|
14 |
+
<h4><?php esc_html_e( 'Supercharge PDF Invoices & Packing Slips for WooCommerce with the all our premium extensions:', 'woocommerce-pdf-invoices-packing-slips' ); ?></h4>
|
15 |
<?php esc_html_e( 'Professional features:', 'woocommerce-pdf-invoices-packing-slips' ); ?>
|
16 |
<ul>
|
17 |
<li><?php echo wp_kses_post( __( 'Email/print/download <b>PDF Credit Notes & Proforma invoices</b>', 'woocommerce-pdf-invoices-packing-slips' ) ); ?></li>
|
31 |
<li><?php echo wp_kses_post( __( 'This extension conveniently uploads all the invoices (and other pdf documents from the professional extension) that are emailed to your customers to Dropbox. The best way to keep your invoice administration up to date!', 'woocommerce-pdf-invoices-packing-slips' ) ); ?></li>
|
32 |
</ul>
|
33 |
<br>
|
34 |
+
<a href="https://wpovernight.com/downloads/woocommerce-pdf-invoices-packing-slips-bundle/" target="_blank"><?php esc_html_e( "Get PDF Invoices & Packing Slips for WooCommerce Bundle", 'woocommerce-pdf-invoices-packing-slips' ); ?></a>
|
35 |
</div>
|
36 |
</li>
|
37 |
<?php endif; ?>
|
42 |
<li>
|
43 |
<?php esc_html_e( 'Go Pro: Proforma invoices, credit notes (=refunds) & more!', 'woocommerce-pdf-invoices-packing-slips' ); ?>
|
44 |
<div class="more" style="display:none;">
|
45 |
+
<?php esc_html_e( 'Supercharge PDF Invoices & Packing Slips for WooCommerce with the following features:', 'woocommerce-pdf-invoices-packing-slips' ); ?>
|
46 |
<ul>
|
47 |
<li><?php echo wp_kses_post( __( 'Email/print/download <b>PDF Credit Notes & Proforma invoices</b>', 'woocommerce-pdf-invoices-packing-slips' ) ); ?></li>
|
48 |
<li><?php echo wp_kses_post( __( 'Send out a separate <b>notification email</b> with (or without) PDF invoices/packing slips, for example to a drop-shipper or a supplier.', 'woocommerce-pdf-invoices-packing-slips' ) ); ?></li>
|
52 |
<li><?php echo wp_kses_post( __( 'Use the plugin in multilingual <b>WPML</b> setups', 'woocommerce-pdf-invoices-packing-slips' ) ); ?></li>
|
53 |
<li><?php echo wp_kses_post( __( 'Upload automatically to dropbox', 'woocommerce-pdf-invoices-packing-slips' ) ); ?></li>
|
54 |
</ul>
|
55 |
+
<a href="https://wpovernight.com/downloads/woocommerce-pdf-invoices-packing-slips-professional/" target="_blank"><?php esc_html_e( "Get PDF Invoices & Packing Slips for WooCommerce Professional!", 'woocommerce-pdf-invoices-packing-slips' ); ?></a>
|
56 |
</li>
|
57 |
<?php } ?>
|
58 |
|
includes/views/wcpdf-settings-page.php
CHANGED
@@ -4,7 +4,7 @@ $review_url = 'https://wordpress.org/support/plugin/woocommerce-pdf-invoices-pac
|
|
4 |
$review_link = sprintf( '<a href="%s">★★★★★</a>', $review_url );
|
5 |
$review_invitation = sprintf(
|
6 |
/* translators: ★★★★★ (5-star) */
|
7 |
-
__( 'If you like <strong>
|
8 |
$review_link
|
9 |
);
|
10 |
?>
|
@@ -15,7 +15,7 @@ $review_invitation = sprintf(
|
|
15 |
</script>
|
16 |
<div class="wrap">
|
17 |
<div class="icon32" id="icon-options-general"><br /></div>
|
18 |
-
<h2><?php esc_html_e( '
|
19 |
<h2 class="nav-tab-wrapper">
|
20 |
<?php
|
21 |
foreach ( $settings_tabs as $tab_slug => $tab_data ) {
|
4 |
$review_link = sprintf( '<a href="%s">★★★★★</a>', $review_url );
|
5 |
$review_invitation = sprintf(
|
6 |
/* translators: ★★★★★ (5-star) */
|
7 |
+
__( 'If you like <strong>PDF Invoices & Packing Slips for WooCommerce</strong> please leave us a %s rating. A huge thank you in advance!', 'woocommerce-pdf-invoices-packing-slips' ),
|
8 |
$review_link
|
9 |
);
|
10 |
?>
|
15 |
</script>
|
16 |
<div class="wrap">
|
17 |
<div class="icon32" id="icon-options-general"><br /></div>
|
18 |
+
<h2><?php esc_html_e( 'PDF Invoices & Packing Slips for WooCommerce', 'woocommerce-pdf-invoices-packing-slips' ); ?></h2>
|
19 |
<h2 class="nav-tab-wrapper">
|
20 |
<?php
|
21 |
foreach ( $settings_tabs as $tab_slug => $tab_data ) {
|
languages/woocommerce-pdf-invoices-packing-slips.pot
CHANGED
@@ -2,20 +2,21 @@
|
|
2 |
# This file is distributed under the GPLv2 or later.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version:
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"POT-Creation-Date: 2022-
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.5.0\n"
|
15 |
"X-Domain: woocommerce-pdf-invoices-packing-slips\n"
|
16 |
|
17 |
#. Plugin Name of the plugin
|
18 |
-
|
|
|
19 |
msgstr ""
|
20 |
|
21 |
#. Plugin URI of the plugin
|
@@ -65,7 +66,7 @@ msgid "Actually, I have a complaint..."
|
|
65 |
msgstr ""
|
66 |
|
67 |
#: includes/class-wcpdf-admin.php:132
|
68 |
-
msgid "New to
|
69 |
msgstr ""
|
70 |
|
71 |
#: includes/class-wcpdf-admin.php:132
|
@@ -81,131 +82,139 @@ msgstr ""
|
|
81 |
msgid "I am the wizard"
|
82 |
msgstr ""
|
83 |
|
84 |
-
#: includes/class-wcpdf-admin.php:
|
85 |
#: includes/class-wcpdf-main.php:981
|
86 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
|
|
87 |
msgid "Invoice Number"
|
88 |
msgstr ""
|
89 |
|
90 |
-
#: includes/class-wcpdf-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
msgid "Send order email"
|
92 |
msgstr ""
|
93 |
|
94 |
-
#: includes/class-wcpdf-admin.php:
|
95 |
msgid "Create PDF"
|
96 |
msgstr ""
|
97 |
|
98 |
-
#: includes/class-wcpdf-admin.php:
|
99 |
msgid "PDF document data"
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: includes/class-wcpdf-admin.php:
|
103 |
msgid "Choose an email to send…"
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: includes/class-wcpdf-admin.php:
|
107 |
msgid "Save order & send email"
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: includes/class-wcpdf-admin.php:
|
111 |
msgid "Send email"
|
112 |
msgstr ""
|
113 |
|
114 |
-
#: includes/class-wcpdf-admin.php:
|
115 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
116 |
msgid "Invoice Number:"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: includes/class-wcpdf-admin.php:
|
120 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
121 |
msgid "Invoice Date:"
|
122 |
msgstr ""
|
123 |
|
124 |
-
#: includes/class-wcpdf-admin.php:
|
125 |
msgid "Notes (printed in the invoice):"
|
126 |
msgstr ""
|
127 |
|
128 |
#. translators: document title
|
129 |
-
#: includes/class-wcpdf-admin.php:
|
130 |
msgid "Set %s number & date"
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: includes/class-wcpdf-admin.php:
|
134 |
msgid "You do not have sufficient permissions to edit this document."
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: includes/class-wcpdf-admin.php:
|
138 |
msgid "unformatted!"
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: includes/class-wcpdf-admin.php:
|
142 |
msgid "Save changes"
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: includes/class-wcpdf-admin.php:
|
146 |
msgid "Cancel"
|
147 |
msgstr ""
|
148 |
|
149 |
#. translators: name/description of the context for document creation logs
|
150 |
-
#: includes/class-wcpdf-admin.php:
|
151 |
-
#: includes/class-wcpdf-admin.php:
|
152 |
msgid "order details (number and/or date set manually)"
|
153 |
msgstr ""
|
154 |
|
155 |
#. translators: %s: email title
|
156 |
-
#: includes/class-wcpdf-admin.php:
|
157 |
msgid "%s email notification manually sent."
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: includes/class-wcpdf-admin.php:
|
161 |
msgid "Nonce expired!"
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: includes/class-wcpdf-admin.php:
|
165 |
msgid "Bad action!"
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: includes/class-wcpdf-admin.php:
|
169 |
msgid "Incomplete request!"
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: includes/class-wcpdf-admin.php:
|
173 |
msgid "No permissions!"
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: includes/class-wcpdf-admin.php:
|
177 |
msgid "Document data saved!"
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: includes/class-wcpdf-admin.php:
|
181 |
msgid "An error occurred while saving the document data!"
|
182 |
msgstr ""
|
183 |
|
184 |
-
#: includes/class-wcpdf-admin.php:
|
185 |
msgid "Document regenerated!"
|
186 |
msgstr ""
|
187 |
|
188 |
-
#: includes/class-wcpdf-admin.php:
|
189 |
msgid "An error occurred while regenerating the document!"
|
190 |
msgstr ""
|
191 |
|
192 |
-
#: includes/class-wcpdf-admin.php:
|
193 |
msgid "Document deleted!"
|
194 |
msgstr ""
|
195 |
|
196 |
-
#: includes/class-wcpdf-admin.php:
|
197 |
msgid "An error occurred while deleting the document!"
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: includes/class-wcpdf-admin.php:
|
201 |
msgid "Document does not exist."
|
202 |
msgstr ""
|
203 |
|
204 |
-
#: includes/class-wcpdf-admin.php:
|
205 |
msgid "Document is empty."
|
206 |
msgstr ""
|
207 |
|
208 |
-
#: includes/class-wcpdf-admin.php:
|
209 |
msgid "DEBUG output enabled"
|
210 |
msgstr ""
|
211 |
|
@@ -217,11 +226,11 @@ msgstr ""
|
|
217 |
msgid "Are you sure you want to regenerate this document? This will make the document reflect the most current settings (such as footer text, document name, etc.) rather than using historical settings."
|
218 |
msgstr ""
|
219 |
|
220 |
-
#: includes/class-wcpdf-assets.php:
|
221 |
msgid "Document settings"
|
222 |
msgstr ""
|
223 |
|
224 |
-
#: includes/class-wcpdf-assets.php:
|
225 |
msgid "Select a document in the dropdown menu above to edit its settings."
|
226 |
msgstr ""
|
227 |
|
@@ -274,11 +283,6 @@ msgstr ""
|
|
274 |
msgid "Nothing to delete!"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: includes/class-wcpdf-main.php:982
|
278 |
-
#: includes/documents/class-wcpdf-invoice.php:274
|
279 |
-
msgid "Invoice Date"
|
280 |
-
msgstr ""
|
281 |
-
|
282 |
#. translators: name/description of the context for document creation logs
|
283 |
#: includes/class-wcpdf-main.php:1012
|
284 |
msgid "bulk order action"
|
@@ -707,7 +711,7 @@ msgid "Ready!"
|
|
707 |
msgstr ""
|
708 |
|
709 |
#: includes/class-wcpdf-setup-wizard.php:134
|
710 |
-
msgid "
|
711 |
msgstr ""
|
712 |
|
713 |
#: includes/class-wcpdf-setup-wizard.php:154
|
@@ -768,30 +772,30 @@ msgid "Total ex. VAT"
|
|
768 |
msgstr ""
|
769 |
|
770 |
#. translators: 1. credit note title, 2. refund id
|
771 |
-
#: includes/documents/abstract-wcpdf-order-document.php:
|
772 |
msgid "%1$s (refund #%2$s) was regenerated."
|
773 |
msgstr ""
|
774 |
|
775 |
#. translators: 1. credit note title, 2. refund id
|
776 |
-
#: includes/documents/abstract-wcpdf-order-document.php:
|
777 |
msgid "%s was regenerated"
|
778 |
msgstr ""
|
779 |
|
780 |
#. translators: %s: document name
|
781 |
-
#: includes/documents/abstract-wcpdf-order-document.php:
|
782 |
msgid "%s Number:"
|
783 |
msgstr ""
|
784 |
|
785 |
#. translators: %s: document name
|
786 |
-
#: includes/documents/abstract-wcpdf-order-document.php:
|
787 |
msgid "%s Date:"
|
788 |
msgstr ""
|
789 |
|
790 |
-
#: includes/documents/abstract-wcpdf-order-document.php:
|
791 |
msgid "Admin email"
|
792 |
msgstr ""
|
793 |
|
794 |
-
#: includes/documents/abstract-wcpdf-order-document.php:
|
795 |
msgid "Manual email"
|
796 |
msgstr ""
|
797 |
|
@@ -803,223 +807,229 @@ msgid "Invoice"
|
|
803 |
msgstr ""
|
804 |
|
805 |
#. translators: document type
|
806 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
807 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
808 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
809 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
810 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
811 |
msgid "invoice"
|
812 |
msgid_plural "invoices"
|
813 |
msgstr[0] ""
|
814 |
msgstr[1] ""
|
815 |
|
816 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
817 |
#: includes/documents/class-wcpdf-packing-slip.php:88
|
818 |
msgid "Enable"
|
819 |
msgstr ""
|
820 |
|
821 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
822 |
#: includes/documents/class-wcpdf-packing-slip.php:163
|
823 |
msgid "Attach to:"
|
824 |
msgstr ""
|
825 |
|
826 |
#. translators: directory path
|
827 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
828 |
msgid "It looks like the temp folder (<code>%s</code>) is not writable, check the permissions for this folder! Without having write access to this folder, the plugin will not be able to email invoices."
|
829 |
msgstr ""
|
830 |
|
831 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
832 |
msgid "Disable for:"
|
833 |
msgstr ""
|
834 |
|
835 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
836 |
msgid "Select one or more statuses"
|
837 |
msgstr ""
|
838 |
|
839 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
840 |
-
#: includes/views/setup-wizard/display-options.php:17
|
841 |
msgid "Display shipping address"
|
842 |
msgstr ""
|
843 |
|
844 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
845 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
846 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
847 |
#: includes/documents/class-wcpdf-packing-slip.php:106
|
848 |
#: includes/views/dompdf-status.php:139
|
|
|
|
|
|
|
849 |
msgid "No"
|
850 |
msgstr ""
|
851 |
|
852 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
|
|
853 |
msgid "Only when different from billing address"
|
854 |
msgstr ""
|
855 |
|
856 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
857 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
858 |
#: includes/documents/class-wcpdf-packing-slip.php:108
|
|
|
859 |
msgid "Always"
|
860 |
msgstr ""
|
861 |
|
862 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
863 |
#: includes/documents/class-wcpdf-packing-slip.php:116
|
864 |
-
#: includes/views/setup-wizard/display-options.php:26
|
865 |
msgid "Display email address"
|
866 |
msgstr ""
|
867 |
|
868 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
869 |
#: includes/documents/class-wcpdf-packing-slip.php:127
|
870 |
-
#: includes/views/setup-wizard/display-options.php:35
|
871 |
msgid "Display phone number"
|
872 |
msgstr ""
|
873 |
|
874 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
875 |
#: includes/documents/class-wcpdf-packing-slip.php:138
|
876 |
msgid "Display customer notes"
|
877 |
msgstr ""
|
878 |
|
879 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
880 |
-
#: includes/views/setup-wizard/display-options.php:44
|
881 |
msgid "Display invoice date"
|
882 |
msgstr ""
|
883 |
|
884 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
|
|
885 |
msgid "Order Date"
|
886 |
msgstr ""
|
887 |
|
888 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
889 |
-
#: includes/views/setup-wizard/display-options.php:53
|
890 |
msgid "Display invoice number"
|
891 |
msgstr ""
|
892 |
|
893 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
|
|
894 |
msgid "Order Number"
|
895 |
msgstr ""
|
896 |
|
897 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
898 |
msgid "Warning!"
|
899 |
msgstr ""
|
900 |
|
901 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
902 |
msgid "Using the Order Number as invoice number is not recommended as this may lead to gaps in the invoice number sequence (even when order numbers are sequential)."
|
903 |
msgstr ""
|
904 |
|
905 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
906 |
msgid "More information"
|
907 |
msgstr ""
|
908 |
|
909 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
910 |
msgid "Next invoice number (without prefix/suffix etc.)"
|
911 |
msgstr ""
|
912 |
|
913 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
914 |
msgid "This is the number that will be used for the next document. By default, numbering starts from 1 and increases for every new document. Note that if you override this and set it lower than the current/highest number, this could create duplicate numbers!"
|
915 |
msgstr ""
|
916 |
|
917 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
918 |
msgid "Number format"
|
919 |
msgstr ""
|
920 |
|
921 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
922 |
msgid "Prefix"
|
923 |
msgstr ""
|
924 |
|
925 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
926 |
msgid "If set, this value will be used as number prefix."
|
927 |
msgstr ""
|
928 |
|
929 |
#. translators: 1. document type, 2-3 placeholders
|
930 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
931 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
932 |
msgid "You can use the %1$s year and/or month with the %2$s or %3$s placeholders respectively."
|
933 |
msgstr ""
|
934 |
|
935 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
936 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
937 |
msgid "Check the Docs article below to see all the available placeholders for prefix/suffix."
|
938 |
msgstr ""
|
939 |
|
940 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
941 |
msgid "Suffix"
|
942 |
msgstr ""
|
943 |
|
944 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
945 |
msgid "If set, this value will be used as number suffix."
|
946 |
msgstr ""
|
947 |
|
948 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
949 |
msgid "Padding"
|
950 |
msgstr ""
|
951 |
|
952 |
#. translators: document type
|
953 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
954 |
msgid "Enter the number of digits you want to use as padding. For instance, enter <code>6</code> to display the %s number <code>123</code> as <code>000123</code>, filling it with zeros until the number set as padding is reached."
|
955 |
msgstr ""
|
956 |
|
957 |
#. translators: document type
|
958 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
959 |
msgid "For more information about setting up the number format and see the available placeholders for the prefix and suffix, check this article:"
|
960 |
msgstr ""
|
961 |
|
962 |
#. translators: document type
|
963 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
964 |
msgid "Number format explained"
|
965 |
msgstr ""
|
966 |
|
967 |
#. translators: document type
|
968 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
969 |
msgid "<strong>Note</strong>: if you have already created a custom %s number format with a filter, the above settings will be ignored."
|
970 |
msgstr ""
|
971 |
|
972 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
973 |
msgid "Reset invoice number yearly"
|
974 |
msgstr ""
|
975 |
|
976 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
977 |
msgid "Allow My Account invoice download"
|
978 |
msgstr ""
|
979 |
|
980 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
981 |
msgid "Only when an invoice is already created/emailed"
|
982 |
msgstr ""
|
983 |
|
984 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
985 |
msgid "Only for specific order statuses (define below)"
|
986 |
msgstr ""
|
987 |
|
988 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
989 |
msgid "Never"
|
990 |
msgstr ""
|
991 |
|
992 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
993 |
msgid "Enable invoice number column in the orders list"
|
994 |
msgstr ""
|
995 |
|
996 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
|
|
|
|
|
|
|
|
997 |
msgid "Disable for free orders"
|
998 |
msgstr ""
|
999 |
|
1000 |
#. translators: zero number
|
1001 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
1002 |
msgid "Disable document when the order total is %s"
|
1003 |
msgstr ""
|
1004 |
|
1005 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
1006 |
msgid "Always use most current settings"
|
1007 |
msgstr ""
|
1008 |
|
1009 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
1010 |
msgid "When enabled, the document will always reflect the most current settings (such as footer text, document name, etc.) rather than using historical settings."
|
1011 |
msgstr ""
|
1012 |
|
1013 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
1014 |
msgid "<strong>Caution:</strong> enabling this will also mean that if you change your company name or address in the future, previously generated documents will also be affected."
|
1015 |
msgstr ""
|
1016 |
|
1017 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
1018 |
msgid "Invoice numbers are created by a third-party extension."
|
1019 |
msgstr ""
|
1020 |
|
1021 |
#. translators: link
|
1022 |
-
#: includes/documents/class-wcpdf-invoice.php:
|
1023 |
msgid "Configure it <a href=\"%s\">here</a>."
|
1024 |
msgstr ""
|
1025 |
|
@@ -1228,6 +1238,26 @@ msgstr ""
|
|
1228 |
msgid "Select some additional display options for your invoice."
|
1229 |
msgstr ""
|
1230 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1231 |
#: includes/views/setup-wizard/good-to-go.php:3
|
1232 |
msgid "You are good to go!"
|
1233 |
msgstr ""
|
@@ -1293,7 +1323,7 @@ msgid "Premium PDF Invoice bundle: Everything you need for a perfect invoicing s
|
|
1293 |
msgstr ""
|
1294 |
|
1295 |
#: includes/views/wcpdf-extensions.php:14
|
1296 |
-
msgid "Supercharge
|
1297 |
msgstr ""
|
1298 |
|
1299 |
#: includes/views/wcpdf-extensions.php:15
|
@@ -1355,7 +1385,7 @@ msgid "This extension conveniently uploads all the invoices (and other pdf docum
|
|
1355 |
msgstr ""
|
1356 |
|
1357 |
#: includes/views/wcpdf-extensions.php:34
|
1358 |
-
msgid "Get
|
1359 |
msgstr ""
|
1360 |
|
1361 |
#: includes/views/wcpdf-extensions.php:43
|
@@ -1363,11 +1393,11 @@ msgid "Go Pro: Proforma invoices, credit notes (=refunds) & more!"
|
|
1363 |
msgstr ""
|
1364 |
|
1365 |
#: includes/views/wcpdf-extensions.php:45
|
1366 |
-
msgid "Supercharge
|
1367 |
msgstr ""
|
1368 |
|
1369 |
#: includes/views/wcpdf-extensions.php:55
|
1370 |
-
msgid "Get
|
1371 |
msgstr ""
|
1372 |
|
1373 |
#: includes/views/wcpdf-extensions.php:63
|
@@ -1430,11 +1460,7 @@ msgstr ""
|
|
1430 |
|
1431 |
#. translators: ★★★★★ (5-star)
|
1432 |
#: includes/views/wcpdf-settings-page.php:7
|
1433 |
-
msgid "If you like <strong>
|
1434 |
-
msgstr ""
|
1435 |
-
|
1436 |
-
#: includes/views/wcpdf-settings-page.php:18
|
1437 |
-
msgid "WooCommerce PDF Invoices"
|
1438 |
msgstr ""
|
1439 |
|
1440 |
#: includes/views/wcpdf-settings-page.php:88
|
@@ -1533,11 +1559,11 @@ msgstr ""
|
|
1533 |
|
1534 |
#. translators: <a> tags
|
1535 |
#: woocommerce-pdf-invoices-packingslips.php:270
|
1536 |
-
msgid "
|
1537 |
msgstr ""
|
1538 |
|
1539 |
#: woocommerce-pdf-invoices-packingslips.php:281
|
1540 |
-
msgid "
|
1541 |
msgstr ""
|
1542 |
|
1543 |
#. translators: <a> tags
|
@@ -1560,7 +1586,7 @@ msgid "To protect them, you must click the button below."
|
|
1560 |
msgstr ""
|
1561 |
|
1562 |
#: woocommerce-pdf-invoices-packingslips.php:417
|
1563 |
-
msgid "When sending emails with MailPoet 3 and the active sending method is <strong>MailPoet Sending Service</strong> or <strong>Your web host / web server</strong>, MailPoet does not include the <strong>
|
1564 |
msgstr ""
|
1565 |
|
1566 |
#: woocommerce-pdf-invoices-packingslips.php:418
|
2 |
# This file is distributed under the GPLv2 or later.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: PDF Invoices & Packing Slips for WooCommerce 3.2.0\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"POT-Creation-Date: 2022-10-05T16:13:38+02:00\n"
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.5.0\n"
|
15 |
"X-Domain: woocommerce-pdf-invoices-packing-slips\n"
|
16 |
|
17 |
#. Plugin Name of the plugin
|
18 |
+
#: includes/views/wcpdf-settings-page.php:18
|
19 |
+
msgid "PDF Invoices & Packing Slips for WooCommerce"
|
20 |
msgstr ""
|
21 |
|
22 |
#. Plugin URI of the plugin
|
66 |
msgstr ""
|
67 |
|
68 |
#: includes/class-wcpdf-admin.php:132
|
69 |
+
msgid "New to PDF Invoices & Packing Slips for WooCommerce?"
|
70 |
msgstr ""
|
71 |
|
72 |
#: includes/class-wcpdf-admin.php:132
|
82 |
msgid "I am the wizard"
|
83 |
msgstr ""
|
84 |
|
85 |
+
#: includes/class-wcpdf-admin.php:226
|
86 |
#: includes/class-wcpdf-main.php:981
|
87 |
+
#: includes/documents/class-wcpdf-invoice.php:285
|
88 |
+
#: includes/views/setup-wizard/display-options.php:81
|
89 |
msgid "Invoice Number"
|
90 |
msgstr ""
|
91 |
|
92 |
+
#: includes/class-wcpdf-admin.php:227
|
93 |
+
#: includes/class-wcpdf-main.php:982
|
94 |
+
#: includes/documents/class-wcpdf-invoice.php:269
|
95 |
+
#: includes/views/setup-wizard/display-options.php:60
|
96 |
+
msgid "Invoice Date"
|
97 |
+
msgstr ""
|
98 |
+
|
99 |
+
#: includes/class-wcpdf-admin.php:351
|
100 |
msgid "Send order email"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: includes/class-wcpdf-admin.php:362
|
104 |
msgid "Create PDF"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: includes/class-wcpdf-admin.php:372
|
108 |
msgid "PDF document data"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: includes/class-wcpdf-admin.php:394
|
112 |
msgid "Choose an email to send…"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: includes/class-wcpdf-admin.php:410
|
116 |
msgid "Save order & send email"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: includes/class-wcpdf-admin.php:412
|
120 |
msgid "Send email"
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: includes/class-wcpdf-admin.php:475
|
124 |
+
#: includes/documents/class-wcpdf-invoice.php:464
|
125 |
msgid "Invoice Number:"
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: includes/class-wcpdf-admin.php:478
|
129 |
+
#: includes/documents/class-wcpdf-invoice.php:472
|
130 |
msgid "Invoice Date:"
|
131 |
msgstr ""
|
132 |
|
133 |
+
#: includes/class-wcpdf-admin.php:481
|
134 |
msgid "Notes (printed in the invoice):"
|
135 |
msgstr ""
|
136 |
|
137 |
#. translators: document title
|
138 |
+
#: includes/class-wcpdf-admin.php:572
|
139 |
msgid "Set %s number & date"
|
140 |
msgstr ""
|
141 |
|
142 |
+
#: includes/class-wcpdf-admin.php:577
|
143 |
msgid "You do not have sufficient permissions to edit this document."
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: includes/class-wcpdf-admin.php:589
|
147 |
msgid "unformatted!"
|
148 |
msgstr ""
|
149 |
|
150 |
+
#: includes/class-wcpdf-admin.php:631
|
151 |
msgid "Save changes"
|
152 |
msgstr ""
|
153 |
|
154 |
+
#: includes/class-wcpdf-admin.php:632
|
155 |
msgid "Cancel"
|
156 |
msgstr ""
|
157 |
|
158 |
#. translators: name/description of the context for document creation logs
|
159 |
+
#: includes/class-wcpdf-admin.php:715
|
160 |
+
#: includes/class-wcpdf-admin.php:910
|
161 |
msgid "order details (number and/or date set manually)"
|
162 |
msgstr ""
|
163 |
|
164 |
#. translators: %s: email title
|
165 |
+
#: includes/class-wcpdf-admin.php:764
|
166 |
msgid "%s email notification manually sent."
|
167 |
msgstr ""
|
168 |
|
169 |
+
#: includes/class-wcpdf-admin.php:812
|
170 |
msgid "Nonce expired!"
|
171 |
msgstr ""
|
172 |
|
173 |
+
#: includes/class-wcpdf-admin.php:818
|
174 |
msgid "Bad action!"
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: includes/class-wcpdf-admin.php:824
|
178 |
msgid "Incomplete request!"
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: includes/class-wcpdf-admin.php:830
|
182 |
msgid "No permissions!"
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: includes/class-wcpdf-admin.php:854
|
186 |
msgid "Document data saved!"
|
187 |
msgstr ""
|
188 |
|
189 |
+
#: includes/class-wcpdf-admin.php:855
|
190 |
msgid "An error occurred while saving the document data!"
|
191 |
msgstr ""
|
192 |
|
193 |
+
#: includes/class-wcpdf-admin.php:858
|
194 |
msgid "Document regenerated!"
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: includes/class-wcpdf-admin.php:859
|
198 |
msgid "An error occurred while regenerating the document!"
|
199 |
msgstr ""
|
200 |
|
201 |
+
#: includes/class-wcpdf-admin.php:862
|
202 |
msgid "Document deleted!"
|
203 |
msgstr ""
|
204 |
|
205 |
+
#: includes/class-wcpdf-admin.php:863
|
206 |
msgid "An error occurred while deleting the document!"
|
207 |
msgstr ""
|
208 |
|
209 |
+
#: includes/class-wcpdf-admin.php:919
|
210 |
msgid "Document does not exist."
|
211 |
msgstr ""
|
212 |
|
213 |
+
#: includes/class-wcpdf-admin.php:933
|
214 |
msgid "Document is empty."
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: includes/class-wcpdf-admin.php:964
|
218 |
msgid "DEBUG output enabled"
|
219 |
msgstr ""
|
220 |
|
226 |
msgid "Are you sure you want to regenerate this document? This will make the document reflect the most current settings (such as footer text, document name, etc.) rather than using historical settings."
|
227 |
msgstr ""
|
228 |
|
229 |
+
#: includes/class-wcpdf-assets.php:157
|
230 |
msgid "Document settings"
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: includes/class-wcpdf-assets.php:158
|
234 |
msgid "Select a document in the dropdown menu above to edit its settings."
|
235 |
msgstr ""
|
236 |
|
283 |
msgid "Nothing to delete!"
|
284 |
msgstr ""
|
285 |
|
|
|
|
|
|
|
|
|
|
|
286 |
#. translators: name/description of the context for document creation logs
|
287 |
#: includes/class-wcpdf-main.php:1012
|
288 |
msgid "bulk order action"
|
711 |
msgstr ""
|
712 |
|
713 |
#: includes/class-wcpdf-setup-wizard.php:134
|
714 |
+
msgid "PDF Invoices & Packing Slips for WooCommerce › Setup Wizard"
|
715 |
msgstr ""
|
716 |
|
717 |
#: includes/class-wcpdf-setup-wizard.php:154
|
772 |
msgstr ""
|
773 |
|
774 |
#. translators: 1. credit note title, 2. refund id
|
775 |
+
#: includes/documents/abstract-wcpdf-order-document.php:368
|
776 |
msgid "%1$s (refund #%2$s) was regenerated."
|
777 |
msgstr ""
|
778 |
|
779 |
#. translators: 1. credit note title, 2. refund id
|
780 |
+
#: includes/documents/abstract-wcpdf-order-document.php:368
|
781 |
msgid "%s was regenerated"
|
782 |
msgstr ""
|
783 |
|
784 |
#. translators: %s: document name
|
785 |
+
#: includes/documents/abstract-wcpdf-order-document.php:455
|
786 |
msgid "%s Number:"
|
787 |
msgstr ""
|
788 |
|
789 |
#. translators: %s: document name
|
790 |
+
#: includes/documents/abstract-wcpdf-order-document.php:461
|
791 |
msgid "%s Date:"
|
792 |
msgstr ""
|
793 |
|
794 |
+
#: includes/documents/abstract-wcpdf-order-document.php:969
|
795 |
msgid "Admin email"
|
796 |
msgstr ""
|
797 |
|
798 |
+
#: includes/documents/abstract-wcpdf-order-document.php:972
|
799 |
msgid "Manual email"
|
800 |
msgstr ""
|
801 |
|
807 |
msgstr ""
|
808 |
|
809 |
#. translators: document type
|
810 |
+
#: includes/documents/class-wcpdf-invoice.php:114
|
811 |
+
#: includes/documents/class-wcpdf-invoice.php:324
|
812 |
+
#: includes/documents/class-wcpdf-invoice.php:333
|
813 |
+
#: includes/documents/class-wcpdf-invoice.php:341
|
814 |
+
#: includes/documents/class-wcpdf-invoice.php:345
|
815 |
msgid "invoice"
|
816 |
msgid_plural "invoices"
|
817 |
msgstr[0] ""
|
818 |
msgstr[1] ""
|
819 |
|
820 |
+
#: includes/documents/class-wcpdf-invoice.php:169
|
821 |
#: includes/documents/class-wcpdf-packing-slip.php:88
|
822 |
msgid "Enable"
|
823 |
msgstr ""
|
824 |
|
825 |
+
#: includes/documents/class-wcpdf-invoice.php:180
|
826 |
#: includes/documents/class-wcpdf-packing-slip.php:163
|
827 |
msgid "Attach to:"
|
828 |
msgstr ""
|
829 |
|
830 |
#. translators: directory path
|
831 |
+
#: includes/documents/class-wcpdf-invoice.php:188
|
832 |
msgid "It looks like the temp folder (<code>%s</code>) is not writable, check the permissions for this folder! Without having write access to this folder, the plugin will not be able to email invoices."
|
833 |
msgstr ""
|
834 |
|
835 |
+
#: includes/documents/class-wcpdf-invoice.php:194
|
836 |
msgid "Disable for:"
|
837 |
msgstr ""
|
838 |
|
839 |
+
#: includes/documents/class-wcpdf-invoice.php:203
|
840 |
msgid "Select one or more statuses"
|
841 |
msgstr ""
|
842 |
|
843 |
+
#: includes/documents/class-wcpdf-invoice.php:209
|
|
|
844 |
msgid "Display shipping address"
|
845 |
msgstr ""
|
846 |
|
847 |
+
#: includes/documents/class-wcpdf-invoice.php:216
|
848 |
+
#: includes/documents/class-wcpdf-invoice.php:268
|
849 |
+
#: includes/documents/class-wcpdf-invoice.php:284
|
850 |
#: includes/documents/class-wcpdf-packing-slip.php:106
|
851 |
#: includes/views/dompdf-status.php:139
|
852 |
+
#: includes/views/setup-wizard/display-options.php:20
|
853 |
+
#: includes/views/setup-wizard/display-options.php:59
|
854 |
+
#: includes/views/setup-wizard/display-options.php:80
|
855 |
msgid "No"
|
856 |
msgstr ""
|
857 |
|
858 |
+
#: includes/documents/class-wcpdf-invoice.php:217
|
859 |
+
#: includes/views/setup-wizard/display-options.php:21
|
860 |
msgid "Only when different from billing address"
|
861 |
msgstr ""
|
862 |
|
863 |
+
#: includes/documents/class-wcpdf-invoice.php:218
|
864 |
+
#: includes/documents/class-wcpdf-invoice.php:371
|
865 |
#: includes/documents/class-wcpdf-packing-slip.php:108
|
866 |
+
#: includes/views/setup-wizard/display-options.php:22
|
867 |
msgid "Always"
|
868 |
msgstr ""
|
869 |
|
870 |
+
#: includes/documents/class-wcpdf-invoice.php:226
|
871 |
#: includes/documents/class-wcpdf-packing-slip.php:116
|
|
|
872 |
msgid "Display email address"
|
873 |
msgstr ""
|
874 |
|
875 |
+
#: includes/documents/class-wcpdf-invoice.php:237
|
876 |
#: includes/documents/class-wcpdf-packing-slip.php:127
|
|
|
877 |
msgid "Display phone number"
|
878 |
msgstr ""
|
879 |
|
880 |
+
#: includes/documents/class-wcpdf-invoice.php:248
|
881 |
#: includes/documents/class-wcpdf-packing-slip.php:138
|
882 |
msgid "Display customer notes"
|
883 |
msgstr ""
|
884 |
|
885 |
+
#: includes/documents/class-wcpdf-invoice.php:261
|
|
|
886 |
msgid "Display invoice date"
|
887 |
msgstr ""
|
888 |
|
889 |
+
#: includes/documents/class-wcpdf-invoice.php:270
|
890 |
+
#: includes/views/setup-wizard/display-options.php:61
|
891 |
msgid "Order Date"
|
892 |
msgstr ""
|
893 |
|
894 |
+
#: includes/documents/class-wcpdf-invoice.php:277
|
|
|
895 |
msgid "Display invoice number"
|
896 |
msgstr ""
|
897 |
|
898 |
+
#: includes/documents/class-wcpdf-invoice.php:286
|
899 |
+
#: includes/views/setup-wizard/display-options.php:82
|
900 |
msgid "Order Number"
|
901 |
msgstr ""
|
902 |
|
903 |
+
#: includes/documents/class-wcpdf-invoice.php:290
|
904 |
msgid "Warning!"
|
905 |
msgstr ""
|
906 |
|
907 |
+
#: includes/documents/class-wcpdf-invoice.php:291
|
908 |
msgid "Using the Order Number as invoice number is not recommended as this may lead to gaps in the invoice number sequence (even when order numbers are sequential)."
|
909 |
msgstr ""
|
910 |
|
911 |
+
#: includes/documents/class-wcpdf-invoice.php:292
|
912 |
msgid "More information"
|
913 |
msgstr ""
|
914 |
|
915 |
+
#: includes/documents/class-wcpdf-invoice.php:299
|
916 |
msgid "Next invoice number (without prefix/suffix etc.)"
|
917 |
msgstr ""
|
918 |
|
919 |
+
#: includes/documents/class-wcpdf-invoice.php:305
|
920 |
msgid "This is the number that will be used for the next document. By default, numbering starts from 1 and increases for every new document. Note that if you override this and set it lower than the current/highest number, this could create duplicate numbers!"
|
921 |
msgstr ""
|
922 |
|
923 |
+
#: includes/documents/class-wcpdf-invoice.php:311
|
924 |
msgid "Number format"
|
925 |
msgstr ""
|
926 |
|
927 |
+
#: includes/documents/class-wcpdf-invoice.php:319
|
928 |
msgid "Prefix"
|
929 |
msgstr ""
|
930 |
|
931 |
+
#: includes/documents/class-wcpdf-invoice.php:321
|
932 |
msgid "If set, this value will be used as number prefix."
|
933 |
msgstr ""
|
934 |
|
935 |
#. translators: 1. document type, 2-3 placeholders
|
936 |
+
#: includes/documents/class-wcpdf-invoice.php:323
|
937 |
+
#: includes/documents/class-wcpdf-invoice.php:332
|
938 |
msgid "You can use the %1$s year and/or month with the %2$s or %3$s placeholders respectively."
|
939 |
msgstr ""
|
940 |
|
941 |
+
#: includes/documents/class-wcpdf-invoice.php:325
|
942 |
+
#: includes/documents/class-wcpdf-invoice.php:334
|
943 |
msgid "Check the Docs article below to see all the available placeholders for prefix/suffix."
|
944 |
msgstr ""
|
945 |
|
946 |
+
#: includes/documents/class-wcpdf-invoice.php:328
|
947 |
msgid "Suffix"
|
948 |
msgstr ""
|
949 |
|
950 |
+
#: includes/documents/class-wcpdf-invoice.php:330
|
951 |
msgid "If set, this value will be used as number suffix."
|
952 |
msgstr ""
|
953 |
|
954 |
+
#: includes/documents/class-wcpdf-invoice.php:337
|
955 |
msgid "Padding"
|
956 |
msgstr ""
|
957 |
|
958 |
#. translators: document type
|
959 |
+
#: includes/documents/class-wcpdf-invoice.php:341
|
960 |
msgid "Enter the number of digits you want to use as padding. For instance, enter <code>6</code> to display the %s number <code>123</code> as <code>000123</code>, filling it with zeros until the number set as padding is reached."
|
961 |
msgstr ""
|
962 |
|
963 |
#. translators: document type
|
964 |
+
#: includes/documents/class-wcpdf-invoice.php:345
|
965 |
msgid "For more information about setting up the number format and see the available placeholders for the prefix and suffix, check this article:"
|
966 |
msgstr ""
|
967 |
|
968 |
#. translators: document type
|
969 |
+
#: includes/documents/class-wcpdf-invoice.php:345
|
970 |
msgid "Number format explained"
|
971 |
msgstr ""
|
972 |
|
973 |
#. translators: document type
|
974 |
+
#: includes/documents/class-wcpdf-invoice.php:345
|
975 |
msgid "<strong>Note</strong>: if you have already created a custom %s number format with a filter, the above settings will be ignored."
|
976 |
msgstr ""
|
977 |
|
978 |
+
#: includes/documents/class-wcpdf-invoice.php:351
|
979 |
msgid "Reset invoice number yearly"
|
980 |
msgstr ""
|
981 |
|
982 |
+
#: includes/documents/class-wcpdf-invoice.php:362
|
983 |
msgid "Allow My Account invoice download"
|
984 |
msgstr ""
|
985 |
|
986 |
+
#: includes/documents/class-wcpdf-invoice.php:369
|
987 |
msgid "Only when an invoice is already created/emailed"
|
988 |
msgstr ""
|
989 |
|
990 |
+
#: includes/documents/class-wcpdf-invoice.php:370
|
991 |
msgid "Only for specific order statuses (define below)"
|
992 |
msgstr ""
|
993 |
|
994 |
+
#: includes/documents/class-wcpdf-invoice.php:372
|
995 |
msgid "Never"
|
996 |
msgstr ""
|
997 |
|
998 |
+
#: includes/documents/class-wcpdf-invoice.php:387
|
999 |
msgid "Enable invoice number column in the orders list"
|
1000 |
msgstr ""
|
1001 |
|
1002 |
+
#: includes/documents/class-wcpdf-invoice.php:398
|
1003 |
+
msgid "Enable invoice date column in the orders list"
|
1004 |
+
msgstr ""
|
1005 |
+
|
1006 |
+
#: includes/documents/class-wcpdf-invoice.php:409
|
1007 |
msgid "Disable for free orders"
|
1008 |
msgstr ""
|
1009 |
|
1010 |
#. translators: zero number
|
1011 |
+
#: includes/documents/class-wcpdf-invoice.php:416
|
1012 |
msgid "Disable document when the order total is %s"
|
1013 |
msgstr ""
|
1014 |
|
1015 |
+
#: includes/documents/class-wcpdf-invoice.php:422
|
1016 |
msgid "Always use most current settings"
|
1017 |
msgstr ""
|
1018 |
|
1019 |
+
#: includes/documents/class-wcpdf-invoice.php:428
|
1020 |
msgid "When enabled, the document will always reflect the most current settings (such as footer text, document name, etc.) rather than using historical settings."
|
1021 |
msgstr ""
|
1022 |
|
1023 |
+
#: includes/documents/class-wcpdf-invoice.php:430
|
1024 |
msgid "<strong>Caution:</strong> enabling this will also mean that if you change your company name or address in the future, previously generated documents will also be affected."
|
1025 |
msgstr ""
|
1026 |
|
1027 |
+
#: includes/documents/class-wcpdf-invoice.php:443
|
1028 |
msgid "Invoice numbers are created by a third-party extension."
|
1029 |
msgstr ""
|
1030 |
|
1031 |
#. translators: link
|
1032 |
+
#: includes/documents/class-wcpdf-invoice.php:446
|
1033 |
msgid "Configure it <a href=\"%s\">here</a>."
|
1034 |
msgstr ""
|
1035 |
|
1238 |
msgid "Select some additional display options for your invoice."
|
1239 |
msgstr ""
|
1240 |
|
1241 |
+
#: includes/views/setup-wizard/display-options.php:13
|
1242 |
+
msgid "Shipping address"
|
1243 |
+
msgstr ""
|
1244 |
+
|
1245 |
+
#: includes/views/setup-wizard/display-options.php:34
|
1246 |
+
msgid "Email address"
|
1247 |
+
msgstr ""
|
1248 |
+
|
1249 |
+
#: includes/views/setup-wizard/display-options.php:43
|
1250 |
+
msgid "Phone number"
|
1251 |
+
msgstr ""
|
1252 |
+
|
1253 |
+
#: includes/views/setup-wizard/display-options.php:52
|
1254 |
+
msgid "Invoice date"
|
1255 |
+
msgstr ""
|
1256 |
+
|
1257 |
+
#: includes/views/setup-wizard/display-options.php:73
|
1258 |
+
msgid "Invoice number"
|
1259 |
+
msgstr ""
|
1260 |
+
|
1261 |
#: includes/views/setup-wizard/good-to-go.php:3
|
1262 |
msgid "You are good to go!"
|
1263 |
msgstr ""
|
1323 |
msgstr ""
|
1324 |
|
1325 |
#: includes/views/wcpdf-extensions.php:14
|
1326 |
+
msgid "Supercharge PDF Invoices & Packing Slips for WooCommerce with the all our premium extensions:"
|
1327 |
msgstr ""
|
1328 |
|
1329 |
#: includes/views/wcpdf-extensions.php:15
|
1385 |
msgstr ""
|
1386 |
|
1387 |
#: includes/views/wcpdf-extensions.php:34
|
1388 |
+
msgid "Get PDF Invoices & Packing Slips for WooCommerce Bundle"
|
1389 |
msgstr ""
|
1390 |
|
1391 |
#: includes/views/wcpdf-extensions.php:43
|
1393 |
msgstr ""
|
1394 |
|
1395 |
#: includes/views/wcpdf-extensions.php:45
|
1396 |
+
msgid "Supercharge PDF Invoices & Packing Slips for WooCommerce with the following features:"
|
1397 |
msgstr ""
|
1398 |
|
1399 |
#: includes/views/wcpdf-extensions.php:55
|
1400 |
+
msgid "Get PDF Invoices & Packing Slips for WooCommerce Professional!"
|
1401 |
msgstr ""
|
1402 |
|
1403 |
#: includes/views/wcpdf-extensions.php:63
|
1460 |
|
1461 |
#. translators: ★★★★★ (5-star)
|
1462 |
#: includes/views/wcpdf-settings-page.php:7
|
1463 |
+
msgid "If you like <strong>PDF Invoices & Packing Slips for WooCommerce</strong> please leave us a %s rating. A huge thank you in advance!"
|
|
|
|
|
|
|
|
|
1464 |
msgstr ""
|
1465 |
|
1466 |
#: includes/views/wcpdf-settings-page.php:88
|
1559 |
|
1560 |
#. translators: <a> tags
|
1561 |
#: woocommerce-pdf-invoices-packingslips.php:270
|
1562 |
+
msgid "PDF Invoices & Packing Slips for WooCommerce requires %1$sWooCommerce%2$s to be installed & activated!"
|
1563 |
msgstr ""
|
1564 |
|
1565 |
#: woocommerce-pdf-invoices-packingslips.php:281
|
1566 |
+
msgid "PDF Invoices & Packing Slips for WooCommerce requires PHP 7.1 (7.4 or higher recommended)."
|
1567 |
msgstr ""
|
1568 |
|
1569 |
#. translators: <a> tags
|
1586 |
msgstr ""
|
1587 |
|
1588 |
#: woocommerce-pdf-invoices-packingslips.php:417
|
1589 |
+
msgid "When sending emails with MailPoet 3 and the active sending method is <strong>MailPoet Sending Service</strong> or <strong>Your web host / web server</strong>, MailPoet does not include the <strong>PDF Invoices & Packing Slips for WooCommerce</strong> attachments in the emails."
|
1590 |
msgstr ""
|
1591 |
|
1592 |
#: woocommerce-pdf-invoices-packingslips.php:418
|
license.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
|
3 |
Copyright 2013 by the contributors
|
4 |
|
@@ -19,14 +19,14 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
19 |
This program incorporates work covered by the following copyright and
|
20 |
permission notices:
|
21 |
|
22 |
-
WooCommerce
|
23 |
-
WooCommerce
|
24 |
|
25 |
and
|
26 |
|
27 |
WP Overnight
|
28 |
|
29 |
-
|
30 |
|
31 |
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|
32 |
|
1 |
+
PDF Invoices & Packing Slips for WooCommerce
|
2 |
|
3 |
Copyright 2013 by the contributors
|
4 |
|
19 |
This program incorporates work covered by the following copyright and
|
20 |
permission notices:
|
21 |
|
22 |
+
WooCommerce Print Invoices & Delivery Notes is created by Deckerweb & Piffpaffpuff
|
23 |
+
WooCommerce Print Invoices & Delivery Notes is released under the GPL v3 or later (http://www.opensource.org/licenses/gpl-license.php)
|
24 |
|
25 |
and
|
26 |
|
27 |
WP Overnight
|
28 |
|
29 |
+
PDF Invoices & Packing Slips for WooCommerce is released under the GPL
|
30 |
|
31 |
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|
32 |
|
readme.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
===
|
2 |
Contributors: pomegranate, alexmigf, yordansoares, kluver, dpeyou
|
3 |
Donate link: https://wpovernight.com/downloads/woocommerce-pdf-invoices-packing-slips-bundle/
|
4 |
Tags: woocommerce, pdf, invoices, packing slips, print, delivery notes, invoice, packing slip, export, email, bulk, automatic
|
5 |
Requires at least: 3.5
|
6 |
Tested up to: 6.0
|
7 |
Requires PHP: 7.1
|
8 |
-
Stable tag: 3.2.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -26,9 +26,9 @@ This WooCommerce extension automatically adds a PDF invoice to the order confirm
|
|
26 |
|
27 |
In addition to this, we offer several premium extensions:
|
28 |
|
29 |
-
* Create/email PDF Proforma Invoices, Credit Notes (for Refunds), email Packing Slips, automatic upload to Dropbox & more with [
|
30 |
* Automatically send new orders or packing slips to your printer, as soon as the customer orders! [WooCommerce Automatic Order Printing](https://www.simbahosting.co.uk/s3/product/woocommerce-printnode-automatic-order-printing/?affiliates=2) (from our partners at Simba Hosting)
|
31 |
-
* More advanced & stylish templates with [
|
32 |
|
33 |
= Fully customizable =
|
34 |
In addition to a number of default settings (including a custom header/logo) and several layout fields that you can use out of the box, the plugin contains HTML/CSS based templates that allow for customization & full control over the PDF output. Copy the templates to your theme folder and you don't have to worry that your customizations will be overwritten when you update the plugin.
|
@@ -46,9 +46,9 @@ In addition to a number of default settings (including a custom header/logo) and
|
|
46 |
* WordPress 3.5 or later
|
47 |
|
48 |
= Automatic installation =
|
49 |
-
Automatic installation is the easiest option as WordPress handles the file transfers itself and you don't even need to leave your web browser. To do an automatic install of
|
50 |
|
51 |
-
In the search field type "
|
52 |
|
53 |
= Manual installation via the WordPress interface =
|
54 |
1. Download the plugin zip file to your computer
|
@@ -66,7 +66,7 @@ In the search field type "WooCommerce PDF Invoices & Packing Slips" and click Se
|
|
66 |
|
67 |
= Where can I find the documentation? =
|
68 |
|
69 |
-
[
|
70 |
|
71 |
= It's not working! =
|
72 |
|
@@ -102,10 +102,13 @@ There's a setting on the Status tab of the settings page that allows you to togg
|
|
102 |
|
103 |
== Changelog ==
|
104 |
|
|
|
|
|
|
|
105 |
= 3.2.0 (2022-09-26) =
|
106 |
* New: setting to display the Invoice date column in the WooCommerce orders list
|
107 |
* New: updated Dompdf to version 2.0.1, which fixes a security vulnerability.
|
108 |
-
* New: filter
|
109 |
* Tweak: improved document settings data init/save
|
110 |
* Tweak: improved wizard display settings
|
111 |
* Tweak: improved styles and descriptions for the document 'Number format' settings
|
@@ -116,7 +119,7 @@ There's a setting on the Status tab of the settings page that allows you to togg
|
|
116 |
|
117 |
= 3.1.0 (2022-09-06) =
|
118 |
* New: custom document links feature available from the Status settings page. Changes the document links to a prettier URL scheme
|
119 |
-
* New: action hooks before and after the shop logo:
|
120 |
* Fix: replaces WP_Filesystem with PHP functions to delete temporary files
|
121 |
* Marked tested up to WooCommerce 6.8
|
122 |
|
1 |
+
=== PDF Invoices & Packing Slips for WooCommerce ===
|
2 |
Contributors: pomegranate, alexmigf, yordansoares, kluver, dpeyou
|
3 |
Donate link: https://wpovernight.com/downloads/woocommerce-pdf-invoices-packing-slips-bundle/
|
4 |
Tags: woocommerce, pdf, invoices, packing slips, print, delivery notes, invoice, packing slip, export, email, bulk, automatic
|
5 |
Requires at least: 3.5
|
6 |
Tested up to: 6.0
|
7 |
Requires PHP: 7.1
|
8 |
+
Stable tag: 3.2.1
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
26 |
|
27 |
In addition to this, we offer several premium extensions:
|
28 |
|
29 |
+
* Create/email PDF Proforma Invoices, Credit Notes (for Refunds), email Packing Slips, automatic upload to Dropbox & more with [PDF Invoices & Packing Slips for WooCommerce Professional](https://wpovernight.com/downloads/woocommerce-pdf-invoices-packing-slips-professional/)
|
30 |
* Automatically send new orders or packing slips to your printer, as soon as the customer orders! [WooCommerce Automatic Order Printing](https://www.simbahosting.co.uk/s3/product/woocommerce-printnode-automatic-order-printing/?affiliates=2) (from our partners at Simba Hosting)
|
31 |
+
* More advanced & stylish templates with [PDF Invoices & Packing Slips for WooCommerce Premium Templates](https://wpovernight.com/downloads/woocommerce-pdf-invoices-packing-slips-premium-templates/)
|
32 |
|
33 |
= Fully customizable =
|
34 |
In addition to a number of default settings (including a custom header/logo) and several layout fields that you can use out of the box, the plugin contains HTML/CSS based templates that allow for customization & full control over the PDF output. Copy the templates to your theme folder and you don't have to worry that your customizations will be overwritten when you update the plugin.
|
46 |
* WordPress 3.5 or later
|
47 |
|
48 |
= Automatic installation =
|
49 |
+
Automatic installation is the easiest option as WordPress handles the file transfers itself and you don't even need to leave your web browser. To do an automatic install of PDF Invoices & Packing Slips for WooCommerce, log in to your WordPress admin panel, navigate to the Plugins menu and click Add New.
|
50 |
|
51 |
+
In the search field type "PDF Invoices & Packing Slips for WooCommerce" and click Search Plugins. You can install it by simply clicking Install Now. After clicking that link you will be asked if you're sure you want to install the plugin. Click yes and WordPress will automatically complete the installation. After installation has finished, click the 'activate plugin' link.
|
52 |
|
53 |
= Manual installation via the WordPress interface =
|
54 |
1. Download the plugin zip file to your computer
|
66 |
|
67 |
= Where can I find the documentation? =
|
68 |
|
69 |
+
[PDF Invoices & Packing Slips for WooCommerce documentation](https://docs.wpovernight.com/topic/woocommerce-pdf-invoices-packing-slips/)
|
70 |
|
71 |
= It's not working! =
|
72 |
|
102 |
|
103 |
== Changelog ==
|
104 |
|
105 |
+
= 3.2.1 (2022-10-06) =
|
106 |
+
* Renames the plugin to comply with trademark rules
|
107 |
+
|
108 |
= 3.2.0 (2022-09-26) =
|
109 |
* New: setting to display the Invoice date column in the WooCommerce orders list
|
110 |
* New: updated Dompdf to version 2.0.1, which fixes a security vulnerability.
|
111 |
+
* New: filter `wpo_wcpdf_document_link_additional_vars` to add additional query variables to the document link
|
112 |
* Tweak: improved document settings data init/save
|
113 |
* Tweak: improved wizard display settings
|
114 |
* Tweak: improved styles and descriptions for the document 'Number format' settings
|
119 |
|
120 |
= 3.1.0 (2022-09-06) =
|
121 |
* New: custom document links feature available from the Status settings page. Changes the document links to a prettier URL scheme
|
122 |
+
* New: action hooks before and after the shop logo: `wpo_wcpdf_before_shop_logo` and `wpo_wcpdf_after_shop_logo`
|
123 |
* Fix: replaces WP_Filesystem with PHP functions to delete temporary files
|
124 |
* Marked tested up to WooCommerce 6.8
|
125 |
|
templates/Simple/template-functions.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Use this file for all your template filters and actions.
|
4 |
-
* Requires
|
5 |
*/
|
6 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
1 |
<?php
|
2 |
/**
|
3 |
* Use this file for all your template filters and actions.
|
4 |
+
* Requires PDF Invoices & Packing Slips for WooCommerce 1.4.13 or higher
|
5 |
*/
|
6 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
woocommerce-pdf-invoices-packingslips.php
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Plugin Name:
|
4 |
-
* Plugin URI:
|
5 |
-
* Description:
|
6 |
-
* Version:
|
7 |
-
* Author:
|
8 |
-
* Author URI:
|
9 |
-
* License:
|
10 |
-
* License URI:
|
11 |
-
* Text Domain:
|
12 |
* WC requires at least: 2.2.0
|
13 |
-
* WC tested up to:
|
14 |
*/
|
15 |
|
16 |
if ( ! defined( 'ABSPATH' ) ) {
|
@@ -21,7 +21,7 @@ if ( !class_exists( 'WPO_WCPDF' ) ) :
|
|
21 |
|
22 |
class WPO_WCPDF {
|
23 |
|
24 |
-
public $version = '3.2.
|
25 |
public $plugin_basename;
|
26 |
public $legacy_mode;
|
27 |
public $legacy_textdomain;
|
@@ -267,7 +267,7 @@ class WPO_WCPDF {
|
|
267 |
*/
|
268 |
public function need_woocommerce() {
|
269 |
/* translators: <a> tags */
|
270 |
-
$error = sprintf( esc_html__( '
|
271 |
|
272 |
$message = '<div class="error"><p>' . $error . '</p></div>';
|
273 |
|
@@ -278,7 +278,7 @@ class WPO_WCPDF {
|
|
278 |
* PHP version requirement notice
|
279 |
*/
|
280 |
public function required_php_version() {
|
281 |
-
$error_message = __( '
|
282 |
/* translators: <a> tags */
|
283 |
$php_message = __( 'We strongly recommend to %1$supdate your PHP version%2$s.', 'woocommerce-pdf-invoices-packing-slips' );
|
284 |
/* translators: <a> tags */
|
@@ -414,7 +414,7 @@ class WPO_WCPDF {
|
|
414 |
?>
|
415 |
<div class="error">
|
416 |
<img src="<?php echo $this->plugin_url() . "/assets/images/mailpoet.svg"; ?>" style="margin-top:10px;">
|
417 |
-
<p><?php _e( 'When sending emails with MailPoet 3 and the active sending method is <strong>MailPoet Sending Service</strong> or <strong>Your web host / web server</strong>, MailPoet does not include the <strong>
|
418 |
<p><?php _e( 'To fix this you should select <strong>The default WordPress sending method (default)</strong> on the <strong>Advanced tab</strong>.', 'woocommerce-pdf-invoices-packing-slips' ); ?></p>
|
419 |
<p><a class="button" href="<?php echo esc_url( admin_url( 'admin.php?page=mailpoet-settings#/advanced' ) ); ?>"><?php _e( 'Change MailPoet sending method to WordPress (default)', 'woocommerce-pdf-invoices-packing-slips' ); ?></a></p>
|
420 |
<p><a href="<?php echo esc_url( add_query_arg( 'wpo_wcpdf_hide_mailpoet_notice', 'true' ) ); ?>"><?php _e( 'Hide this message', 'woocommerce-pdf-invoices-packing-slips' ); ?></a></p>
|
@@ -453,7 +453,7 @@ class WPO_WCPDF {
|
|
453 |
endif; // class_exists
|
454 |
|
455 |
/**
|
456 |
-
* Returns the main instance of
|
457 |
*
|
458 |
* @since 1.6
|
459 |
* @return WPO_WCPDF
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Plugin Name: PDF Invoices & Packing Slips for WooCommerce
|
4 |
+
* Plugin URI: https://wpovernight.com/downloads/woocommerce-pdf-invoices-packing-slips-bundle/
|
5 |
+
* Description: Create, print & email PDF invoices & packing slips for WooCommerce orders.
|
6 |
+
* Version: 3.2.1
|
7 |
+
* Author: WP Overnight
|
8 |
+
* Author URI: https://www.wpovernight.com
|
9 |
+
* License: GPLv2 or later
|
10 |
+
* License URI: https://opensource.org/licenses/gpl-license.php
|
11 |
+
* Text Domain: woocommerce-pdf-invoices-packing-slips
|
12 |
* WC requires at least: 2.2.0
|
13 |
+
* WC tested up to: 6.9
|
14 |
*/
|
15 |
|
16 |
if ( ! defined( 'ABSPATH' ) ) {
|
21 |
|
22 |
class WPO_WCPDF {
|
23 |
|
24 |
+
public $version = '3.2.1';
|
25 |
public $plugin_basename;
|
26 |
public $legacy_mode;
|
27 |
public $legacy_textdomain;
|
267 |
*/
|
268 |
public function need_woocommerce() {
|
269 |
/* translators: <a> tags */
|
270 |
+
$error = sprintf( esc_html__( 'PDF Invoices & Packing Slips for WooCommerce requires %1$sWooCommerce%2$s to be installed & activated!' , 'woocommerce-pdf-invoices-packing-slips' ), '<a href="http://wordpress.org/extend/plugins/woocommerce/">', '</a>' );
|
271 |
|
272 |
$message = '<div class="error"><p>' . $error . '</p></div>';
|
273 |
|
278 |
* PHP version requirement notice
|
279 |
*/
|
280 |
public function required_php_version() {
|
281 |
+
$error_message = __( 'PDF Invoices & Packing Slips for WooCommerce requires PHP 7.1 (7.4 or higher recommended).', 'woocommerce-pdf-invoices-packing-slips' );
|
282 |
/* translators: <a> tags */
|
283 |
$php_message = __( 'We strongly recommend to %1$supdate your PHP version%2$s.', 'woocommerce-pdf-invoices-packing-slips' );
|
284 |
/* translators: <a> tags */
|
414 |
?>
|
415 |
<div class="error">
|
416 |
<img src="<?php echo $this->plugin_url() . "/assets/images/mailpoet.svg"; ?>" style="margin-top:10px;">
|
417 |
+
<p><?php _e( 'When sending emails with MailPoet 3 and the active sending method is <strong>MailPoet Sending Service</strong> or <strong>Your web host / web server</strong>, MailPoet does not include the <strong>PDF Invoices & Packing Slips for WooCommerce</strong> attachments in the emails.', 'woocommerce-pdf-invoices-packing-slips' ); ?></p>
|
418 |
<p><?php _e( 'To fix this you should select <strong>The default WordPress sending method (default)</strong> on the <strong>Advanced tab</strong>.', 'woocommerce-pdf-invoices-packing-slips' ); ?></p>
|
419 |
<p><a class="button" href="<?php echo esc_url( admin_url( 'admin.php?page=mailpoet-settings#/advanced' ) ); ?>"><?php _e( 'Change MailPoet sending method to WordPress (default)', 'woocommerce-pdf-invoices-packing-slips' ); ?></a></p>
|
420 |
<p><a href="<?php echo esc_url( add_query_arg( 'wpo_wcpdf_hide_mailpoet_notice', 'true' ) ); ?>"><?php _e( 'Hide this message', 'woocommerce-pdf-invoices-packing-slips' ); ?></a></p>
|
453 |
endif; // class_exists
|
454 |
|
455 |
/**
|
456 |
+
* Returns the main instance of PDF Invoices & Packing Slips for WooCommerce to prevent the need to use globals.
|
457 |
*
|
458 |
* @since 1.6
|
459 |
* @return WPO_WCPDF
|