Configuring negotiated pricing
To use negotiated pricing, you must have a nominal cost price list that is defined for your store.
Negotiated pricing might exhibit slightly different behavior,
depending on the product edition you install.
- If a price override limit is not set for the group to which a CSR belongs, that CSR cannot override the price. Otherwise, the CSR can override the price, but the order is blocked if the negotiated price exceeds the limit.
- If the product edition cannot be determined, an error occurs.
Procedure
-
In the POLICY database table, select POLICY_ID, POLICYNAME, and PROPERTIES
where POLICYTYPE_ID='Price' and STOREENT_ID=your_store_id to find the price
policy for your store.
POLICY_ID POLICYNAME PROPERTIES 10001 MasterCatalogPriceList name=ConsumerDirect&orgentity_dn=ou=b2c,o=seller organization,o=root organization
-
Set the price list policy to nominal by adding the type=NOMINAL attribute to the PROPERTIES
column.
For example,
update POLICY set PROPERTIES='name=ConsumerDirect&orgentity_dn=ou=b2c,o=seller organization,o=root organization&type=NOMINAL'
. - Refresh the registry.