evolvewh Posted May 22, 2017 Report Posted May 22, 2017 Is anyone else having an issue with the cron task to sync the renewal date? Ours is consistently showing the renewal date of 11 months instead of 12 for every Comodo we sell. We don't sell any other brands so I can't test to see if it's related to one brand or not. Blesta Addons 1 Quote
Blesta Addons Posted May 26, 2017 Report Posted May 26, 2017 Confirmed at my side Date Created: May 20, 2017 Date Renews: Apr 23, 2018 Quote
evolvewh Posted May 26, 2017 Author Report Posted May 26, 2017 12 minutes ago, Blesta Addons said: Confirmed at my side Date Created: May 20, 2017 Date Renews: Apr 23, 2018 I've reported it to the SSL Store and they confirmed the bug too so they're looking into it. Hopefully there is a solution soon. activa and Blesta Addons 2 Quote
evolvewh Posted June 30, 2017 Author Report Posted June 30, 2017 I was wondering if the Blesta Team or Nick @thesslstore has any update on this one? Blesta Addons 1 Quote
Blesta Addons Posted June 30, 2017 Report Posted June 30, 2017 also i have another issue to report in the cron, the actual cron is fetching all the service and make a loop to identify which service has the service field = thesslstore_order_id , then it make another loop of the fetched orders from the sslstore, this fucntion is a buggy functions, and specially when we have a hundreds of service this make a load and make sometime the cron take time more than expected . from the cron , is already has the module row id by the function $this->ModuleManager->getAll($company_id), i suggest in the fetch only the service that has the module_row_id equal the module_row_id, this will only return the service that are attached to the module, and this will help speeding up the service loop . i don't have yet a time to make a patch and i hope blesta or sslstore team can make one soon. don't forget to allow editing the service fields locally ) Quote
Jono Posted July 3, 2017 Report Posted July 3, 2017 On 5/22/2017 at 10:48 AM, evolvewh said: Is anyone else having an issue with the cron task to sync the renewal date? Ours is consistently showing the renewal date of 11 months instead of 12 for every Comodo we sell. We don't sell any other brands so I can't test to see if it's related to one brand or not. I was looking into this just now and I think this might be happening intentionally. If we take a look at thesstore_plugin.php on line 212 we see: $end_date = date('Y-m-d h:i:s',strtotime($end_date. '-30 days')); //set 30 days earlier renewal date I'll probably also leave a comment to Nick on the github issue I see you've created. evolvewh 1 Quote
evolvewh Posted July 4, 2017 Author Report Posted July 4, 2017 Jono thanks for taking the time to look at this. I'll look at it and it's easy enough to manually change it. I personally think 30 days is too early along with any additional days set under the invoicing settings. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.