Skip to content

mySHOEFITTER Magento 2 Extension - No more size-related shoe returns with our digital shoe sizing tool. Integrated into your online store within 15 minutes.

Notifications You must be signed in to change notification settings

myshoefitter/magento-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mySHOEFITTER Plugin for Magento 2

mySHOEFITTER Promotion Banner

Method 1: Installation via Composer

  1. Add Repository: Add the Github repository to your Magento project:
composer config repositories.MyShoefitter_Integration vcs https://github.com/myshoefitter/magento-plugin.git
  1. Require the Module: Run the following command to require the module into your project:
composer require myshoefitter/magento
  1. Enable the Module: After installation, run the following commands:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:clean
  1. Verify Installation: Ensure that the module is enabled:
php bin/magento module:status MyShoefitter_Integration

You should see MyShoefitter_Integration in the list of enabled modules.

Method 2: Manual Installation

  1. Download the Module: Download and unzip the MyShoeFitter module.
  2. Upload Files: Upload the extracted folder to your Magento installation under app/code/MyShoefitter/Integration. If the code directory does not exist, create it within the app directory.
  3. Enable the Module: Run the following commands from the root of your Magento 2 installation:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:clean
  1. Verify Installation: Ensure that the module is enabled by running:
php bin/magento module:status MyShoefitter_Integration

You should see MyShoefitter_Integration in the list of enabled modules.


🚀 Get your Shop ID at https://en.myshoefitter.com/kontakt
📖 Read the Documentation at https://docs.myshoefitter.com

About

mySHOEFITTER Magento 2 Extension - No more size-related shoe returns with our digital shoe sizing tool. Integrated into your online store within 15 minutes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published