Hi Everyone...
Long time lurker, first time poster!

I'm trying to set up my cart according to the following scenario: if a customer buys between 0-50 items they are free, if customer buys anything beyond 50 and more then a flat charge applies to each item bought. Meaning that let's say 49 paper clips won't cost anything but 75 will cost 75 x $0.01 = $0.75

I found out that in order to set up that kind of an attribute I have to specifiy it in Catalog -> Attributes Controller -> Attributes Qty Price Discount text box. The syntax for it goes like this: 50-0.00,200-0.01
which means that anything between 0-50 will be $0.00 and anything between 50-200 will cost $0.01

Is that correct?

Now the catch...when I hit "Insert" where is the attribute going? It doesn't seem like it applies to anything. At least I don't see it being applied to a product for which it has been defined. Test driving reveals no changes. Also, is there any way I can find what attributes have already been created (if no GUI, then point me to a table in a DB where they are defined).

Thanks!