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.

Maintainers

Package info

git.modehaus.de/hyvae/virtuelleanprobe

Homepage

Type:magento2-module

pkg:composer/mhinspeya/virtuelle-anprobe

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

1.0.0 2026-05-14 11:57 UTC

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

  1. Upload the module files to app/code/MHinspeya/VirtuelleAnprobe.
  2. Ensure you have the MHinspeya_BackendMod dependency 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:

  1. Enable Virtual Try-On: Toggle the feature on or off globally.
  2. Title: Customize the heading shown in the product accordion.
  3. Description: Customize the instructional text.
  4. Icon: Upload a custom SVG or PNG icon (Default: view/frontend/web/images/virtuelle_anprobe.svg).
  5. iOS App ID: Enter the App Store ID for your app (e.g., id123456789).
  6. 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.csv
  • i18n/de_CH.csv
  • i18n/de_AT.csv

© MHinspeya. All rights reserved.