Hello,
When customer makes a change using the PHP Selector, there is no indication that the change was saved or not.
Can you please add some "feedback" after the customer clicks the OK button? For example, you could add:
------------
PHP Version was successfully changed.
------------
Also, can you change the button text from "OK" to "Change"? This makes it more clear to the customer.
Lastly... if you really want to make the UI more customer friendly... you could use some simple javascript.
1. When customer clicks the "Select PHP Version", you should show what is the currently selected version, and then initially hide the "OK" button.
2. When customer selects a version from the drop-down box, now you display the modules available for selection, along with some text that says, "Select the desired modules for this version of PHP, and then click the "Change" button to switch your account to the selected PHP version.
Thanks.
When customer makes a change using the PHP Selector, there is no indication that the change was saved or not.
Can you please add some "feedback" after the customer clicks the OK button? For example, you could add:
------------
PHP Version was successfully changed.
------------
Also, can you change the button text from "OK" to "Change"? This makes it more clear to the customer.
Lastly... if you really want to make the UI more customer friendly... you could use some simple javascript.
1. When customer clicks the "Select PHP Version", you should show what is the currently selected version, and then initially hide the "OK" button.
2. When customer selects a version from the drop-down box, now you display the modules available for selection, along with some text that says, "Select the desired modules for this version of PHP, and then click the "Change" button to switch your account to the selected PHP version.
Thanks.