cfm168
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] woocommerce 7.2.0 update problemI have same problem in the past every time when simply click on the alert update link. Now I do deactivate then delete it instead. Then FTP the latest Woocommerce file to the Plugin directory. Login to the admin (via the recovery link sent by wordpress.) and activate it.
If someone have better way to update WooCommerce, please share here. Really appreciate it.
Hi @nawawijamili,
Thank you for prompt response. I understand it is not caused by your plugin. I write the support actually expected Docket Cache features can help to resolve this issue. Any suggestions will be appreciated.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Paypal/credit card processing feeHi @niklasinpsyde,
It seams like really unstable for some reasons that some customers reported their orders failed and I can see those from back office (admin site). I have deleted the snippet until we have lasting/permanent solution.
Please advise. Thanks!
Forum: Plugins
In reply to: [Extra Fees for WooCommerce] Credit card processing feeHi @hitendra-chopda,
I don’t find that option to create Payment Gateway.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Paypal/credit card processing feeHi @niklasinpsyde,
This snippet code is work (successfully checkout with correct amount payment), but I have to keep the Paypal Standard Payment enabled. If I turn the Paypal Standard off, the Advance Card processing checkout/It’s saying something about no payment method for this state. When customer select the Paypal Standard the order fail. This is reported from a domestic customer.
Please advise. Thanks!
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Paypal/credit card processing feeHi @niklasinpsyde,
This snippet is so far so good. I will have several tests and let you know here. Thank you very much.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Paypal/credit card processing feeGet site critical issue after Adding the following code in functions.php/child theme:
————————————————
add_action( ‘woocommerce_cart_calculate_fees’, ‘bbloomer_add_checkout_fee_for_gateway’ );function bbloomer_add_checkout_fee_for_gateway() {
$chosen_gateway = WC()->session->get( ‘chosen_payment_method’ );
if ( $chosen_gateway == ‘ppcp-credit-card-gateway’ ) {
WC()->cart->add_fee( ‘PayPal Fee’, 3% );
}
}add_action( ‘woocommerce_after_checkout_form’, ‘bbloomer_refresh_checkout_on_payment_methods_change’ );
function bbloomer_refresh_checkout_on_payment_methods_change(){
wc_enqueue_js( ”
$( ‘form.checkout’ ).on( ‘change’, ‘input[name^=\’payment_method\’]’, function() {
$(‘body’).trigger(‘update_checkout’);
});
“);
}
————————————————————–
my file currently is running good ending with } “);Please advise. Thanks in advance.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Paypal/credit card processing feeIs amount 3% accepted?
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Paypal/credit card processing feeHello @niklasinpsyde,
Where should I put the php snippet in? I have Child theme.
Please advise. Thanks!
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Paypal/credit card processing fee@niklasinpsyde,
Thank you for prompt response. I will try with this:
PHP Snippet #2: Add fee to checkout for a specific payment gateway – WooCommerce@blclda
Thank you for your suggestion.Forum: Plugins
In reply to: [Autoptimize] All images are not displaying when turn onYes, so far so good now. Thank you!
Forum: Plugins
In reply to: [Autoptimize] All images are not displaying when turn onPlease click to see my site. https://ibb.co/gFzMTYS
Please do not write my url here.
Thanks!So far so good now. Thank you!
I downloaded from my account but it shows v2.6.3.
Forum: Plugins
In reply to: [WooCommerce] Site down after unsuccessful updateHi @heymehedi,
Yes my site is back now. It seems Turn on auto update is bad idea for WooCommerce. Auto update caused big trouble.
I updated WooCommerce by rename the current version, then FTP the new version. So far so good.