# Installation Guide

## **ConvertixCheckout for Hyvä Theme**

<p class="callout warning"><span style="white-space: pre-wrap;">This module is compatible only with </span>[**Hyvä Theme**](https://hyva.io). Luma-based storefronts are not supported.</p>

##### Maintenance Mode (Optional)

```
php bin/magento maintenance:enable
```

#### Installation Methods

##### **Method 1 - Composer Installation (Recommended**)

```html
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
php bin/magento maintenance:disable
```

##### **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
php bin/magento maintenance:disable
```