I created a list of random coupon codes, pasted them in 1 per line, and set them to max use=1. The coupon name is, for example, Gift25.



I notice now that in the drop down box my codes are listed like this:

gift25-lezcey-1:1234 (use-count:0)

1 is the code number and I see codes from 1-50.

1234 (example) is the unique random string



But what is "lezcey"?

  • created

    Jan '11
  • last reply

    Jan '11
  • 1

    reply

  • 1.0k

    views

  • 2

    users

When you create a discount with a list of codes, that actually spins off a series of identical discounts, one for each code in your list. Each discount must have a unique Discount Name, as that's how we distinguish one discount from another. Therefore, for each single-code discount we spin off from your original list, we append a random string (such as 'lezcey') to the original Discount Name you'd entered, to ensure that each code's discount has a unique Name.