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: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 . The Add to Cart button remains disabled if
registries are not updated.
To run the registries, from the left navigation menu, go to
.To enable the index flows for marketplace and add data to enable facet, see Enabling HCL Commerce Marketplace functionality within a Docker-based deployment.