Skip to main content

Installation Guide

ConvertixCheckout for Magento 2 with Hyvä Theme


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

Requirements

  • Magento Community edition 2.4.4-p92.4.5-p82.4.6-p72.4.7-p1 or higher
  • PHP 8.18.28.3 or 8.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)

1.

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