Closed (duplicate)
Project:
Ubercart Discount Coupons
Version:
6.x-1.7
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2011 at 13:06 UTC
Updated:
27 Dec 2011 at 21:57 UTC
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
Comment #1
mcarrera commentedSorry, I just found somebody else is working on views integration.
Comment #2
wodenx commentedThere 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.
Comment #3
wodenx commented