evolvewh Posted March 21, 2016 Report Posted March 21, 2016 I have a couple of questions for the Standard Logicboxes module: 1) How often does the expiration date get updated? I've found a handful of them that haven't updated. 2) Is there a way to automatically lock each domain after they have been registered or transferred? Quote
0 activa Posted March 22, 2016 Report Posted March 22, 2016 I have a couple of questions for the Standard Logicboxes module: 1) How often does the expiration date get updated? I've found a handful of them that haven't updated. 2) Is there a way to automatically lock each domain after they have been registered or transferred? 1 - no sync for expiration date . 2 - yes , you need just to update the module . Quote
0 evolvewh Posted March 22, 2016 Author Report Posted March 22, 2016 1 - no sync for expiration date . 2 - yes , you need just to update the module . Do you know what update needs to be made? I thought the module was grabbing the expiration date. Strange. I just checked the database and it does have the Order-ID so I thought that would pick up the details to be synced. Not how it works? Quote
0 Blesta Addons Posted March 23, 2016 Report Posted March 23, 2016 Do you know what update needs to be made? I thought the module was grabbing the expiration date. Strange. I just checked the database and it does have the Order-ID so I thought that would pick up the details to be synced. Not how it works? the expiration date is the date expiration of the service itself , the expiration date is the date of activation in blesta + 1 year . modules can't register a cron task , i have already requested this just for this case, the only possibility is a separated plugin for sync dates beetwet registrar and blesta . i have not get a time to write a plugin for this but sure i will do when i get more free time . for your second question you need to add the request in tha addservice function .. search if (isset($response->response()->entityid)) $order_id = $response->response()->entityid; change to if (isset($response->response()->entityid)) { $order_id = $response->response()->entityid; // add thieft protection $domains->enableTheftProtection($vars); } not tested yet . evolvewh, activa and Michael 3 Quote
0 evolvewh Posted March 23, 2016 Author Report Posted March 23, 2016 Thanks for your response. I'll give it a try and see what happens with the lock function. Quote
Question
evolvewh
I have a couple of questions for the Standard Logicboxes module:
1) How often does the expiration date get updated? I've found a handful of them that haven't updated.
2) Is there a way to automatically lock each domain after they have been registered or transferred?
4 answers to this question
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.