Is there a way to create a promo code that is reusable but only once per customer?
As far as I can see in the documentation the promo codes can be configured to allow a certain number of usages, but I haven't found a way to make it so it can only be used one time per customer, but multiple times overall.
I'd like to be able to send a mailing or other marketing compaigns where I can use the same code but prevent a single customer from using it multiple times.
I guess you would have to create your own voucher implementation in that case. You can do that by extending "act" in marketing. Please follow this article on how to achieve that:
Single use promo code
Is there a way to create a promo code that is reusable but only once per customer?
As far as I can see in the documentation the promo codes can be configured to allow a certain number of usages, but I haven't found a way to make it so it can only be used one time per customer, but multiple times overall.
I'd like to be able to send a mailing or other marketing compaigns where I can use the same code but prevent a single customer from using it multiple times.
I guess you would have to create your own voucher implementation in that case. You can do that by extending "act" in marketing. Please follow this article on how to achieve that:
http://docs.ucommerce.net/ucommerce/v6/extending-ucommerce/marketing-foundation/add-a-new-advertise-and-act-target.html
is working on a reply...