Quote Originally Posted by rufusclc View Post
I have been trying, through this program, to access the products_discount_quantity file so I can export, to make changes and import back, without any luck.
With my limited knowledge, can't seem to find the file in Apsona.
Help please?
Rufusclc
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.

Quote Originally Posted by rufusclc View Post
Another quickie question:
I would like to export from the products file the products_discount_type filed together with the product ID.
I get the product ID but I don't see the other field noted in the export options box.
help
Rufusclc
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.