dweeves / magmi-git

Magmi GitHub
364 stars 307 forks source link

Deleting special prices #110

Open alxagl opened 10 years ago

alxagl commented 10 years ago

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

dweeves commented 10 years ago

the value is __MAGMI_DELETE__ with double underscore (prefix & postfix)

don't forget to reindex prices after that.

alxagl commented 10 years ago

Just tried it out but it didn't really helped. Reindexing also done, but it stays same as I wrote above.

PieterCappelle commented 9 years ago

__MAGMI_DELETE__ is the correct way to remove special_price. It's working here.

ericcollard commented 8 years ago

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)