we have here some problems with our Magento system.
First the background:
We have some products where we have boxes. Now we have created at startup an attribute packaging_size this attribute is a "dropdown" with some values like 10, 20, 25, 50 and so on.
Now we want to give 3% to all articles with attribute "packaging_size" and value 20 for example. So I configured the condition to "packaging_size is 20" but nothing happen in the shopping cart and on the detail view.
Is it possible to set a rule on an attribute? or is it not possible?
How can I find the place where the price is calculated perhaps I can start and debug. The product is a configurable product linked to under products with the attribute.
I hope somebody can help me. I have searched a lot in the source code bit i have found not so much.
Its not working in Magento 1.5.0.1 and 1.6.0.0