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
Requires
- shopware/core: ~6.7.0
- shopware/storefront: ~6.7.0
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)
- Add the plugin to your
composer.json:
composer require accesstive/shopware
- Refresh the plugin list:
bin/console plugin:refresh
- Install and activate the plugin:
bin/console plugin:install --activate ShopwareAccesstive
Configuration
- Navigate to Settings → System → Plugins in your Shopware administration
- Find Accessibility Assistant in the plugin list
- Click on the plugin to open its configuration
- Enable the "Enable Accesstive" option
- You can also use the Accesstive through token if you have.
- Save the configuration
The Accesstive Assistant widget will now be loaded on your storefront pages.
Troubleshooting
Widget Not Appearing
- Check Configuration: Ensure the "Enable Accesstive" option is enabled in the plugin settings
- Clear Cache: Clear the Shopware cache:
bin/console cache:clear
- Check Browser Console: Open your browser's developer console to check for any JavaScript errors
- 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