Installation Guide
ConvertixCheckout for Hyvä Theme
This module is compatible only with Hyvä Theme. Luma-based storefronts are not supported.
Requirements
Magento Community edition2.4.4-p9,2.4.5-p8,2.4.6-p7,2.4.7-p1or higherPHP8.1,8.2,8.3or8.4Composer 2.xHyvä Themesinstalled and activatedOpenSearch configuredSSH/CLI access to the Magento server
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