← All platforms · Folder namecentury-embed/shopware/NameCenturyChat/

Shopware install guide

Free NameCentury Social Chat for your storefront. Visitors message on your site; you reply in the Social app (group Chat Support).

Download

Sign in → Developer → Embed & Share, or use the ZIP below.

Step 1 — Install the plugin

  1. Download namecentury-chat-shopware.zip
  2. Unzip into custom/plugins/NameCenturyChat/ so composer.json is at that path
  3. SSH into the Shopware root and run:
bin/console plugin:refresh
bin/console plugin:install --activate NameCenturyChat
bin/console cache:clear

Step 2 — Admin

  1. Settings → System → Plugins → confirm NameCentury Chat Support is active
  2. Clear storefront theme cache if needed

Manual theme snippet (no plugin)

In your theme, extend base.html.twig and add before </body>:

<script async src="https://namecentury.us/embed/nc-chat.js"
  data-nc-platform="shopware"
  data-nc-site-name="My Shopware Store"></script>

After install

  1. Open your storefront in a private/incognito window
  2. Click the Chat Support bubble and send a test message
  3. Open namecentury.us/app → Messages → group Chat Support
  4. PASS when the message appears and staff can reply

← Back to all platforms