Reputation: 1169
I am using Magento 1.6.1.0 and would like to use the special_price attribute (which is enabled for 'All Product Types'). Like so:
However the special price field, which I have seen visible on countless screen shots from other systems, is not visible. Here's a screen shot of my 'prices' tab in the product information editor:
What have I missed here? As you can see from the screen shot, the Tier Price is showing (and working) completely fine. Do I need to enable the special price attribute elsewhere?
Upvotes: 0
Views: 2260
Reputation: 29
I had the same issue, I found a fix that worked for me. Under the attributes list, I searched "price" found an existing "special price" attribute. I had to edit the "apply to" section to in my case "all product types" but would also work for any particular product type. Hope this helps someone else.
Upvotes: 2
Reputation: 272
so, as i see you have attribute value set as required
, but i dont see any red asterisk symbol (*) near to it. and actually i dont see on screenshot Special Price
field either??
so all you need is:
Special Price
with code special_price
.Display on product page
.Attribute Set
.Special Price
value.there is no magic. i dont see what you have done exactly. But it looks like you did something wrong.
ps. by the way isnt it default Magento feature?? Special Price with dates From/To?? have you modified your core features somehow??
Upvotes: 1