kenil802
Forum Replies Created
-
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] 2 copiesHi @alasdairmacewan,
Sorry for the delay in response.
Regarding the query, currently, it is not possible for us to provide a code for your query.
Please let us know if you have any further queries.
Regards,
Kenil ShahForum: Plugins
In reply to: [Product Prices by User Roles for WooCommerce] Bulk Buying DiscountHi @ijoin,
Can you please explain to us in a bit more detail like what exactly do you want to achieve from the Price Based on User Role plugin as we are a bit unclear with your query.
This information will be helpful to assist you in a better way.
Regards,
Kenil ShahForum: Plugins
In reply to: [Custom Order Status for WooCommerce] Different Email Per StatusHi @caitlincorrigan,
Regarding the query, currently, it is not possible from our plugin to create different email templates for different custom statues.
However, we have added this as an enhancement on our Github repository and soon we will work on this for future updates.
Regards,
Kenil ShahHi @eyeink,
Sorry for the delay in response.
Can you please inform us which input type are you using for this so that we can try to replicate your issue on our site by doing the same.
Please do the needful.
Regards,
Kenil ShahForum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Only last Attribute PrintsHi @wkcollins,
Regarding the query, we have not yet checked the compatibility of our plugin with the YITH Woocommerce Product Add-ons plugin so we won’t be able to tell you whether it will work fine or not.
Please let us know if you have any further queries.
Regards,
Kenil ShahForum: Plugins
In reply to: [Custom Order Numbers for WooCommerce] Order history, orders invalidHi @lauraricher,
No problem.
I have again tried by keeping the same settings that you have shared with us but still I am unable to replicate it. To, me when I go the Orders page of My account and click on View button, it is not showing Invalid Order.
So, to troubleshoot the issue, can you please try deactivating all the other plugins except for the WooCommerce and the Custom Order Numbers plugin and then check whether it solves the issue or not.
Please let us know how it goes.
Regards,
Kenil ShahRegarding the query, yes, our Payment Gateway Based Fees and Discounts plugin is compatible with the latest version of the Woocommerce 4.1.0.
Please let us know if you have any further queries.
Regards,
Kenil ShahForum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Automatic Print OrdersHi @triptop,
Regarding the query, currently, it is not possible from our plugin to print the orders automatically which is received in the shop.
Please let us know if you have any further queries.
Regards,
Kenil ShahHi @cvpstudios,
Regarding the query, so you can try deactivating all the other plugins except for the WooCommerce and the Product Input Fields plugin and then check whether it is working fine or not.
Do let us know the result.
Regards,
Kenil ShahI have tried to replicate your issue on our staging site, but I am unable to replicate it. To me, the input field data is visible on the cart page.
However, we have not yet checked the compatibility of our plugin with the Elementor Pro so we are not sure whether our Product Input Field plugin will work with this or not.
Please let us know if you have any further queries.
Regards,
Kenil ShahHi @eyeink,
We have checked the code and found that you have used _alg_wc_pif_global but you have mentioned _alg_wc_pif_local as meta field. So, can you please correct this using the local instead of global and try whether it is working fine or not?
Please let us know how it goes.
Regards,
Kenil ShahHi @hussainmerchant,
Sorry for the delay in response.
Can you please try replacing the below function in wcdn-template-function.php file?
Code:
function wcdn_navigation() {
$print_text = apply_filters( ‘wcdn_print_button_text_on_print_page’, __( ‘Print’, ‘woocommerce-delivery-notes’ ) );
?>
<div id=”navigation”>
<?php esc_html_e( $print_text ); ?>
</div><!– #navigation –>
<?php
}After replacing the above function you can change the text Print using the filter wcdn_print_button_text_on_print_page in functions.php file.
For eg :
add_filter(‘wcdn_print_button_text_on_print_page’,’wcdn_print_text’);
function wcdn_print_text(){
$print = “Print inn”;
return $print;
}Please try this and let us know how it goes.
Regards,
Kenil ShahHi @eyeink,
Yes, sure. I will help you with this. I have passed your query to the developer so I will get back to you with I hear from them.
Regards,
Kenil ShahForum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Move Tax to it’s own line?Hi @ashdolfthepink,
Sorry for the above email.
We have checked the settings of the tax and found that when we keep the setting “Display prices during cart and the checkout” and “Display prices in the shop” as Exclusive of Tax then it is possible to show the Tax separately on the invoice page. Here are the screenshots for the same:
1) https://www.screencast.com/t/mcuBnf1DwdD
2) https://www.screencast.com/t/5ubuziyuceHSo, please try doing this and let us know whether it is working fine or not.
Regards,
Kenil ShahHi @igiaki,
Sorry for the delay in response.
Thank you for sharing the code.
Regarding the query, the field should be a custom meta field to add a new field.
Please let us know if you have any further queries.
Regards,
Kenil Shah