Hi @ajiaim
Each subscription order placed on different time will be renewed individually at their corresponding renewal date.That’s how it works. Align all subscription renewal to a specific date is currently not possible with the plugin.
Please leave us a review if the plugin was helpful.
Thread Starter
ajiaim
(@ajiaim)
Sorry i think there has been a misunderstanding.
I created a test subscription order for 1 product at 6.11pm
The next day it was re-ordered at 6.40pm
Then the day after at 9.12pm
then at 9.39pm and then at 10.08pm
I would assume that since the subscription was created at 6.11pm then it should renew it at the same time each day?
Hope that makes more sense?
-
This reply was modified 7 years, 11 months ago by
ajiaim.
Hi @ajiaim
If you are working with WordPress cron job , you need to understand it is not a guaranteed timing mechanism. Wp-cron fires based on site activity. If you have a job set to fire every ten minutes, but nobody visits your site for an hour, then the job doesn’t fire for an hour. See this article
Subscription renewal also rely on WordPress Corn. So it’s not guaranteed to renew at the same time.