NormanRynd Posted March 18, 2023 Share Posted March 18, 2023 The question is simple When i send to client email on the order they get there server info like user , pass , due , date i have a Configurable Option called " Operating system " Here how it looks : I want to print the value the user enter and show in email like following Your Server IP: {$service_dedicated_ip} Password : {$service_password} Your OS : XXXXX how can i call the Configurable Option? i tried a lot like $service_custom_fields_OperatingSystem $client_custom_fields_OperatingSystem $OperatingSystem Appreciate any help 0 Quote Link to comment Share on other sites More sharing options...
DennisHermannsen Posted March 18, 2023 Share Posted March 18, 2023 You need to loop through $service_config_options. They are the configurable options for the service. 0 Quote Link to comment Share on other sites More sharing options...
NormanRynd Posted March 18, 2023 Author Share Posted March 18, 2023 1 hour ago, DennisHermannsen said: You need to loop through $service_config_options. They are the configurable options for the service. i treid and didn't work it give this as value = "Array " how can i use it ? $service_config_options_operatingsystem $service_config_options.8 $service_config_options_8 $service_config_options[8] non works. 0 Quote Link to comment Share on other sites More sharing options...
DennisHermannsen Posted March 19, 2023 Share Posted March 19, 2023 That's because you're not looping through it. There's a similar request in this thread: 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.