
[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
Re: [ic] Adding SKU to Itemeditor
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
_______________________________________________
interchange-users mailing list
interchange-users@interchange.redhat.com
http://interchange.redhat.com/mailman/listinfo/interchange-users