Changing search configuration properties in the STORECONF table
To change search configuration properties in the STORECONF table, you must run
an SQL statement to the desired values.
Before you begin
Procedure
Example
To change a starter store's price mode to 2 (Mixed), with a STOREENT_ID of
715838534:
UPDATE STORECONF SET VALUE='2' WHERE STOREENT_ID=715838534 AND NAME='wc.search.priceMode';
To
enable entitlement check for a starter store with a STOREENT_ID of
715838534:
UPDATE STORECONF SET VALUE='1' WHERE STOREENT_ID=715838534 AND NAME='wc.search.entitlement';