gerasjuta
Forum Replies Created
-
Hello,
Thank you for your response, it was very helpful.
Best regards
Thank you for your response.
I’m currently using the free version and have implemented a custom solution. I’ve analyzed your plugin source code (class-wps-subscriptions-payment-stripe.php) and found that during renewal, the plugin calls prepare_order_source($parent_order) using the parent order ID retrieved from wps_parent_order meta of the subscription.
Can you confirm: is updating _stripe_source_id on the parent order sufficient to change the payment method for future renewals, or does the premium “change payment method” feature update additional fields beyond _stripe_source_id?
Specifically, I want to know if there are any other meta fields or database records that need to be updated when changing a payment method.
Thank you.
Hello,
Thank you for your confirmation!
Hello,
Thank you for your detailed analysis.
Regarding option C, I want to confirm my understanding: Can the user simply follow the provided link (
https://mydomain.com/order-pay/228/?pay_for_order=true&key=wc_order_XXXXXXXXXX) to pay for the pending order? If they successfully complete the payment this way, will the subscription’s logic and billing cycle continue without any disruption?Furthermore, am I correct that I can implement a custom solution to periodically check for these specific cases – where the latest renewal order is pending payment but the next subscription date is already scheduled in future and then notify the user to complete the payment via their account or a direct link in email? My primary concern is to ensure that my custom logic does not conflict with the plugin’s internal processes.
Thank you for your clarification.
Hello,
Thank you for responding. For now, I have applied a temporary solution without affecting the plugin files, so no further assistance is required. Fortunately, you are now aware of this issue, and I hope it will be fixed soon. Thank you again!
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Temporary promotions on subscription productsPerfect, thank you for the clarification! That helps a lot.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Temporary promotions on subscription productsHello,
Thank you for the clear and quick response! That perfectly answers our initial questions and confirms we’re on the right track with coupons.
This brings up two more specific scenarios we need to plan for:
- Custom Discount Duration: Is it possible to create a coupon that applies a discount for a specific number of billing cycles (e.g., 3 months) and then automatically switches to the full price? Or is the “first payment only” model the only supported behavior?
- Future Price Changes: What is the system’s behavior if we change the original price of a subscription product in the future?
Example: A customer subscribes to a plan at$3/month. Later, we increase the product’s price to$5/month. When their subscription renews, will they be charged the original$3or the new$5?
Thanks again for your help!
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Change order status to completedThank you for the clarification! I appreciate your quick and helpful response.
Best regards.
Hi,
The problem is still there. It occurs when translating the Product Attribute Label.
I think you fixed the translation of the terms, i.e., the attribute values, but the problem still occurs when translating the label itself.
I recorded a video showing the problem. Please check it out:https://www.awesomescreenshot.com/video/44725130?key=9374b1b9c626dbe09fd76177c5446b39
Thank you, I’m fine.
Regarding the update to version 2.4.22, it did not solve the problem. It’s still there.
There is no cache. I think you didn’t test my problem on a really clean site with Woo (translation of attributes and their terms) + Wp Multilang.Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Expiring subscriptionsThank you for your answers!
Hi,
Is there any news? Do the latest updates contain a fix for this issue?
Hi,
As I mentioned in the previous message, I use only 2 plugins:
- Woocommerce 9.8.5
- WP Multilang 2.4.19
So the version with plugin conflict is excluded. The problem is still here.
Hi. Is there any news about this problem? Just checking to see if you’ve had a chance to take a closer look.
Thank you