Hello everybody, I am developing an ecommerce site. One of the requirements is for each customer to have his own coupon code to get discount when shopping on the site.
UDC works fine, the only problem is having already over thousand customer, I have to manage a huge numbers of coupons.
The module interface is good for few dozens of them, but for such a big number it would be great to have some more functionality such as search.
Being all the coupons info contained in a single table (uc_coupons), perhaps a possibility is to use views, or some other module to browse/search the table.
Any idea is greatly appreciated. Thanks!

Comments

mcarrera’s picture

Status: Active » Closed (duplicate)

Sorry, I just found somebody else is working on views integration.

wodenx’s picture

Category: feature » support
Status: Closed (duplicate) » Active

There is some views support built into uc_coupon - and additional support (including linking coupons to orders and users) is available from this sandbox module (that additional functionality has been rolled into the 7.x branch), which also provides some tools for managing the users to whom coupons are assigned. Also, to manage a large number of codes you might consider using the bulk coupon feature (rather than creating an individual coupon for each code) - this allows you to create any number of codes with the same set of restrictions, all based on a single coupon.

wodenx’s picture

Status: Active » Closed (duplicate)