As part of a marketing campaign, I would like to offer a large quantity of vouchers to customers. Actinic can't do vouchers, so my plan is to create individual discounts of £xx and give each customer a discount code. Once the code is used once, I will manually delete the discount.
My problem is that it takes a while (maybe 45 seconds) to create each discount code. This is fine if you want a few but I need to upload hundreds. I don't have the time (or the attention threshold) to do this conventionally, so I'm looking for a way round this.
I've tried going into the database and adding the values in the relevant tables (Discounts and DiscountTrigers). However, Actinic seems to throw up errors on the next upload, even though the new records in the discount tables are exactly the same format as the existing ones. There also seem to be counters in Actinic for nID and these are not updated correctly.
Does anyone know how I can create a large number of discounts - hundreds or possibly thousands - easily? Ideally, I'd like some way of importing a .csv file.
Many thanks, James
My problem is that it takes a while (maybe 45 seconds) to create each discount code. This is fine if you want a few but I need to upload hundreds. I don't have the time (or the attention threshold) to do this conventionally, so I'm looking for a way round this.
I've tried going into the database and adding the values in the relevant tables (Discounts and DiscountTrigers). However, Actinic seems to throw up errors on the next upload, even though the new records in the discount tables are exactly the same format as the existing ones. There also seem to be counters in Actinic for nID and these are not updated correctly.
Does anyone know how I can create a large number of discounts - hundreds or possibly thousands - easily? Ideally, I'd like some way of importing a .csv file.
Many thanks, James
Comment