Re: Are Sequential Products?
It's not something Zen Cart does by default, but ought to be achievable with a bit of custom coding. I think something hooking into th order class after payment is completed and just before the database is updated, to also update the next product id from inactive to active, would take care of it. You would want to make sure that whatever you did directly in the db covered all the actions that doing this in the regular admin page would do. It is probably only one field in one table that needs to be touched.