I need to assign private coupons to customers. Can this only be done via
the
file im****t feature of the "Add coupons wizard - Generating Batch of
Coupons"?
As part of my private coupon selection/determination code in my basket
class
I have this:
private bool runBasketPipeLine()
{
:
this.OrderForm["promo_user_identity"] = m_oCSContext.UserID;
:
}
Does the data being used for OrderForm["promo_user_identity"] need to
equal
the data located in the coupon im****t file? So in this case I would put
the
userID of the customer to redeem the private coupon in column two of the
im****t file? I may want to use their email address, but I would like to
know
if the userID scenario is possible.
Can the generated Coupon codes be found by any other means oither than
ex****ting the generated coupon list? The user won't have skills to find
them
in the database.
thanks,
gwheeloc