New Zenner
- Join Date:
- May 2009
- Posts:
- 4
- Plugin Contributions:
- 0
Negative price factor not working
Hi, I have a product (not priced by attributes) that has a base price of $20. I have an attribute with several values, each of which should reduce the base price by a certain factor.
Here's what I have set for one of them:
Attachment #5737
The attributes controller shows the expected price reductions properly:
Attachment #5738
as does the selector on the product page:
Attachment #5741
the problem is that after I have added the product to the cart, the price reduction is not shown. The expected total is $10.
Attachment #5743
If I change the factor so that it is no longer negative (I changed -0.5 to 0.5), it adds it in as would be expected. With the positive factor, the price shown in the cart was $30.
Is this a bug in zen cart? Or am I doing something wrong?