Originally posted by rguisewite
View Post
Announcement
Collapse
No announcement yet.
Product Import - Update Product Category Assignments
Collapse
X
-
Ah. It depends. If you have the SHIPPING_METHODS included (whether in the header, or you've manually mapped it yourself in the import settings), it will always overwrite ALL permitted methods. Ie, blank will clear them all out, one will clear and then replace with one, etc.
If you don't include the SHIPPING_METHODS header, then they will be left alone and not touched. If you want to just modify some, leaving the others alone, you could either a.) have a separate import that includes the SHIPPING_METHODS output for the ones you want to modify, and leave it off your other import. b.) export first, modify the export, and reimport (since the export will have all the shipping methods set for you), or c.) do what you were doing before with the XML version, since you can manually specify which ones you want to set. With the product import, because of the way the tabular data works, it is all or nothing (aka, you either specify that you want to change the permitted methods for ALL products in the import, or none of them)
Comment
-
Originally posted by rguisewite View PostAh. It depends. If you have the SHIPPING_METHODS included (whether in the header, or you've manually mapped it yourself in the import settings), it will always overwrite ALL permitted methods. Ie, blank will clear them all out, one will clear and then replace with one, etc.
If you don't include the SHIPPING_METHODS header, then they will be left alone and not touched. If you want to just modify some, leaving the others alone, you could either a.) have a separate import that includes the SHIPPING_METHODS output for the ones you want to modify, and leave it off your other import. b.) export first, modify the export, and reimport (since the export will have all the shipping methods set for you), or c.) do what you were doing before with the XML version, since you can manually specify which ones you want to set. With the product import, because of the way the tabular data works, it is all or nothing (aka, you either specify that you want to change the permitted methods for ALL products in the import, or none of them)Paul
Comment
Comment