mhinspeya / virtuelle-anprobe
Magento 2 Virtual Try-On module that displays product barcodes and provides links to mobile apps for a virtual fitting room experience.
Package info
git.modehaus.de/hyvae/virtuelleanprobe
Type:magento2-module
pkg:composer/mhinspeya/virtuelle-anprobe
Requires
- mhinspeya/backend-mod: ^1.0
Suggests
- mhinspeya/backend-mod: Support Configuration
This package is not auto-updated.
Last update: 2026-05-15 10:17:44 UTC
README
The MHinspeya_VirtuelleAnprobe module provides a "Virtual Try-On" feature for Magento 2 stores using Hyvä themes. It displays an interactive accordion on the product page containing the product's barcode (EAN) and links to the official mobile apps for a virtual fitting room experience.
Features
- Barcode Integration: Automatically generates and displays EAN-13 barcodes for products and their variants.
- Dynamic Configuration: Fully customizable via the Magento Admin (Title, Description, and Icon).
- Mobile App Links: configurable links for iOS and Android apps.
- Localization: Full support for English and German locales (
de_DE,de_CH,de_AT). - PHP 8.4 Ready: Fully stabilized for the latest PHP versions and Magento 2 standards.
Installation
1. Manual Installation
- Upload the module files to
app/code/MHinspeya/VirtuelleAnprobe. - Ensure you have the
MHinspeya_BackendModdependency installed.
2. Enable the Module
Run the following commands in your Magento root directory:
bin/magento module:enable MHinspeya_VirtuelleAnprobe
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy -f de_DE de_CH de_AT en_US
bin/magento cache:flush
Configuration
Navigate to Stores > Settings > Configuration > Inspeya > Virtual Try-On to manage the module settings:
- Enable Virtual Try-On: Toggle the feature on or off globally.
- Title: Customize the heading shown in the product accordion.
- Description: Customize the instructional text.
- Icon: Upload a custom SVG or PNG icon (Default:
view/frontend/web/images/virtuelle_anprobe.svg). - iOS App ID: Enter the App Store ID for your app (e.g.,
id123456789). - Android App ID: Enter the Play Store package name (e.g.,
de.modehaus.app).
Requirements
- PHP: 8.1 - 8.4
- Magento: 2.4.x
- Theme: Hyvä Themes (uses Alpine.js and Tailwind CSS)
- Dependency:
MHinspeya_BackendMod
Localization
Base strings are in English. Translation files are available in:
i18n/de_DE.csvi18n/de_CH.csvi18n/de_AT.csv
© MHinspeya. All rights reserved.