Dropdown value plus two references
-
Hi,
I am trying to create a clothing size dropdown that will provide conversion sizes for UK, EU and US and upon a selection will add a value set for each option.
So for example,
Value —– UK — EU — US
4 ——- 4 — 34 — 37
5 ——- 5 — 36 — 39
6 ——- 6 — 38 — 41So if say a user is from the UK and is a UK size 5, the dropdown list shows the equivalent to the same in EU(36) and US(39), the value stored in the database is 5.
This is handy to provide the conversion for users in the EU and US without a separate conversion table.
Can anyone show me how this may be achieved.
Thanks,
Denis
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Dropdown value plus two references’ is closed to new replies.