← All platforms · Folder namecentury-embed/magento/NameCentury/Chat/

Magento (Adobe Commerce) 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 — Place the module

  1. Download and unzip namecentury-chat-magento.zip
  2. Copy the NameCentury folder into Magento app/code/ so you have app/code/NameCentury/Chat/registration.php

Step 2 — Enable the module (SSH / CLI)

cd /path/to/magento
php bin/magento module:enable NameCentury_Chat
php bin/magento setup:upgrade
php bin/magento cache:flush

Production mode may also need setup:di:compile and static content deploy.

Step 3 — Admin toggle

  1. Stores → Configuration → Name Century → Chat Support (Free)
  2. Set Enable Chat = Yes → Save

Manual alternative (no module)

Content → Design → Configuration → edit theme → Footer → Miscellaneous HTML:

<script async src="https://namecentury.us/embed/nc-chat.js"
  data-nc-platform="magento"
  data-nc-site-name="My Magento 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