Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3595623
Setting up Radio Button
Open

Comments

  •  1
    Glenn Gardam started the conversation

    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

  •  1,688
    Dustin replied

    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

  •  1
    Glenn Gardam replied

    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!!

  •  1,688
    Dustin replied

    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