Ivan Paulin
Forum Replies Created
-
Forum: Plugins
In reply to: [Country Based Payments for WooCommerce] Debugging report on homepageHello,
By looking at the screenshot you posted, it doesn’t seem like the error is caused by this plugin. Is the error still showing if you try to disable this plugin?
Forum: Plugins
In reply to: [Country Based Payments for WooCommerce] Support for HPOSHi,
latest plugin update brings HPOS compatibility.
Thank you for your patience.Hi,
latest plugin update brings HPOS compatibility.
Thank you for your patience.Hi,
latest plugin update brings HPOS compatibility.
Thank you for your patience.Forum: Plugins
In reply to: [Country Based Payments for WooCommerce] Plugin Version UpdateMy apologies. There was some issue during the files transfer to the WP servers.
The issue is now resolved.
If you are still seeing errors on your site, please download the latest version of the plugin and replace plugin files on your server as described here https://ww.wp.xz.cn/plugins/woocommerce-country-based-payments/#installation
Another way to fix the error is to change the plugin folder name from woocommerce-country-based-payments to something like woocommerce-country-based-payments-old, and then you should be able to access your admin, delete the plugin and install it again from the dashboard. There will be no data lost, but as always, backup your site first.
Forum: Plugins
In reply to: [Country Based Payments for WooCommerce] Plugin Version UpdateHi,
the plugin gets marked as not being updated because there is no need for often updates. But the plugin is not abandoned.
Also, there’s a fresh update released today.
Thanks,
IvanHi,
What is the name and version of the payment plugin that doesn’t work after the update?Thanks,
IvanHi,
Yes, there seems to be a problem with WooCommerce Paypal Payments plugin. I’m still working on finding a solution.
If you must use WooCommerce Paypal Payments, maybe for now, you can reload the checkout page when someone changes country. Something like bellow// NOT official solution/fix. Implement on your own add_action('wp_footer', function() { if ( is_checkout() ) { ?> <script> // add to checkout page jQuery(document).ready(function($) { $('select#billing_country').change(function(){ // Replace /checkout with your checkout page URL window.location.href = '/checkout'; }); }); </script> <?php } });It is not a very nice solution because it will reload the checkout page, and customers might find it annoying, but it helps.
Please make sure to test on staging and backup the live site.Forum: Plugins
In reply to: [Country Based Payments for WooCommerce] Version 1.8.1 instead of 1.1.8This is removed from SVN repo.
Thanks
Hi,
I can see that the Paypal is showing on your site.Do you still have the issue?
Hello,
Unfortunately, this plugin doesn’t support these buttons/payment methods at the moment.
Kind regards,
IvanForum: Plugins
In reply to: [Country Based Payments for WooCommerce] will work with paypal payments?Hello,
Unfortunately, this plugin doesn’t support PayPal payments.
Kind regards,
IvanForum: Plugins
In reply to: [Country Based Payments for WooCommerce] pay with site default currencyHello,
The functionality that you are looking for is not part of this plugin.
You will either have to find a plugin that does that or a developer to build that for you.Kind regards,
IvanForum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Critical Bug on prenium versionHello,
I have the same problem on the client’s website where the cart doesn’t show the selected gift card price.
Only $0 is shown.
The client is using the premium version of the plugin.
I have tried to use the Storefront theme, and the problem still persists.Could you check this as soon as possible?
Hello,
Is this problem resolved?
We have upgraded the server to PHP8, and the plugin stopped assigning custom numbers to orders.
Could you please resolve this as soon as possible?Thanks,
Ivan