3 / 3
Aug 2023

Help please! I have 1 product that I sell 4 types of user license's at different prices. Read help and forum questions but still unsuccessful.

I need: sku, price, #users

Based upon "help pages" i produced this

C0311,$5.00,,,Single user,,,
C0313,$10.00,,,Multi-user 2-10,,,
C0320,$50.00,,,1 School/Department,,,
C0322,$150.00,,,Site license,,,

copied it into variants space. submitted. then went to button creator - copy and pasted into my html page. Shows dropdown with single, multi, etc. but nothing else and did not fill in at payment page.

What am i doing wrong? i want customers to select user number (ie multi) and see price then hit buy now and have the correct price fill-in on the e-junkie payment page. Help please!

  • created

    Aug '23
  • last reply

    Aug '23
  • 2

    replies

  • 562

    views

  • 2

    users

The problem appears to be the $ sign you're including in the Price position on each line, which should be just the amount alone without any currency symbol (you'd select the pricing Currency in the Product Details section at the top of the screen).

If you also want to show prices in the dropdown menu of Option Values for buyers to choose from, just include those prices in the Option Values you specify (here you can include the $ sign).

Also, when there's only one Option Name for buyers to choose from a list of Option Values, you'd only need two commas at the end of each line.

The following Variants configuration should work for you:

C0311,5.00,,,Single user ($5),,
C0313,10.00,,,Multi-user 2-10 ($10),,
C0320,50.00,,,1 School/Department ($50),,
C0322,150.00,,,Site license ($150),,

THANK YOU! PERFECT