moksha shah
Forum Replies Created
-
Hi @alvaroroman,
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.
Please Feel free to let us know if you need any help
Regards,Moksha.
Hi @alvaroroman,
We have included a new column for original price in our invoice. Please replace the below file in the given path. Sharing a screenshot after replacing the below file our invoice will display the original price.
Screenshot :- https://prnt.sc/rGNbL7DOrkSQ
Please take a backup of the existing plugin before replacing the file below.
Path: woocommerce-delivery-notes/templates/print-order/
Dropbox link: https://www.dropbox.com/scl/fi/i2nfvigvutg871jve0gbf/print-content.php?rlkey=d45fwllo82ecrm69br02142mp&dl=0
Please note:- Updating the plugin’s new version will wipe out these changes.
Let us know for any further help.
Regards,
Moksha.Yes, It is possible to show the original price on our invoice. Could you please provide a screenshot of where you would like the price displayed?
Regards,Moksha.
- This reply was modified 1 year, 5 months ago by moksha shah.
Hi @chrismalone617 ,
We are looking into this & will get back to you soon with a solution. For this issue can you send an email directly to tychesoftwares dot freshdesk dot com.
Regards,Moksha.
On our invoice, you can only choose to display either the shop name, shop address, or shop logo. If you want to display all of them together, simply add the below file as per the given path.
Path:– plugins/woocommerce-delivery-notes/templates/print-order.
Please upload the file and inform us if it is functioning properly or not.
Regards,Moksha.
Hi @chrismalone617,
Please could you kindly provide us with a screenshot of both your invoice and settings pages?
Regards,Moksha.
Hi @davidmazza21,
For adding the notes field as a column in the WooCommerce admin orders pages. Please add this function as a snippet using the Code Snippets plugin.
function ac_column_value_usage( $value, $id, AC\Column $column ) { if( $column instanceof \ACA\WC\Column\ShopOrder\Notes ){ $notes = wc_get_order_notes( [ 'order_id' => $id ] ); $content = []; foreach ( $notes as $note ) { $note_content = sprintf( '<small><strong>%s</strong><br>%s</small>', $note->date_created->format( 'F j, Y - H:i' ), $note->content ); $content[] = $note_content; } $value = implode( $content ); } return $value; } add_filter( 'ac/column/value', 'ac_column_value_usage', 10, 3 );
Please inform us if everything is running smoothly or if you are encountering any issues. Also, feel free to let me know if there is anything else I can do to assist you.
Regards,Moksha.
Hi @davidmazza21,
Apologies for the delay in responding. We would like to share a link with you that will allow you to add the notes field as a column in the WooCommerce admin orders page.
Regards,Moksha.
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] HPOS Compatibility?Hi @cogno,
We are looking into this and planning to compatibility with HPOS in our upcoming release, and our team is currently working towards reaching this objective.
Regards,Moksha.
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Dokan compatibilityYes, We are looking into this & will take this project in next month and get back to you soon with a solution.
Regards,Moksha.
Hi @radial,
Good to know that your problem is resolved. For the payment amount we are sharing the code link please check whether it works for you.
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.
Please Feel free to let us know if you need any help
Regards,Moksha.
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Delivery noteHi @delaitec,
Thank you for letting us know about the delivery note image is not present in our www.ads-software.com. We have added the image of the?‘DELIVERY NOTE’, You can check this or we are sharing a screenshot. You can now easily use our plugin for printing invoices, delivery notes & receipts..
Screenshot :- https://prnt.sc/DIdOp6JvJ4Lo.
After using our plugin, 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.
Please?Feel?free?to let us know if you need any help?
Regards,Moksha.
Hi @radial,
For adding add the payment date, payment amount, and transaction ID near or under the payment method, Please add the below code in your active theme’s functions.php file or use a plugin like Code Snippets:
function example_custom_order_fields( $fields, $order ) { $new_fields = array(); $new_fields['_invoice_date'] = array( 'label' => 'Invoice Date:', 'value' => date( 'Y-m-d H:s:i', current_time( 'timestamp' ) ), ); return array_merge( $fields, $new_fields ); } add_filter( 'wcdn_order_info_fields', 'example_custom_order_fields', 10, 2 );
Please let us know if you need any other help.
Regards,Moksha.
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Mirror Image of InvoiceHi @equerry,
As you said all the content is displayed on the right, But for the left side display, you need to enable an option from our plugin. If you have enabled that option and then too it’s not working fine. Then please send us a screenshot of your invoice.
Sharing you screenshot that will guide to enable the option to display right to left.
Screenshot:- https://prnt.sc/CzRBZ5Y-Gx9l.
Please let us know if you need any other help.
Regards,Moksha.
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Delivery noteHi @delaitec,
Are you talking about the image shown in this screenshot? –?https://prnt.sc/ObBLLqOewv5G?Is it not appearing for you? If that is the case, then it would be great if you could check in the minimal setup once and see if the image starts showing. If it is still the same, kindly submit the ticket and share access to your site to check.
Also, please let me know which example you are referring to. It would be great if you could capture a screenshot or small video of the issue then it will help to understand the issue and accordingly we can give you an optimal solution.
Regards,Moksha.