tweakwise / magento2-tweakwise-js
Magento 2 module for Tweakwise JS
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 3
Open Issues: 2
Type:magento2-module
Requires
- php: ^8.2
- tweakwise/magento2-tweakwise-export: ^7.0
Requires (Dev)
- magento-ecg/coding-standard: ^4.5
- magento/framework: *
- phpmd/phpmd: ^2.15
- phpro/grumphp-shim: ^2.7
- slevomat/coding-standard: ^8.15
- squizlabs/php_codesniffer: ^3.10
This package is auto-updated.
Last update: 2025-05-30 09:11:29 UTC
README
Magento 2 module for Tweakwise JS
Installation
Install package using composer
composer require tweakwise/magento2-tweakwise-js
Enable module and run installers
php bin/magento module:enable Tweakwise_Magento2TweakwiseExport Tweakwise_TweakwiseJs php bin/magento setup:upgrade php bin/magento setup:static-content:deploy
Configurations
All settings can be found under Stores -> Configuration -> Catalog -> Tweakwise -> Tweakwise JS.
JavaScript Theme Compatibility
All JavaScript included in this module has been developed to ensure full compatibility with both the Luma and Hyvä themes. The implementation avoids direct dependencies on theme-specific frontend frameworks or structures, making it flexible and reliable across different Magento 2 storefront environments.
Contributors
If you want to create a pull request as a contributor, use the guidelines of semantic-release. semantic-release automates the whole package release workflow including: determining the next version number, generating the release notes, and publishing the package. By adhering to the commit message format, a release is automatically created with the commit messages as release notes. Follow the guidelines as described in: https://github.com/semantic-release/semantic-release?tab=readme-ov-file#commit-message-format.