Get Started

🎨

Want to boost conversion with branded messaging?
Access all official seQura widgets, badges, and UX guidelines here: 👉 Branding & UX Guidelines →

Installation and setup

Minimum requirements

  • Magento: 2.4.3
  • PHP: 7.4

📘

If you have already used seQura extensions, you should consider migrating them to a unified extension, sequra/magento2-core, which contains all configurations in one place. Then, remove any extensions that are no longer needed.

To accomplish this successfully, the merchant should execute the following commands:

  • To retain the previous configuration, run the following command:
    composer require sequra/magento2-core:"<=2.4.2.5"
  • Uninstall unnecessary extensions:
    php bin/magento module:uninstall Sequra_Campaign Sequra_Splitpayments Sequra_Partpayments Sequra_Invoice Sequra_Card Sequra_MageplazaRewardpoints Sequra_Remotesales Sequra_MagestoreRewardpoints
  • Remove dependencies for unnecessary extensions:
    composer remove sequra/magento2-campaign sequra/magento2-splitpayments sequra/magento2-partpayments sequra/magento2-invoice sequra/magento2-card sequra/magento2-mageplaza-rewardpoints sequra/magento2-remotesales sequra/magento2-magestore-rewardpoints
  • Require the latest version of the sequra/magento2-core extension:
    composer require sequra/magento2-core