[ic] Adding SKU to Itemeditor

Corey Gilmore interchange-users@interchange.redhat.com
Thu Sep 27 08:20:01 2001


On Wed, 26 Sep 2001, Tobias Henle wrote:

> Hi List,
>
> one of our cutomer is changin his product-code and want's a entry in the itemeditor. But
> adding sku to the `FIELDS TO EDIT' has no effect (no bad idea course changeing the primary
> key is no good idea anyway, but i need to do).
> knows anybody a workaround?

Yup.  Get a list of old sku : new sku's, and change them all in the sql
database (if you are running it).  Otherwise, use search/replace in your
text files.  There are more locations change in besides the products
database.

grep -c sku /catalogdir/catalog/products/* | grep -v :0

will help ;)

.cfg