TmgCode ConvertixCheckout Doc
TmgCode ConvertixCheckout Doc
Installation
Requirements
ConvertixCheckout for Hyvä Theme
This module is compatible only with Hyvä Theme. Luma-based storefronts are not supported.
- 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 - Hyvä Themes installed and activated
- Composer 2.x
- OpenSearch configured
- SSH/CLI access to the Magento server
Prerequisites
ConvertixCheckout for Hyvä Theme
This module is compatible only with Hyvä Theme. Luma-based storefronts are not supported.
Before Installation
Before installing the module, it is strongly recommended to create a full backup of your Magento instance.
Backup your Magento 2 instance
The backup feature is disabled by default. To enable, enter the following CLI command:
php bin/magento config:set system/backup/functionality_enabled 1
Then:
php bin/magento setup:backup --code --db
Restoring Magento 2 instance
First run:
php bin/magento info:backups:list
To check your backups saved into filesystem.
Then run:
php bin/magento setup:rollback -f 1434133011_filesystem.tgz -d 1434133011_db.sql
Replace 14134133011_ with your backup file name.
Composer repository file backup
cp composer.json composer.json.bak
cp composer.lock composer.lock.bak
Recommended Testing Environment
Before deploying the module to a production store, it is strongly recommended to test the installation in a development or staging environment first.
Recommended environments:
- Development domain
- Staging server
- Local Magento instance
This helps validate:
- Theme compatibility
- Third-party module compatibility
- Checkout behavior
- JavaScript functionality
- Customizations specific to the store
Example:
dev.yourstore.com
staging.yourstore.com
Installation Guide
ConvertixCheckout for Hyvä Theme
This module is compatible only with Hyvä Theme. Luma-based storefronts are not supported.
Maintenance Mode (Optional)
php bin/magento maintenance:enable
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
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
Activation
Activate module
ConvertixCheckout for Hyvä Theme
This module is compatible only with Hyvä Theme. Luma-based storefronts are not supported.
Activate module
Go to :
Admin -> Stores -> Configuration -> TMGCODE -> Convertix Checkout -> General
Set:
Enable Custom Checkout to YES
Configuration
General configuration
ConvertixCheckout for Hyvä Theme
This module is compatible only with Hyvä Theme. Luma-based storefronts are not supported.
1. Enable Custom Checkout
When disabled, the Hyvä fallback message will be shown instead.
1. Checkout Layout
2 Columns: shipping steps left + order summary right. 3 Columns (onepage): address | shipping+payment | summary.
3 Columns (onepage) | 2 Columns |
Checkout Options
ConvertixCheckout for Hyvä Theme
This module is compatible only with Hyvä Theme. Luma-based storefronts are not supported.
1. Enable Coupon Code
Show coupon code input in Order Summary. Customers can apply/remove coupons before placing the order.
2. Show Step Numbers
Display numbered circles before each checkout section title.
YES | NO |
3. Guest Checkout Mode
Guest Checkout Only: no login option shown. Guest + Login: a login button is shown at the top of the checkout for non-logged-in customers.
4. Guests Can Create Account During Checkout
When enabled, guests see an optional "Create account" checkbox in the shipping form. If checked, an account is created automatically after order placement using the checkout email and chosen password.
5. Show Product Thumbnails
When disabled, product images are hidden in the Order Summary on checkout.
YES | NO |
6. Enable Edit / Delete Products in Checkout
YES | NO |
Appearance
ConvertixCheckout for Hyvä Theme
This module is compatible only with Hyvä Theme. Luma-based storefronts are not supported.
1. Primary Color
Unlimited color configuration using color picker.
2. Primary Button Text Color
Text color on primary buttons. Default: #ffffff.
Terms & Conditions
ConvertixCheckout for Hyvä Theme
This module is compatible only with Hyvä Theme. Luma-based storefronts are not supported.
1. Enable Terms & Conditions Checkbox
When enabled, customer must accept T&C before placing the order.
2. Checkbox Label
You can set any Terms & Conditions text next to checkbox.
3. Terms Page URL
Set Terms & Conditions magento url or use external url instead.