extend / module-warranty
Extend Module for Magento 2
Package info
github.com/helloextend/magento-extension
Type:magento2-module
pkg:composer/extend/module-warranty
Requires
- php: ^7.3 || ^8.0
- magento/magento2-base: 2.3.* || 2.4.*
This package is auto-updated.
Last update: 2026-06-23 19:16:04 UTC
README
Extend - Magento M2 Extension
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
-
General Questions: hello@extend.com
-
Integration Questions: integrations@extend.com
-
Create an Extend Account: https://merchants.extend.com/onboarding/signup/platform
-
Extend Merchant Portal:
-
Production: https://merchants.extend.com
-
Sandbox: https://demo.merchants.extend.com
-
Requirements
Version Support
- The module is built for Magento 2 versions:
- Magento 2.2.x
- Magento 2.3.x
- Magento 2.4.x
Browser Support
- Internet Explorer 11 or later, 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, grouped, 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
- Download and unzip package from Magento’s marketplace
- Using SSH or sFTP move folders /app/code and /lib to Magento’s root folder
- Using a shell on Magento’s root folder, the following commands must be executed:
$ php bin/magento module:enable Extend_Warranty $ 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 git https://github.com/helloextend/magento-extension/ $ composer require extend/module-warranty: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.