kenil802
Forum Replies Created
-
Hi @delgriffin,
Sorry for the delay in response.
I have tried to replicate your issue on our staging site, but I am unable to replicate it. To me, when bulk action is used for changing the status, the print screen does not appear.
So, to troubleshoot the issue, can you please let us know whether it is happening all the time when you change the bulk status or it happens sometimes?
Regards,
Kenil ShahHi @olppa,
Sorry for the delay in response.
We will further check on this and see whether it is possible or not and get back to you with an update.
Regards,
Kenil ShahHi @trbweb,
Sorry for the delay in response.
To hide the price on the delivery note, could you please try adding the below code and check whether it works or not.
Code:
/**
* Add this code snippet in functions.php file of your currently active theme.
*/
function example_price_free_delivery_note() {
?>
<style>
.delivery-note .head-item-price,
.delivery-note .head-price,
.delivery-note .product-item-price,
.delivery-note .product-price,
.delivery-note .order-items tfoot {
display: none;
}
.delivery-note .head-name,
.delivery-note .product-name {
width: 50%;
}
.delivery-note .head-quantity,
.delivery-note .product-quantity {
width: 50%;
}
.delivery-note .order-items tbody tr:last-child {
border-bottom: 0.24em solid black;
}
</style>
<?php
}
add_action( ‘wcdn_head’, ‘example_price_free_delivery_note’, 20 );Please let us know how it goes.
Also, for the manual order. I need to ask the developer so I will get back to you once I hear from them.
Regards,
Kenil ShahHi @kunashko,
Sorry for the delay in response.
Regarding the modifications, I need to ask the developer whether it is possible or not. So, I will get back to you once I hear from them.
Regards,
Kenil ShahHi @thisisbbc,
Extremely sorry for the delay in response.
Thank you for sharing the screenshots.
Regarding your query, I will ask the developer whether it is possible or not ant gat back to you with an update.
Regards,
Kenil ShahForum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] showing regular priceHi @mahdyhigh,
Sorry for the delay in response.
I will ask your query to the developer and get back to you with an update.
Regards,
Kenil ShahHi @oscararroliga,
Sorry for the delay in response.
I will ask your query to the developer and get back to you with an update.
Regards,
Kenil ShahSorry for the delay in response.
Regarding the query, could you please try adding the bellow code and then check whether it works or not.
Code:
/** * Add this code snippet in functions.php file of your currently active theme. */ function example_serif_font_and_large_address() { ?> <style> #page { font-size: 1em; font-family: Georgia, serif; } .order-addresses address { font-size: 2.5em; line-height: 125%; } </style> <?php } add_action( 'wcdn_head', 'example_serif_font_and_large_address', 20 );Please let us know how it goes.
Regards,
Kenil ShahForum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] small printer ?Hi @oscararroliga,
Sorry for the delay in response.
I am afraid, currently, it is not possible from our plugin to print the invoices in such pape sizes.
Please let us know if you have any further queries.
Regards,
Kenil ShahHi @edworthymedia,
Sorry for the delay in response.
I will ask the developer regarding your query and get back to you with an update.
Regards,
Kenil ShahForum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Changing pdf-file nameHi @danttuli,
Sorry for the delay in response.
Thank you for appreciating our plugin.
Regarding the query, could you please inform us whether you want to change the file name when you are saving the print invoice? Also, it would be great if you can share the screenshot of the same of what are your needs so that we can assist you in a better way.
Regards,
Kenil ShahForum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Add Pickup TimeHi @capzicco2,
Sorry for the delay in response.
Thank you for sharing the details.
I will ask the developer regarding your query and get back to you with an update.
Regards,
Kenil ShahHi @quietmanvp2,
Extremely sorry for the delay in response.
Could you please explain to us in a bit more detail like what issue are you facing exactly with the plugin? Also, it would be great if you can share the steps to replicate the issue.
Regards,
Kenil ShahHi @triptop,
We are extremely sorry for the delay in response.
Glad that you have fixed the issue of hiding the total.
For another issue, could you please share the screenshot of the issue which are facing and the settings which you have kept so that we can check what exactly the issue is.
Regards,
Kenil ShahHi @brighit,
Sorry for the delay in response.
I understand your concern regarding this issue.
We have not yet added this feature in our plugin but I will ask our team regarding including this or any fix solution and get back to you with an update.
Regards,
Kenil Shah