Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

A module for the Magento 2 platform with the Svea Checkout

Notifications You must be signed in to change notification settings

mtellblom/magento2-checkout

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Svea checkout for Magento2

  • Requirements (inherited from dependencies)*
  • Magento 2.1.4 or above
  • PHP 5.6 >=
  • php-soap
  • php-curl

Installation:

run composer require sveaekonomi/magento2-checkout && composer install to install files. Then run bin/magento setup:upgrade && bin/magento setup:di:compile && bin/magento cache:flush from your base folder to install database scripts and recompile the dependency injections and clear cache.

After that, head to administration -> Stores -> Configuration -> Payment methods -> Svea Ekonomi Checkout, to configure your new payment method.

To upgrade run composer update sveaekonomi/magento2-checkout --with-dependencies. Then run bin/magento setup:upgrade && bin/magento setup:di:compile && bin/magento cache:flush from your base folder

About

A module for the Magento 2 platform with the Svea Checkout

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 85.3%
  • CSS 5.8%
  • JavaScript 5.4%
  • HTML 3.5%