accesstive/shopware

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

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Language:Twig

Type:shopware-platform-plugin

pkg:composer/accesstive/shopware

1.0.0 2025-12-31 06:47 UTC

This package is auto-updated.

Last update: 2025-12-31 08:05:33 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