moksha shah
Forum Replies Created
-
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Delivery noteSorry, this changes are not possible directly throught code snippet.
Good to know that your first problem is resolved.
It would be great if you can give a review for the plugin & the support on https://www.ads-software.com/support/plugin/woocommerce-delivery-notes/reviews/#new-post. That would be very helpful.
Regards,Moksha.
Hi @alfredo1216 ,
Yes, We are looking into this & will get back to you soon with a solution.
Regards,Moksha.
Yes, it is possible to change the beginning text of an email, telephone, billing, and shipping address. You will get all the solutions in FAQ. We are also sharing a code that will help you to make changes.
Please add this function in either the functions.php file of your active theme or add it as a snippet using the Code Snippets plugin.
function change_field_names( $fields, $order ) { $fields['billing_email'] = array( 'label' => __( 'Change Email name', 'woocommerce-delivery-notes' ), 'value' => $order->get_billing_email(), ); $fields['billing_phone'] = array( 'label' => __( 'Change phone number', 'woocommerce-delivery-notes' ), 'value' => $order->get_billing_phone(), ); return $fields; } add_filter( 'wcdn_order_info_fields', 'change_field_names',10, 2 );
Please let us know if you have any queries.
Regards, Moksha.
Hi @wellmor
You can remove the billing address from the “delivery notes” in our invoice. Please can you add this function in either the functions.php file of your active theme or add it as a snippet using the Code Snippets plugin.
function Remove_billing_address() { ?> <style> .delivery-note .order-addresses .billing-address { display: none; } </style> <?php } add_action('wcdn_head','Remove_billing_address',20);
Please let us know if you you have any queries.
Regards,Moksha.
Hi @cardapiovirtual ,
Currently, there is no way to print the order directly after the order confirmation.
Regards, Moksha.
Hi @davidmazza21,
Sorry, this issue is not related to our plugin. But we are sharing a reference link.
Please let us know if you need any other help related our plugin.
Regards,Moksha.
Hi @swilky ,
This issue is not replicated on our site, But please can you tell us which PHP version and Print invoice & delivery notes version are you using? Please can you share a screenshot of that error? You can send an email directly to tychesoftwares dot freshdesk dot com.
Regards, Moksha.
Hi @stelakoulas
Sorry, It’s not possible to automatically generate & attach the Delivery Note to a new order Email.
Do let me know if you need any further help.
Regards,
Moksha.Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Logo sizeWe have a code for your issue but not yet been updated in our invoice. we have added two options on the settings page. Add this code to your site and please let us know or you can give us feedback is resizing the logo code is working properly or not.
To resize the logo’s width and height. Please replace the below files in the given path.
Please take a backup of the existing plugin before replacing the file below.
File path:- woocommerce-delivery-notes/includes/.
File:-?https://www.dropbox.com/s/cmnynxazjy24hb0/class-wcdn-settings.php?dl=0
File:-?https://www.dropbox.com/s/b3floqi25ygxz9u/wcdn-template-functions.php?dl=0File path: -woocommerce-delivery-notes/js.
File:- https://www.dropbox.com/s/qv6525iyx2j9sj7/admin.js?dl=0Please note:- Updating the plugin’s new version will wipe out these changes.
Regards,
Moksha.Hi @manveel
We are looking into this & will get back to you soon with a solution. You can send an email directly to tychesoftwares dot freshdesk dot com.
Regards,Moksha
Thank you for your suggestions, We are looking into this issue and trying to enhance our plugin. But we have code for your first two points. For the second point, you can use bulk actions to print multiple orders at once
For the first point sharing code, please can you add this function in either the functions.php file of your active theme or add it as a snippet using the Code Snippets plugin.
function Remove_invoice_price() { ?> <style> .invoice .order-items .total-item-price, .invoice .order-items .head-item-price, .invoice .order-items .product-item-price { display: none; } </style> <?php } add_action('wcdn_head','Remove_invoice_price',20);
Please let us know if you you have any queries.
Regards,Moksha.
By adding this code to our site, it’s working properly. We are sharing a screenshot in that you can see the changes through this code. But You can send an email directly to tychesoftwares dot freshdesk dot com.
Screenshot :- https://prnt.sc/3Lv9NDhs5hn1
Please let us know if you need any other help.
Regards,Moksha.
Hi @lhanyok
This issue is not replicated on our site. But You can send an email directly to tychesoftwares dot freshdesk dot com.
Hi @besselink
Good to know that your problem is resolved.
It would be great if you can give a review for the plugin & the support on https://www.ads-software.com/support/plugin/woocommerce-delivery-notes/reviews/#new-post. That would be very helpful.
Regards,Moksha.