Skip to main content

Installation Guide

ConvertixCheckout for Hyvä Theme


This module is compatible only with Hyvä Theme. Luma-based storefronts are not supported.

Installation Methods


Method 1 - Composer Installation (Recommended)
composer require tmgcode/module-convertixcheckout
php bin/magento module:enable TmgCode_ConvertixCheckout
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush
Method 2 - Manual Installation

Extract the module archive into:

app/code/TmgCode/ConvertixCheckout

Then run:

php bin/magento module:enable TmgCode_ConvertixCheckout
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush