How to Disable The Subscription Module
Though zCart has a builtin subscription system that uses Stripe for billing vendors, you can completely disable the subscription system on your marketplace.
Warning! You should make this decision at the time of the initial setup and stick with the choice. If you change this setting when you already have some registered vendors, this change will affect them!
To make the change, please open the .env file from the settings section on superadmin’s dashboard.
SETTINGS SYSTEM SETTINGS ENVIRONMENT CONFIG MODIFY ENVIRONMENT FILE
. . . SUBSCRIPTION_ENABLED=true . . .
By default, the subscription system is enabled. Update the SUBSCRIPTION_ENABLED
value from true
to false
. That’s it!