Arbiz Posted October 15, 2021 Posted October 15, 2021 What would be the easiest way to have all products inactive in front by default (ie products not visible or accessible) and have them "activated" according to a certain rule (let's say a session variable set) in a module ? Share this post Link to post Share on other sites More sharing options...
Knowband Plugins Posted November 15, 2021 Posted November 15, 2021 We suggest you to execute a SQL command for deactivating all the products. SQL COMMAND: UPDATE YOUR_DB_PREFIX.'product' SET active=0 Share this post Link to post Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now