Step 1: Install Module
Access
You can request access keys by sending an email to expertek-help@trellis.co.
Installation
We recommend installing our module via composer. If you require an alternate installation method, please contact our support at expertek-help@trellis.co.
Add our repository by including it in your composer.json
file in the root of your project directory.
"repositories": {
"trellis": {
"type": "composer",
"url": "https://grow.trellis.co"
}
}
Then install the module with composer
composer require trellis/module-expertek-sxe --no-update
composer update trellis/module-expertek-sxe
For the B2B extension you will need both the base module and the B2B module
composer require trellis/module-expertek-sxe trellis/module-expertek-sxe-b2b --no-update
composer update trellis/module-expertek-sxe trellis/module-expertek-sxe-b2b