New to Translating WordPress? Read through our Translator Handbook to get started. Hide
| Prio | Original string | Translation | — |
|---|---|---|---|
| Quickly print invoices, delivery notes and receipts on the “Orders” page | You have to log in to add a translation. | Details | |
Original untranslated Quickly print invoices, delivery notes and receipts on the “Orders” page You have to log in to edit this translation. | |||
| Print invoices, delivery notes and receipts via the side panel on the “Order Edit” page | You have to log in to add a translation. | Details | |
Original untranslated Print invoices, delivery notes and receipts via the side panel on the “Order Edit” page CommentFound in description list item. You have to log in to edit this translation. | |||
| <strong><a href="https://www.tychesoftwares.com/products/woocommerce-flexi-bogo-plugin/?utm_source=wprepo&utm_medium=link&utm_campaign=WCDeliveryNotes" title="Flexi BOGO for WooCommerce">Flexi BOGO for WooCommerce</a></strong> | You have to log in to add a translation. | Details | |
Original untranslated <strong><a href="https://www.tychesoftwares.com/products/woocommerce-flexi-bogo-plugin/?utm_source=wprepo&utm_medium=link&utm_campaign=WCDeliveryNotes" title="Flexi BOGO for WooCommerce">Flexi BOGO for WooCommerce</a></strong> CommentFound in description paragraph. You have to log in to edit this translation. | |||
| The only BOGO plugin with a revenue tracking feature. <strong>Now, at an attractive introductory price</strong>. <a href="https://www.tychesoftwares.com/products/woocommerce-flexi-bogo-plugin/?utm_source=wprepo&utm_medium=pluginpagetop&utm_campaign=WCDeliveryNotes">Check out our new plugin here</a>. | You have to log in to add a translation. | Details | |
Original untranslated The only BOGO plugin with a revenue tracking feature. <strong>Now, at an attractive introductory price</strong>. <a href="https://www.tychesoftwares.com/products/woocommerce-flexi-bogo-plugin/?utm_source=wprepo&utm_medium=pluginpagetop&utm_campaign=WCDeliveryNotes">Check out our new plugin here</a>. CommentFound in description paragraph. You have to log in to edit this translation. | |||
| 🚀 New Launch: Flexi BOGO for WooCommerce | You have to log in to add a translation. | Details | |
Original untranslated 🚀 New Launch: Flexi BOGO for WooCommerce CommentFound in description header. You have to log in to edit this translation. | |||
| Please <a href="https://github.com/TycheSoftwares/woocommerce-delivery-notes#translating">contribute your translation</a> to include it in the distribution. | You have to log in to add a translation. | Details | |
Original untranslated Please <a href="https://github.com/TycheSoftwares/woocommerce-delivery-notes#translating">contribute your translation</a> to include it in the distribution. CommentFound in faq paragraph. You have to log in to edit this translation. | |||
| Upload your language file to <code>/wp-content/languages/plugins/</code> (create this folder if it doesn't exist). WordPress will then load the language. Make sure you use the same locale as in your configuration and the correct plugin locale i.e. <code>woocommerce-delivery-notes-it_IT.mo/.po</code>. | You have to log in to add a translation. | Details | |
Original untranslated Upload your language file to <code>/wp-content/languages/plugins/</code> (create this folder if it doesn't exist). WordPress will then load the language. Make sure you use the same locale as in your configuration and the correct plugin locale i.e. <code>woocommerce-delivery-notes-it_IT.mo/.po</code>. CommentFound in faq paragraph. You have to log in to edit this translation. | |||
| The plugin uses the exact same content as WooCommerce. If the content isn't available in WooCommerce, then it will neither be in the delivery note and invoice. In case you have some special needs, you first have to enhance WooCommerce to solve your issue. Afterwards you can integrate the solution into the invoice and delivery note template via hooks. | You have to log in to add a translation. | Details | |
Original untranslated The plugin uses the exact same content as WooCommerce. If the content isn't available in WooCommerce, then it will neither be in the delivery note and invoice. In case you have some special needs, you first have to enhance WooCommerce to solve your issue. Afterwards you can integrate the solution into the invoice and delivery note template via hooks. CommentFound in faq paragraph. You have to log in to edit this translation. | |||
| You can use the functions from WordPress, WooCommerce and every installed plugin or activated theme. You can find all plugin specific functions in the <code>wcdn-template-functions.php</code> file. In addition the <code>$order</code>variable in the template is just a normal <code>WC_Order</code> instance. | You have to log in to add a translation. | Details | |
Original untranslated You can use the functions from WordPress, WooCommerce and every installed plugin or activated theme. You can find all plugin specific functions in the <code>wcdn-template-functions.php</code> file. In addition the <code>$order</code>variable in the template is just a normal <code>WC_Order</code> instance. CommentFound in faq paragraph. You have to log in to edit this translation. | |||
| Unfortunately there isn't yet. But you can look directly at the template files to see what is available. | You have to log in to add a translation. | Details | |
Original untranslated Unfortunately there isn't yet. But you can look directly at the template files to see what is available. CommentFound in faq paragraph. You have to log in to edit this translation. | |||
| Note: Create the <code>woocommerce</code> and <code>print-order</code> folders if they do not exists. This way your changes won't be overridden on plugin updates. | You have to log in to add a translation. | Details | |
Original untranslated Note: Create the <code>woocommerce</code> and <code>print-order</code> folders if they do not exists. This way your changes won't be overridden on plugin updates. CommentFound in faq paragraph. You have to log in to edit this translation. | |||
| Well, first try it with CSS and some filter/action hooks, maybe the questions above can help you. If this isn't enough, you are free to edit the HTML and CSS of the template. Consider this solution only, if you really know some HTML, CSS and PHP! Most probably you want to edit the <code>print-content.php</code> and <code>style.css</code>. Copy the files from <code>woocommerce-delivery-notes/templates/print-order</code> to <code>yourtheme/woocommerce/print-order</code> and start editing them. | You have to log in to add a translation. | Details | |
Original untranslated Well, first try it with CSS and some filter/action hooks, maybe the questions above can help you. If this isn't enough, you are free to edit the HTML and CSS of the template. Consider this solution only, if you really know some HTML, CSS and PHP! Most probably you want to edit the <code>print-content.php</code> and <code>style.css</code>. Copy the files from <code>woocommerce-delivery-notes/templates/print-order</code> to <code>yourtheme/woocommerce/print-order</code> and start editing them. CommentFound in faq paragraph. You have to log in to edit this translation. | |||
| Note: Create the <code>woocommerce</code> and <code>print-order</code> folders if they do not exist. This way your changes won't be overridden on plugin updates. | You have to log in to add a translation. | Details | |
Original untranslated Note: Create the <code>woocommerce</code> and <code>print-order</code> folders if they do not exist. This way your changes won't be overridden on plugin updates. CommentFound in faq paragraph. You have to log in to edit this translation. | |||
| You can use the techniques from the questions above. Or you consider the <code>wcdn_head</code> hook to enqueue your own stylesheet. Or for full control, copy the file <code>style.css</code> from <code>woocommerce-delivery-notes/templates/print-order</code> to <code>yourtheme/woocommerce/print-order</code> and start editing it. | You have to log in to add a translation. | Details | |
Original untranslated You can use the techniques from the questions above. Or you consider the <code>wcdn_head</code> hook to enqueue your own stylesheet. Or for full control, copy the file <code>style.css</code> from <code>woocommerce-delivery-notes/templates/print-order</code> to <code>yourtheme/woocommerce/print-order</code> and start editing it. CommentFound in faq paragraph. You have to log in to edit this translation. | |||
| The <code>body</code> tag contains a class that specifies the template type. The class can be <code>invoice</code> or <code>delivery-note</code>. You can prefix your style rules to only target one template. For example you could rise the font size for the addresses on the right side: | You have to log in to add a translation. | Details | |
Original untranslated The <code>body</code> tag contains a class that specifies the template type. The class can be <code>invoice</code> or <code>delivery-note</code>. You can prefix your style rules to only target one template. For example you could rise the font size for the addresses on the right side: CommentFound in faq paragraph. You have to log in to edit this translation. | |||
Export as
Comment
Found in description list item.