Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
bin/magento maintenance:enable

STEP 2

The example below will install version 2.0.0. If you have access to a later version you will need to use that version number.

...

Install composer package(s)

Panel
titleThe following composer command should be used for Magento 2.4.x
composer require tnw/subscriptions=
Insert excerpt
_tnw_subscriptions_m24
_tnw_subscriptions_m24
nopaneltrue
   


Expand
titleIf you use Magento 2.3.x


Panel
titleThe following composer command should be used for Magento 2.3.x
composer require tnw/subscriptions=
Insert excerpt
_tnw_subscriptions_m23
_tnw_subscriptions_m23
nopaneltrue
   



Info
titleImportant

If you are performing the installation for the first time, you will be prompted for the username and password. These credentials will be provided to you when you submit your order with us. If you lost your credentials, please contact us via our service desk.

...

Configure new CRON jobs. See Setting up CRON jobs.

Uninstalling

The example below will remove our module from your Magento installation

...