Local Testing of Shopware Commercial Features
This guide assumes you are a registered Shopware partner and have activated the wildcard domains feature.
Last updated
This guide assumes you are a registered Shopware partner and have activated the wildcard domains feature.
Last updated
To do this, log into the partner area of your Shopware account.
Note this is the wildcard licence domain you have registered with Shopware, it is different from your local domain (typically something.ddev.site).
Composer require SwagCommercial, then install and activate following the standard procedures.
In particular, the task swag.commercial.update_license
needs to active - check it was last time executed after you activated the plugin, and it is in status scheduled
.
It may take some time - up to an hour or so - for your local installation to fully synchronize with Shopware's licence server. Eventually, you should see the commercial features - like warehouses management or the subscriptions - being available in the Admin. If the synchronization did fail, try to reschedule the update task (see above) or manually trigger the update from the CLI with bin/console commercial:license:update
.
The Commercial plugin brings its own set of CLI commands:
Check your licence status with commercial:license:info
. If you miss a feature, see commercial:feature:list
and enable or disable the features you need.
t.b.d.