KKbutter2281 Posted December 5 Share Posted December 5 How do I get the system names for the slider? As in, how do I make it so when the slider is at one it gives 1024 gigs of memory, and when it is at two it gives 2048? I want a slider instead of a dropdown because I feel it will look better. Kaleb 0 Quote Link to comment Share on other sites More sharing options...
RadWebHosting Posted December 8 Share Posted December 8 Using configurable options, you can separate the value for the module vs the value displayed with a "|" like this: module_value|display_value In your case: one|1024 two|2048 1 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.