This is a hard one. We tried to incorporate support for discounts, but it doesn't seem very easy. The database table for product discounts has no primary key, and the Zen Cart code seems to use the <discount_id, products_id> combination as the key to the table. And we don't yet support such compound keys. It would have bee SO much easier if the table had a straight auto-increment primary key.
The Discount type is part of the product record - below is an image to show it. (Assuming that's indeed what you're alluding to?)
Hope this helps.
![]()
Bookmarks