Skip to content

helloextend/magento-hyva-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Extend - Hÿva compatibility module

Extend provides an easy way for any merchant to offer extended protection plans, generating new revenue, increasing purchase conversion, and dramatically improving the customer experience.

Useful Links

Requirements

Version Support

  • The module is built for Magento 2 Hÿva theme (v1.1.x)

Browser Support

  • Microsoft Edge, latest–1
  • Firefox latest, latest–1 (any operating system)
  • Chrome latest, latest–1 (any operating system)
  • Safari latest, latest–1 (Mac OS only)
  • Safari Mobile for iPad 2, iPad Mini, iPad with Retina Display (iOS 7 or later), for desktop storefront
  • Safari Mobile for iPhone 4 or later; iOS 7 or later, for mobile storefront
  • Chrome for mobile latest–1 (Android 4 or later) for the mobile storefront

Not Supported

  • The Extend module does not support bundled, virtual, or downloadable Magento products without customization
  • The Extend Module does not support gift cards

Language

  • The Extend module is only available in the English Language at this time

Installation

Install via SSH

  1. Download and unzip package from Magento’s marketplace
  2. Using SSH or sFTP move folders /app/code and /lib to Magento’s root folder
  3. Using a shell on Magento’s root folder, the following commands must be executed:
$ php bin/magento module:enable Hyva_ExtendWarranty
$ php bin/magento setup:upgrade
$ php bin/magento cache:clean

Install via Composer

To install/update the extension with Composer, the following commands must be executed:

$ composer config repositories.extend/magento-hyva-module git https://github.com/helloextend/magento-hyva-module/
$ composer require extend/magento-hyva-module:dev-master
$ php bin/magento setup:upgrade

Please contact your Merchant Services Manager for the M2 extension user guide or if you have any additional questions.