Official compatibility module of Magento 2 Payplug module for Hyvä.
Payplug is a French omnichannel payment solution dedicated to small and medium-sized businesses and enabling the cashing of payments made via Visa, Mastercard, and CB credit cards. 15,000 merchants in Europe trust us daily.
Please refer to https://www.payplug.com/fr for more informations.
In order to work, this module requires a Hyvä Checkout licence.
Please refer to https://docs.hyva.io for more instructions.
1 - Install the payplug-magento-hyva module via composer:
composer require payplug/payplug-magento-hyva2 - Enable module:
bin/magento module:enable Hyva_CheckoutPayplug
bin/magento setup:upgrade3 - Generate Tailwind CSS styles:
# Register module to Hyvä Tailwind config
bin/magento hyva:config:generate
# Replace path by your Hyvä custom theme
cd path/to/project/app/design/frontend/Vendor/default/web/tailwind
# Compile Tailwind CSS file
npm run build