Skip to content
Discussion options

You must be logged in to vote

A dropdown field always needs unique values, otherwise nobody knows what you selected.
3 options here:

  • give the others each a very small but different amount (like 0.0001 etc), this will not affect the end price (easiest)
  • give "veldwaarden" the same values as the "veldcodes" + use dynamic fields where you check the value of the field. If the field value is then "0-11", you can show an extra template. In your case that template would then contain one field of type "hidden" with value "-7.5".
  • or: use real discounts (with code, most flexible but more complicated, see the doc)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Wessiez
Comment options

Answer selected by Wessiez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants