Hello,
While in product manager, I soft delted an item. However, the item was permanently removed from the DB. I thought when you soft delete, the item is flagged with a "1" in the DB. Anyone know how this could have happened?
Thank you,
Brett
Hello,
While in product manager, I soft delted an item. However, the item was permanently removed from the DB. I thought when you soft delete, the item is flagged with a "1" in the DB. Anyone know how this could have happened?
Thank you,
Brett
soft Deleted = "update product set deleted=1 where productid={productid}".
If it was permanently deleted, then you probably clicked "NUKE" then?
Thanks for your reply...I don't have a "nuke" option in the screen. It only offers "soft delete". Is there a configuration in the cart I can check?