-
- ninjured

-
Total Posts: 23
Joined: 2010-06-21
|
Hello,
ive got my import working fine with no issues however i want to update an existing value with a blank value
eg
short_description = “sample text”
special_price = “5.95”
i want to make these both blank values but using something like below however the values dont update. they do update if i put any other text in them so i know my import is working. if i update special_price 0.00 it sells the item for free. i just want to take away the special.
sku,short_description,special_price
sku-029,"","”
any help would be great
|