Jump to content
  • 0

Configurable Options in add service


Question

Posted

i have a Configurable Options for a registrar logicbox , i have noticied that the Configurable Options is not pased to the remote service , when i have checked , a found that $var['configoptions'] has the adequate vars

$vars[configoptions] => Array ( [purchase-privacy] => true )

now is the Services model merge it to the $vars  or i should merge it in the addService() fucntion in logicbox module ? in editservice() i have my own function to check this and add the privacy protection to the domain .

 

 

2 answers to this question

Recommended Posts

  • 0
Posted

The LogicBoxes module does not look for configurable options to set. I imagine you would want to name the config option "protect-privacy" since that is what LogicBoxes uses (to be consistent). You would support it through the module's addService method.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...