We’re using Woocommerce and Yith for subscriptions to virtual courses. Previously when customers ordered them it would save their card payment method automatically to charge them monthly (using stripe via the woocommerce payment settings). Recently renewals have been going unpaid and it seems card info isn’t saving. I’m aware there’s a checkbox for customers to manually choose to save their details, but they didn’t need to in the past for subscriptions I believe. Is there any way to force/auto save this specifically for subscription products?
Thanks!
]]>We’re using Woocommerce and Yith for subscriptions to virtual courses. Previously when customers ordered them it would save their card payment method automatically to charge them monthly (using stripe via the woocommerce payment settings). Recently renewals have been going unpaid and it seems card info isn’t saving. I’m aware there’s a checkbox for customer to manually choose to save their details, but they didn’t need to in the past for subscriptions. Is there any way to force/auto save this specifically for subscription products?
Thanks!
]]>https://wcdp.jonh.eu/demos/demo-style-2/
At payment details, i would add the total funds instead of the donation amount because you already added the donation amout, so it’s mentioned twice. Or better, remove amount to keep title only.
Demo Simple $3 (should be the total instead, or without $)
Donation amount $3
Note: without processing fees, it’s a bit strange. anyway…
]]>After selling my website I’d like to delete my Translatepress account and all personal information + payment details stored. How can I do that please?
Thanks.
]]>I try to remove unnecessary payment informations from specific customer emails.
I found some snippets, but I seem to miss something.
My code so far:
add_action( 'woocommerce_email_before_order_table', 'raps_remove_content_specific_email', 20, 4 );
function raps_remove_content_specific_email( $order, $sent_to_admin, $plain_text, $email ) {
if ( $email->id == 'customer_note' ) {
if ( ! class_exists( 'WC_Payment_Gateways' ) ) {
return;
}
$gateways = WC_Payment_Gateways::instance();
$available_gateways = $gateways->get_available_payment_gateways();
if ( isset( $available_gateways['bacs'] ) ){
remove_action( 'woocommerce_email_before_order_table', array( $available_gateways['bacs'], 'email_instructions' ), 10, 3 );
}
}
}
If I remove the if ( $email->id == ‘customer_note’ ) {} it works – but for all emails -, but I can’t get it work only for specific emails.
Can anybody tell what’s wrong with my code?
Thanks.
I really appreciate your work,
I have a query,
I installed the plugin ‘Wp Paytm Pay’ on one of my client website, it works fine but it’s not able to record payment details,
Please Advise.
Note: I had installed the Paytm official plugin before.
Thanks & Regards
Ashraf Ali
It’s the first time that I receive such type of support from the Team Developers of some plugins. I’m more than happy with the results ! I hope all supports services could be so efficient like you !
Best Regards and thank you to Maciej Bis (Permalink Manager Lite Developer) !
]]>Error! Nonce Security Check Failed! Please submit your payment details again.
I already had this problem and the only way to solve was to restoring a backup. Because I’ve tried everything to solve it. I deactivated my plugins caches, even yoast SEO, I’ve deactivated the Security Plugins.. I cleared the cache from browsers and from my wp dashboard.. I tested created an account with several users using others navigators.. etc..
If there any way to deactivated this option / error definitely ??
I cannot give you the link of my website because it’s still in development I don’t want to be publicly announced here. But you can write to me to: [email protected] and I could share the link with you.
Any clues or help to solve this will be really appreciated !
Thank you for your help !