kenil802
Forum Replies Created
-
Hi @rolfhuiber,
Okay, I got your point.
We have solved this issue with the Pro version of the plugin where the fees are applied on the My Account/Order page when the payment gateway is switched.
So, I recommend you to use the Pro version of the plugin to avail this feature.
Please let us know if you have any further queries.
Regards,
Kenil ShahForum: Plugins
In reply to: [WP Content Copy Protection] makes Sitemap.xml and robots.txt unusableHi @wp-henne,
Sorry for the delay in response.
I will pass your query to the developer and I will get back to you once I hear from them.
Regards,
Kenil ShahForum: Plugins
In reply to: [WP Content Copy Protection] fatal error I just installed the pluginHi @mohammedays,
Sorry for the delay in response.
Can you please share the error which you are facing when you are logged in to the site so that we can assist you in a better way.
Regards,
Kenil ShahForum: Plugins
In reply to: [WP Content Copy Protection] some problemsHi @sandro57,
Sorry for the delay in response.
Can you please explain to us what issue are you facing with the plugin as we are unable to find the ticket number which you have sent.
This information will be helpful to assist you in a better way.
Regards,
Kenil ShahForum: Plugins
In reply to: [Product Input Fields for WooCommerce] Apple Pay by passes Required FieldHi @tmrob,
Okay, I got your point.
Can you please inform us which theme are you using on your site? If it is not the default one (Storefront), then please activating the default theme and then check whether the issue still exists or not.
If not, then please try deactivating all the other plugins except for the WooCommerce and the Product Input Fields plugin and check how it is working.
Please let us know how it goes.
Regards,
Kenil ShahHi @rolfhuiber,
Regarding the query, do you mean that after the order is placed if one more product is added from the backend then recalculation is not correct? Also, could you please explain to us in a bit more detail about the issue which you are facing so that we can assist you in a better way.
Regards,
Kenil ShahForum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] RTL and html codesHi @wasitstore,
Sorry for the delay in response.
We do not have shortcodes available in our plugin but however, you can use the action hooks available in the plugin. By using those hooks, it is possible to display the information you want.
Please let us know if you need any further help from us.
Regards,
Kenil ShahHi @khalilsido,
Sorry for the delay in response.
Can you please try using the below code and check whether it solves the issue or not.
Code:
add_filter(‘wcdn_address_billing’,’change_address_billing’,10,2);
function change_address_billing( $billing_address, $order ) {
$billing_address = ‘Address 1: ‘ . $order->get_billing_address_1() . ‘,<br>’ . ”Address 2: ‘ . $order->get_billing_address_2() . ‘,<br>’ . ”City: ‘ . $order->get_billing_city() . ‘,<br>’ . ‘State: ‘ . $order->get_billing_state();
return $billing_address;
}Please let us know how it goes.
Regards,
Kenil ShahHi @alexcasanova,
Thank you for the screenshots.
We have not yet tested our plugin with the Elementor but you can try deactivating all the other plugins except for the WooCommerce and the Product Input Fields plugin and also by keeping the default theme on your site and then check whether it solves the issue or not.
Please let us know how it goes.
Regards,
Kenil ShahForum: Plugins
In reply to: [Product Input Fields for WooCommerce] Apple Pay by passes Required FieldHi @tmrob,
Regarding the query, do you mean that you are able to place an order even the input field is kept required? Also, it would be great if you can explain to us in a bit more detail along with the screenshots so that we can assist you in a better way.
Please do the needful.
Regards,
Kenil ShahForum: Plugins
In reply to: [Custom Order Status for WooCommerce] update for the clientRegarding the query, currently, we do not have this feature included in our plugin where the status is changed automatically in the admin panel.
However, we will take your suggestion into consideration for future plugin updates.
Please let us know if you have any further queries.
Regards,
Kenil ShahForum: Plugins
In reply to: [Payment Gateway Based Fees and Discounts for WooCommerce] Fee added twiceHi @jasonc123456,
Thank you for sharing all the plugin lists.
As I have said previously, I tried to replicate the issue on our staging site but I am unable to replicate it. To me, it is working fine.
So, can you please try deactivating all the other plugins except for the WooCommerce and the Payment Gateway Based Fees and Discount plugin and then check whether it solves the issue or not.
Please let us know how it goes.
Regards,
Kenil ShahHi @alexcasanova,
I have tried to replicate your issue on our staging site but I am unable to replicate it. To me, the input field text is displayed on the email and the order details. Here is the screenshot for your reference: https://prnt.sc/s5nw9g.
So, to troubleshoot the issue, can you please share the screenshot of the plugin settings which you have kept and the issue which you are facing so that we can try to replicate the issue by keeping the same settings.
Also, it would be great if you can share the steps to replicate the issue. This will be helpful to assist you in a better way.
Regards,
Kenil ShahHi @henrymcleanuk,
Sorry for the delay in response.
I will pass your query to the developer and I will get back to you with an update once I hear from them.
Regards,
Kenil ShahHi @gamerwp,
Sorry, but we are unaware of how to handle the fee value. Also, currently, we do have any plans to add this feature to our plugin.
Regards,
Kenil Shah