Page 1 of 1

how to add Items by ID to INV_AUTOSELL_IGNORE

Posted: Mon Nov 01, 2010 2:08 am
by caps
hi,
i've got the IDs for all items that's shouldn't be sold but no idea in which form i've to add them to the INV_AUTOSELL_IGNORE value.
I'm using german client, so some item names contain umlauts and/or consits of two words.

Can anyone pls give me an example for item-ID 221583 ?

Code: Select all

<option name="INV_AUTOSELL_IGNORE"	value="221583" />
<option name="INV_AUTOSELL_IGNORE"	value="Sys221583_name" />
<option name="INV_AUTOSELL_IGNORE"	value="TEXT('Sys221583_name')" />
doesn't work

Re: how to add Items by ID to INV_AUTOSELL_IGNORE

Posted: Mon Nov 01, 2010 1:13 pm
by Administrator

Code: Select all

<option name="INV_AUTOSELL_IGNORE"   value="test ΓΌ" />
Should work, as long as you edit and save the file with Notepad++