We have a catalog of about 1000 items. Our company has custom product pricing for logged-in users.
That is, we give special prices on certain items to certain customers.
Each price is negotiated; it is not based on a discount percentage (which means we can't just apply one price schedule per ustomer and be done with it).
So we create a price schedule for each customer, then manually adjust the price for that customer in each product's price tab.
Here's the problem:
From time to time we need to update the product catalog. Our master catalog data is in a flat CSV file, which we import into Actinic as needed.
When I import (flat) with replace, I lose all my custom pricing. When I import with update, I get duplicate products.
How can I import with update without duplicating products?
What triggers product duplication?
Thanks
That is, we give special prices on certain items to certain customers.
Each price is negotiated; it is not based on a discount percentage (which means we can't just apply one price schedule per ustomer and be done with it).
So we create a price schedule for each customer, then manually adjust the price for that customer in each product's price tab.
Here's the problem:
From time to time we need to update the product catalog. Our master catalog data is in a flat CSV file, which we import into Actinic as needed.
When I import (flat) with replace, I lose all my custom pricing. When I import with update, I get duplicate products.
How can I import with update without duplicating products?
What triggers product duplication?
Thanks
Comment