Quote Originally Posted by retched View Post
Okay and lastly, what is the recommended way of bulk adding Attributes? I managed to get the templates to work with POSM Stock levels (to which I must say, THANK YOU)... but then realized I also need to set a price of the attributes. Should I be preparing two import files (one for the attributes and one for the price) or is there some kind of way that I can take one of the templates and modify it so that the price of the attribute is set by the file?
If all the attributed-products are priced-by-attributes, then all product/attribute pricing can be set using one of the ProductsAttribs*Handler handlers.

If attribute pricing affects a product's base price, then the base pricing needs to be set via the ProductsHandler and the attributes' contributions to pricing set via one of the ProductsAttribs ones.