slanglabs/slang-retail-assistant

A Magento 2 module that adds a voice assistant

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 6

Forks: 0

Language:JavaScript

Type:magento2-module

1.0.1 2021-08-19 04:59 UTC

This package is auto-updated.

Last update: 2024-04-22 20:59:44 UTC


README

Slang Retail Assistant Extension lets developer add voice assistant to magento 2 store in a truely no-code way.

To create your first retail assistant click here.

Upload custom skus for better nlp recognisition and train the assistant docs link.

The extension follows the following practices:

  • A minimum of PHP 5.3 is required.
  • composer v2.0.0

Installation

Run this commands from the magento root diirectory:

$ composer require Slanglabs/slang-retail-assistant
$ bin/magento setup:upgrade

Usage

  • After Installation, You would see configuratiion setting on the magento admin store. Go to Store > Configuration > Slang Assistant > Retail Voice Assistant.
  • Update the form with the credentials from slang console and select multiple languages of your preference.
  • Save the config and clean up the cache.
    # cache cleanup command from magento root directory
      $ bin/magento cache:clean
  • Head over to the magento store and you should see a slang microphone appears on the bottom right corner of the screen.