I am adding a simple Product to magento in which I want to install the following, as well as others: -
- Special price
- Special Price From Date
- Special Price Today
The problem seems to be # 2 and # 3. I managed to establish No. 1, but I need help in solving problems with the last 2 points.
I tried using the following two methods for point # 2: -
- SetData ()
- setSpecialFromDate ()
But none of the above methods worked.
The same case is suitable for point number 3.
Please, if anyone can help, this is really appreciated.
source
share