NormanRynd 0 Posted Saturday at 08:31 PM 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 Share this post Link to post Share on other sites
DennisHermannsen 109 Posted Saturday at 10:28 PM You need to loop through $service_config_options. They are the configurable options for the service. 0 Quote Share this post Link to post Share on other sites
NormanRynd 0 Posted Saturday at 11:57 PM 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 Share this post Link to post Share on other sites
DennisHermannsen 109 Posted Sunday at 07:21 PM That's because you're not looping through it. There's a similar request in this thread: 0 Quote Share this post Link to post Share on other sites