Hi everyone, i have tried to deactivate all my B2B...
# help
r
Hi everyone, i have tried to deactivate all my B2B marketplace products from DB and the changes is showing in the backoffice but not in the yves than i have removed products from multiple tables but having same issue. I have cleared the cache from both side and also used sync data command. please help me out.
b
deactivating the products (via Zed Interface) should trigger an event that removes them from storage and search, but depending on how many, it takes some time (until message queues are processed). Removing them from database tables would actually not work, since they are then not deleted in search and storage (even if you sync data again). So now you might have to remove them manually from elasticsearch and and redis storage
p
hey, if you manually touched the DB then the pub&sync will not be triggered automatically.