Installation Guide
ConvertixCheckout for Hyvä Theme
This module is compatible only with Hyvä Theme. Luma-based storefronts are not supported.
Requirements
- Magento Community edition
2.4.4-p9,2.4.5-p8,2.4.6-p7,2.4.7-p1or higher - PHP
8.1,8.2,8.3or8.4 - Composer 2.x
- Hyvä Themes installed and activated
- OpenSearch configured
- SSH/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