CobbyJ Posted March 29, 2019 Share Posted March 29, 2019 Hello, I know i have done this before but i can remember how. I have a module with a few options in it and i want to be able to change one of the options in a drop down menu in a custom field. What would the name convension be in the custom field for it? Module Settings code <td class="fieldlabel" width="20%">Product ID</td> <input type="text" name="packageconfigoption[6]" class="form-control input-inline input-300" value="100"> So what i want is to be able to change the value which is current set to 100 to whatever i want. Would i just do "Product ID|Location" as the Field Name? 0 Quote Link to comment Share on other sites More sharing options...
steven99 Posted March 29, 2019 Share Posted March 29, 2019 Well, lets step back for a second. There are two potential custom items for services: custom fields that are setup under the product -> custom fields configurable options that are setup under products / services -> configurable options The one you provided is the configurable options item. So, which one do you want to modify? If you want to modify the custom fields, then IIRC you need to do so via a module's action function or like within _clientarea on a post. If you want to change the configurable options, then that should be possible via the service page in the client area -> Upgrade/downgrade options as long as you have a configurable options group selected in the product -> configurable options tab. 0 Quote Link to comment Share on other sites More sharing options...
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.