Skip to content

shopgate/shopware6-cart

Repository files navigation

Shopgate Connect Shopware 6 Cart Extension by Apite

Development

Setup

cd extension && npm i && cd ..
cd frontend && npm i && cd ..

Utility extension modification

If you need to add to the Utility extension, you will need to download it separately & install it locally:

cd ..
git clone git@gitlab.com:apite/shopgate/connect-engage/shopware6-utility.git
cd ext-shopware6-user/extension
npm run utility:develop

Configurations

You can set up the ENV variables when running sgconnect or use a local .env file.

For inline, the command will look like this:
SW_ENDPOINT=http://localhost SW_ACCESS_KEY=SWSCMMJTYLVIT1LBMJQWDLNSRG node $(which sgconnect) backend start
As an .env file.

In [root]/extension create an .env file with content like this:

SW_ENDPOINT: "http://localhost"
SW_ACCESS_KEY: "SWSCMMJTYLVIT1LBMJQWDLNSRG"
SW_LANG_ID: "fa964a97a1e841a1bbf04471862ccc7f"

Run:

node -r dotenv/config $(which sgconnect) backend start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •