magmi-git icon indicating copy to clipboard operation
magmi-git copied to clipboard

Unable to use __MAGMI_DELETE__ to delete group price

Open firedragon852 opened this issue 9 years ago • 2 comments

I have the following CSV: "websites","sku","price","group_price:ABC" "base","SKU-123","1499","(double underscore)MAGMI_DELETE(double underscore)"

where double underscore is __

But the group_price for customer group ABC is reset to 0.00 only, not deleted.

I am using Magmi v0.7.21 and Group Price Importer v0.0.4.

firedragon852 avatar Apr 14 '15 23:04 firedragon852

Any update on that?

etsanov avatar May 26 '17 14:05 etsanov

I also hit this issue. Inspecting the code in grouppriceprocessor.php it appears not to look for __MAGMI_DELETE__. However, the code also showed that the way to remove group and tier pricing is instead to have an empty value in that column. In the example above, the following will work to delete the group price: "websites","sku","price","group_price:ABC" "base","SKU-123","1499",""

SoopaDoopa avatar Jul 11 '18 00:07 SoopaDoopa