Quote Originally Posted by harlyman View Post
Hello

I solved the product problem, but regarding the price update, if i have a price list with products that i need to update my shop with, if i choose to do this by model number it only update prices on 1 product with that model number, but since one model is in several categories, apsona only updates the first model it locates in the shops db, and not all of them, is there a way to do this?

The products are not linked btw.
This sounds like you are trying an update via the import process. For this to work correctly, the model number field must be unique (i.e., every product record must have a different model number). But it doesn't sound like that's the case in your database, since you say you have the same model number in several categories as distinct product records. In this situation, you will have to update by product id rather than model number. One way to do this is to export the product ids of the products you want to update, change the prices, and then use the product ids for the update.