Arbiz Posted October 15, 2021 Share 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 ? Link to comment Share on other sites More sharing options...
Knowband Plugins Posted November 15, 2021 Share 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 Link to comment 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