accesstive/shopware

Accesstive is an all-in-one accessibility platform that helps websites become inclusive, compliant, and user-friendly.

Maintainers

👁 accesstive

Package info

github.com/accesstive/Shopware

Language:Twig

Type:shopware-platform-plugin

pkg:composer/accesstive/shopware

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2025-12-31 06:47 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

GPL-2.0-or-later a7aed3c89197ac63edfedf14f5fc3a0be1ec868b

This package is auto-updated.

Last update: 2026-05-29 02:04:45 UTC


README

A Shopware 6.7 plugin that integrates the Accesstive Assistant Widget into your storefront to enhance website accessibility for all users.

Overview

The Accessibility Assistant plugin seamlessly integrates the Accesstive Assistant Widget into your Shopware storefront. This widget provides accessibility features that help users with disabilities navigate and interact with your website more effectively.

Features

  • Easy Integration: Simple one-click activation through the Shopware administration panel
  • Configurable: Enable or disable the widget through the plugin configuration
  • Non-Intrusive: Lightweight implementation that doesn't affect your storefront's performance
  • Token-Based: Secure integration using Accesstive's token-based authentication system

Requirements

  • Shopware 6.7.0 or higher
  • PHP 8.1 or higher

Installation

Via Composer (Recommended)

  1. Add the plugin to your composer.json:
composer require accesstive/shopware
  1. Refresh the plugin list:
bin/console plugin:refresh
  1. Install and activate the plugin:
bin/console plugin:install --activate ShopwareAccesstive

Configuration

  1. Navigate to SettingsSystemPlugins in your Shopware administration
  2. Find Accessibility Assistant in the plugin list
  3. Click on the plugin to open its configuration
  4. Enable the "Enable Accesstive" option
  5. You can also use the Accesstive through token if you have.
  6. Save the configuration

The Accesstive Assistant widget will now be loaded on your storefront pages.

Troubleshooting

Widget Not Appearing

  1. Check Configuration: Ensure the "Enable Accesstive" option is enabled in the plugin settings
  2. Clear Cache: Clear the Shopware cache:
    bin/console cache:clear
  3. Check Browser Console: Open your browser's developer console to check for any JavaScript errors
  4. Verify Token: Ensure the Accesstive token in the template is valid

Cache Issues

If changes aren't appearing, try:

bin/console cache:clear
bin/console plugin:refresh

Disable/De-Activate Plugin

To uninstall the plugin:

bin/console plugin:deactivate ShopwareAccesstive

Or using DDEV:

ddev exec bin/console plugin:deactivate ShopwareAccesstive

Support

For support and documentation, visit: https://accesstive.com

License

GPL-2.0-or-later