Rashmi Malpande
Forum Replies Created
-
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] how can remove url in printYou can find an option in the print window of your browser to hide those. This is a browser specific option that can’t be controlled by the plugin.
Regards,
RashmiForum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Adds onHi @pantelis1984,
I tested with YITH product addons and it displays all the meta information on the delivery note.
Can you tell me your product settings?
Regards,
RashmiHi @sandeep22,
You can change the invoice template and add or remove fields from it. Copy the file ‘print-content.php’ from woocommerce-delivery-notes/templates/print-order to /wp-content/themes/<your-theme>/woocommerce/print-order.
You should have a function from where you get the GST number. Just call that function in the template, where you want to display it.
Let me know if you need any help.
Regards,
RashmiHi @langton82,
This is an order item meta coming from another plugin. The print invoice plugin displays the same information you have in your order.
Is this meta displayed in your order too?
Regards,
RashmiHi @langton82,
Can you send me a screenshot? These may the order item meta information coming from another plugin.
Regards,
RashmiHi @creativenl,
This would be a bit tricky to implement. But I will try it and let you know asap.
We are discussing this issue and see if we could add it in the next update.
Regards,
RashmiHi @exe65,
Yes, that’s the default behavior. You will have to restore the order to print it.
Is there any specific reason you want to print the invoice for trash orders?
Regards,
RashmiForum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Pdf file and ShippingHi @shanyi101,
Did you create an order from the admin? If yes, then its possible you didn’t add the shipping details to it while creating an order.
Regards,
RashmiHi @creativenl,
I apologize for the late reply.
This would again require some custom coding. If you go the file ‘class-wcdn-print.php’in woocommerce-delivery-notes/includes, you will find a function called get_order_invoice_number(). You will have to prefix it with the year from the order.
Let me know if this is the way you want the invoice numbers to be.
Regards,
RashmiHi @creativenl,
The invoice numbers are generated when an invoice is created. As you generated a refund for a client, an invoice may have been created as it didn’t have one.
That is why the old orders are getting the invoice numbers.
Regards,
RashmiHi @creativenl,
I am sorry I didn’t understand the problem. Are you saying that when you send an invoice for any orders, the invoice numbers get changed? Please correct me if I am wrong.
Regards,
RashmiForum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Wrong invoice DateHi @creativenl,
I am not sure why the print invoice is not working on Android. I will take a look at that and get back to you.
Do you want to hide the shipping address just for Invoice or for Delivery Notes and Receipt as well?
Regards,
RashmiForum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Attach PDF to invoice?