User Tools

Site Tools


udropship:umarketplace:disable_unirgy_modules

This is an old revision of the document!


M2: Instructions to enable/disable unirgy module

  1. Truncate these tables (or remove rows with udropship_vendor!=0): catalog_product_index_price, catalog_product_index_price_replica, cataloginventory_stock_status, cataloginventory_stock_status_replica

truncate catalog_product_index_price;
truncate catalog_product_index_price_replica;
truncate cataloginventory_stock_status;
truncate cataloginventory_stock_status_replica;

  1. Collect modules to disable using this command

bin/magento module:status| grep Unirgy_

  1. Disable unirgy modules using this command (<modules to uninstall> with actual module names returned by prev command)

bin/magento module:disable –clear-static-content <modules to uninstall>

  1. Run setup:upgrade command

bin/magento setup:upgrade

  1. Run reindex commands

bin/magento indexer:reset cataloginventory_stock catalog_product_price
bin/magento indexer:reindex cataloginventory_stock catalog_product_price

udropship/umarketplace/disable_unirgy_modules.1686046740.txt.gz · by wtsergo