It seems to be a question about WPC Product Options.
The value field is required to define which option was selected. It mainly works in code. You can set the label of options - which can be seen by the customer on the front https://app.screencast.com/D7JOuW3CVn1th
However, you should use the value is number if you want to use this value to calculate the price https://app.screencast.com/KNSXN6NmvDacF. For example, if the value is "2" and the price formula is "v*3", the price of this option will be "2 x 3 = 6".
I am unsure what to put in the "value * " or default value
What is this for? It doesn't seem to do anything but It wont allow me to leave it blank> See picture
Attached files: Screenshot 2024-02-29 211212.jpg
Hi Glenn,
It seems to be a question about WPC Product Options.
The value field is required to define which option was selected. It mainly works in code. You can set the label of options - which can be seen by the customer on the front https://app.screencast.com/D7JOuW3CVn1th
The value may be used to calculate the price of an option https://app.screencast.com/KNSXN6NmvDacF
If you set a default value, it will be automatically selected at the start https://app.screencast.com/WNtMallhmdE7Q
Best regards,
Dustin
Great Thanks Dustin. I'm new to this, much appreciated !
So the value can be anything? 1 2 3 or a b c ? It doesn't show on the page right.
It can be used in code.
Ok I think I've got my head around it..!
Cheers!!
Yes, that's correct.
However, you should use the value is number if you want to use this value to calculate the price https://app.screencast.com/KNSXN6NmvDacF. For example, if the value is "2" and the price formula is "v*3", the price of this option will be "2 x 3 = 6".
Best regards,
Dustin