Sitecore Commerce Re-bootstrap & initialise The first thing we need to do is to clear out the Commerce Engine databases. USE XXXX_Global; TRUNCATE TABLE CommerceEntities; TRUNCATE TABLE CommerceLists; TRUNCATE TABLE Versions; USE XXXX_SharedEnvironments; TRUNCATE TABLE CommerceEntities; TRUNCATE TABLE CommerceLists; TRUNCATE TABLE Versions; Now recycle IIS Finaly follow the below links to re-bootstrap & initialise:
Sitecore Commerce Add a variant to the cart, not the product itself. When trying to add an item to the cart I was getting the following error 41 10:23:28 ERROR CtxMsg.Error.EntityNotFound: Text=Entity 'Catalog|Modem|' was not found. 41 10:23:28 ERROR PipelineAbort:Entity 'Catalog|Modem|' was not found. 41 10:23:28 ERROR PipelineAbort:
Sitecore Commerce Aaron asks Rob Sitecore Commerce questions How do I clear out the Commerce Engine database? * Truncate all of the tables in XXX_Global & XXX_SharedEnvironments DB's, then recycle IIS and reboostrap & initialize [https://blog.gravypower.net/2017/10/03/re-bootstrap-initialise/]. Why can't I add a product to the cart? * A product doesn't have to have varients,