piffpaffpuff
Forum Replies Created
-
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Attached to customer emailin version 4.1 you have a settings option to show a print link in the emails.
you can do that with a hook and a function that goes into your functions.php file:
function example_phone_number_below_shipping_address( $address, $order ) { return $address . '<p>' . $order->billing_phone . '</p>'; } add_filter( 'wcdn_address_shipping', 'example_phone_number_below_shipping_address', 10, 2 );Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Quantity runs in with pricesorry for the late feedback. i can’t reproduce the issue. could youi please provide a screenshot?
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] multiple shipping adressesthe shipping_packages functionality was probably provided through another woocommerce plugin. do you know how it is called?
there is no field for “Delivery Instructions”. do you mean the “Returns Policy, Conditions, etc” field or the “Customer Notes” below the products list?
or maybe you are using another plugin?
hi, the plugin uses load_textdomain in case you have your own translation in the wordpress language folder /wp-content/languages/plugins/. otherwise it falls back to the language file inside the plugin folder.
could you explain further what your issue is?
@adrian2k7 that looks like an interesting solution.
@cb00 Thanks for the feedback. It’s worth to pay for the pdf invoices plugin because it offers very advanced functionalities. Don’t expect that a free plugin could compete with that.
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Invoice DataAs always: functions.php
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Quantity runs in with price@chunk69 which browser and version do you use? What is the paper format you use to print?
There are many topics in this forum and an example in the FAQ that explan how to show a custom field.
But for your case you need also a field where you can enter this number in the admin. For this you can search for an additional plugin that lets you create custom fields and boxes. There are many of them.
how does a refund/ credit invoice look like. what is different to a normal invoice?
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Print automatic a orderForum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Order notes not printingi’m sorry but “order notes” were never supported. you can only print notes that a client enters during the checkout. the “Customer Note” is added after the product list.
i’m not sue if you made a custom template or are using not this plugin at all.
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Invoice Datemaybe i don’t seem to understand you right but the thin is programmed like that:
when you print the invoice for the first time, the invoice date and invoice number are generated automatically. they will be saved and can’t be changed later. example: print invoice 3 and it wlll have a date of ie. the 26th november, print invoice 4 the next day and it will be dated the 27th.
this means, your case can’t ever happen.
@mandy well, this is a quite an edge case. the whole language loading process is based on how wordpress loads languages. if the backend is english, also all plugins (not just this one) will be in english too.
to program a solution just to support wpml would take too much time and testing. but i think it could be a feature for a paid pro version. but i do not have any plans for something like that. sorry.
@modularte Könntest du deine Antwort bitte noch auf English posten? Deutsch verstehen leider nicht alle.
Could you please post your reply in english?