HCL Commerce Version 9.1.10.0 or later

Enabling a marketplace

The Management Center allows you to manage Marketplaces through the Marketplace tool. Enabling a marketplace is an IT task.

A marketplace is a web store that needs to be enabled. Connect to the database and run the following queries.
  • To view the marketplaces:
    SELECT * FROM storeconf WHERE NAME='hcl.marketplace.enabled';
  • To insert a new data in the table:
    INSERT INTO storeconf values(11, 'hcl.marketplace.enabled', 'true', 0);
    where 11 is STOREENT_ID(Store ID)
    
It will set the Store ID value to True as shown in the following table:
Table 1. QUERY table
STOREENT_ID NAME VALUE OPTCOUNTER
11 'hcl.marketplace.enabled' 'true' 1
Note: After enabling the marketplace, stage propagate the store data and run all the registries from the Management Center. To run the registries, from the hamburger menu, go to System Administrator > Registries > Update all. The Add to Cart button remains disabled if registries are not updated.

To enable the index flows for marketplace and add data to enable facet, see Enabling HCL Commerce Marketplace functionality within a Docker-based deployment.