2 tables in the database hold the cart level discounts.. "DiscountTriggers" and "Discounts". I can manually add rows to each with the common "nDiscountID" fields fine.
We will be running a promotion which requires approx 10,000 unique coupon codes. I know this is not ideal but we have to provide unique codes for the campaign (this is a demand by the 3rd party to whom we are offering the deals - their customers redeem coupons and are generated a unique code when they have enough on the 3rd party website - the code is used on our site to get the deal). Reusing the same code is not an option.
Couple of questions if anyone can help :
1. is there a limit to the number of rows which can be added
2. nSequence - is there are limit or is it simply incremental
3. any suggestions on how to populate the codes via a query for both tables - I can get the unique codes in either Excel or a Database but admit to not having much experience with manipulating databases and don't fancy a weeks worth of copy and paste into the tables.
Multisite v8.5.0
We will be running a promotion which requires approx 10,000 unique coupon codes. I know this is not ideal but we have to provide unique codes for the campaign (this is a demand by the 3rd party to whom we are offering the deals - their customers redeem coupons and are generated a unique code when they have enough on the 3rd party website - the code is used on our site to get the deal). Reusing the same code is not an option.
Couple of questions if anyone can help :
1. is there a limit to the number of rows which can be added
2. nSequence - is there are limit or is it simply incremental
3. any suggestions on how to populate the codes via a query for both tables - I can get the unique codes in either Excel or a Database but admit to not having much experience with manipulating databases and don't fancy a weeks worth of copy and paste into the tables.
Multisite v8.5.0
Comment