Open alxagl opened 10 years ago
the value is __MAGMI_DELETE__ with double underscore (prefix & postfix)
don't forget to reindex prices after that.
Just tried it out but it didn't really helped. Reindexing also done, but it stays same as I wrote above.
__MAGMI_DELETE__
is the correct way to remove special_price. It's working here.
I confirm that MAGMI_DELETE is working if you want to delete a value in your product. Simply replace the value by "MAGMI_DELETE". This even work with the API for special_price value (tested)
Hi,
we have a special price which doesn't exist any longer.
When we tried to delete the price at admin and the specific store view, the price doesn't really get deleted, it only gets replaced with 0.00.
We tried to deleted the price with an exmpty string, an blank charcter only string, MAGMI_DELETE but the price keeps to be 0.00.
Further we tried the same with the special_from_date and after MAGMI_DELETE it only replaces the old date value with '30.11.00-1' but doesn't really clear rhe date.
Any ideas?
Please advise