kenil802
Forum Replies Created
-
Hi @hrevis,
Could you please let us know how have you set up the payment methods based on the shipping methods? It would be great if you can share the steps to replicate the issue so that it would be easy for us to assist you in a better way.
Regards,
Kenil ShahHi @woomigrating,
Could you please let us know what setting have you kept for the Cart and Checkout behavior option? It would be great if you can share the screenshot of the same so that we can assist you in a better way.
Regards,
Kenil ShahForum: Plugins
In reply to: [Payment Gateway Based Fees and Discounts for WooCommerce] BugHi @svenms,
Could you please let us know whether you have made any changes to the plugin settings after which you have faced the issue? Also, try disabling all the other plugins except for the WooCommerce and the Payment Gateway Based Fees and Discounts plugin and then check whether the issue still exists or not?
Do let us know how it goes.
Regards,
Kenil ShahForum: Plugins
In reply to: [Product Input Fields for WooCommerce] Data doesn’t go troughHi @jointlyonlinw,
Could you please try once by activating the default theme i.e Storefront on your site and then check whether the issue still exists or not?
Do let us know how it goes.
Regards,
Kenil ShahHi @klauspoon,
Apologies for the delay in response.
I will ask the developer regarding this and get back to you with an update.
Regards,
Kenil ShahHi @jonrains,
Could you please share the steps to replicate the issue so that it would be easy for us to check it in the same way and assist you better?
Regards,
Kenil ShahHi @videorecover,
Apologies for the delay in response.
Could you please share a WooCommerce Food plugin copy with us along with your query by emailing us on “support at tychesoftwares dot freshdesk dot com” so that we can check once y installing that plugin?
Regards,
Kenil ShahHi @jakeyboy999,
I see that we are already having a conversation on the ticket. So, it would be great if we can continue on the ticket itself.
Regards,
Kenil ShahHi @ruskiller777,
Thank you for the screenshot.
Could you please try once by deactivating all the other plugins except for the WooCommerce and the Payment Gateway Based Fees and Discounts plugin and then check whether the error still exists or not?
Do let us know how it goes.
Regards,
Kenil ShahHi @ruskiller777,
As I have asked in my previous email, it would be great if you can share the screenshot of the issue which you are facing and also the steps to replicate so that we can check the issue in detail.
Regards,
Kenil ShahHi @ruskiller777,
Do you mean that the PayPal fee is not included in the total amount? If yes, then I have tried to replicate your issue on our staging site but I am unable to replicate it. To me, the PayPal fee is included in the total amount.
So, to troubleshoot the issue can you please share the screenshot of the issue which you are facing and the steps to replicate the issue so that we can check once by doing the same.
Regards,
Kenil ShahForum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Admin Order NotesHi @shawnorecchio,
Extremely sorry for the delay in response.
Could you please add the below code in the functions.php file of the active theme to show the admin note in the invoices?
Code:
function wcdn_add_admin_notes( $fields, $order ) {
$new_fields = array();
$admin_order_notes = wc_get_order_notes( array(
‘order_id’ => $order->get_id(),
) );
foreach( $admin_order_notes as $admin_order_note ) {
if ( ‘admin’ === $admin_order_note->added_by ) {
$admin_notes[] = $admin_order_note->content;
}
}
if ( $admin_notes ) {
$new_fields[‘admin_note’] = array(
‘label’ => ‘Admin Note’,
‘value’ => implode(‘ <br> ‘ , $admin_notes )
);
}
return array_merge( $fields, $new_fields );
}
add_filter( ‘wcdn_order_info_fields’, ‘wcdn_add_admin_notes’, 10, 2 );Do let us know how it goes.
Regards,
Kenil ShahForum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Finnish locale name wrongHi @jeskiv,
We will change the locale name for the Finnish language in our next update.
Regards,
Kenil ShahForum: Plugins
In reply to: [WP Content Copy Protection] Plugin is broken (protection is always on)Hi @soulstudio,
Apologies for the delay in response.
I am glad to hear that the issue has been fixed on your site.
And thank you for sharing your finding.
Regards,
Kenil ShahHi @mysticza,
The CSS part won’t be causing the issue, if the options are coming on the dropdown then it should be working. So can you check once by deactivating other plugins and let us know the results?
Regards,
Kenil Shah