Wirecard Magento 2 Extension

Overview

Wirecard Magento 2 Extension

License PHP v7.3 PHP v7.4 Magento v2.3.4


General Information

Before you proceed, please read our General Information for more details on Wirecard Shop Extension functionality and features.


Additional Card Payments Configuration Field

With the new major release of the Wirecard Magento 2 Extension comes an updated Card Payments configuration form. Wirecard Payment Page v2 Address (WPP v2 URL) has been added as an additional configuration field. WPP v2 URL is preconfigured with test data. If you update to the new product version, the Card Payments configuration will adjust automatically. However, we still recommend checking your settings. If you need to change your Card Payments configuration, a tooltip will provide additional information. For further details, or if you have any questions, contact Wirecard Support.


Payment Services Directive 2 (PSD 2) Compliance

The Wirecard Magento 2 Extension is PSD 2 compliant.

The Payment Services Directive 2 (PSD 2) aims to reduce fraud in the European e-commerce sector. Most card fraud in Europe happens in card-not-present transactions. For this reason, PSD 2 makes Strong Customer Authentication (SCA) mandatory for consumer-initiated online payments. The new standard authentication method for credit card transactions is 3DS2. It follows the strict SCA requirements.


Documentation

Our documentation provides detailed technical information: it includes extensive instructions on how to install and configure the extension. It also lists all available payment methods and post-processing operations.

Comments
  • Bump guzzlehttp/psr7 from 1.5.2 to 1.6.1

    Bump guzzlehttp/psr7 from 1.5.2 to 1.6.1

    Bumps guzzlehttp/psr7 from 1.5.2 to 1.6.1.

    Release notes

    Sourced from guzzlehttp/psr7's releases.

    Revert PSR-7 type assertions

    1.6.0 introduced a few type assertions to enforce types defined by PSR-7. Unfortunately that break the library for users not strictly following the PSR-7 standard. Since the users impacted by this change seems to be rather large, this hotfix reverts that change with the note that we will reapply it in 2.0.0, so fixing this is recommended regardless of which version you use.

    Details are in #282 and #283

    1.6.0

    Version 1.6.0 is released which will likely be the last minor release in 1.x. We're focussing 2.0 now with support for psr/http-factory, PHP 7.2 requirement and type declarations.

    Added

    • Allowed version ^3.0 of ralouphie/getallheaders dependency (#244)
    • Added MIME type for WEBP image format (#246)
    • Added more validation of values according to PSR-7 and RFC standards, e.g. status code range (#250, #272)

    Changed

    • Tests don't pass with HHVM 4.0, so HHVM support got dropped. Other libraries like composer have done the same. (#262)
    • Accept port number 0 to be valid (#270)

    Fixed

    • Fixed subsequent reads from php://input in ServerRequest (#247)
    • Fixed readable/writable detection for certain stream modes (#248)
    • Fixed encoding of special characters in the userInfo component of an URI (#253)
    Changelog

    Sourced from guzzlehttp/psr7's changelog.

    Change Log

    All notable changes to this project will be documented in this file.

    The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

    [Unreleased]

    [1.6.0]

    Added

    • Allowed version ^3.0 of ralouphie/getallheaders dependency (#244)
    • Added MIME type for WEBP image format (#246)
    • Added more validation of values according to PSR-7 and RFC standards, e.g. status code range (#250, #272)

    Changed

    • Tests don't pass with HHVM 4.0, so HHVM support got dropped. Other libraries like composer have done the same. (#262)
    • Accept port number 0 to be valid (#270)

    Fixed

    • Fixed subsequent reads from php://input in ServerRequest (#247)
    • Fixed readable/writable detection for certain stream modes (#248)
    • Fixed encoding of special characters in the userInfo component of an URI (#253)
    Commits
    • 239400d Merge pull request #283 from guzzle/null-header-value
    • 95622d3 Remove double whitespace
    • 91eebe8 Accept null and bool header values again
    • dc78403 fix changelog title levels
    • d9b7be8 add changelog for version 1.6.0
    • e113254 Merge pull request #279 from GrahamCampbell/patch-1
    • 5f962fe Updated branch alias to 1.6
    • 868353e backport some tests and fixes from 2.x
    • 5ce1cec cleanup assertions from previous merge (#272)
    • c5aea30 Assert values according to PSR standard (#250)
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
    • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

    Additionally, you can set the following in your Dependabot dashboard:

    • Update frequency (including time of day and day of week)
    • Automerge options (never/patch/minor, and dev/runtime dependencies)
    • Pull request limits (per update run and/or open at any time)
    • Out-of-range updates (receive only lockfile updates, if desired)
    • Security updates (receive only security updates, if desired)

    Finally, you can contact us by mentioning @dependabot.

    dependencies 
    opened by dependabot-preview[bot] 8
  • ConfigProvider: added credit card config

    ConfigProvider: added credit card config

    ConfigProvider

    • renaming CODE => PAYPAL_CODE
    • added config for credit card with code CREDITCARD_CODE

    TODO

    • a better picture for the credit card config
    opened by reka 6
  • Init

    Init

    A skeleton for the payment method Paypal:

    • added dependencies to the Magento modules: sales, payment, checkout
    • updated config for the payment method wirecard_elasticengine_paypal
    • added a di.xml
    • added several dummy classes (for di.xml)
    opened by reka 5
  • Bump nyholm/psr7 from 0.2.3 to 1.1.0

    Bump nyholm/psr7 from 0.2.3 to 1.1.0

    Bumps nyholm/psr7 from 0.2.3 to 1.1.0.

    Release notes

    Sourced from nyholm/psr7's releases.

    Release 1.1.0

    See change log for changes.

    Release 1.0.1

    See change log for changes.

    Release 1.0.0

    See change log for changes.

    Release 0.3.0

    See change log for changes.

    Changelog

    Sourced from nyholm/psr7's changelog.

    1.1.0

    Added

    • Improved performance
    • More tests for UploadedFile and HttplugFactory

    Removed

    • Dead code

    1.0.1

    Fixed

    • Handle fopen failing in createStreamFromFile according to PSR-7.
    • Reduce execution path to speed up performance.
    • Fixed typos.
    • Code style.

    1.0.0

    Added

    • Support for final PSR-17 (HTTP factories). (Psr17Factory)
    • Support for numeric header values.
    • Support for empty header values.
    • All classes are final
    • HttplugFactory that implements factory interfaces from HTTPlug.

    Changed

    • ServerRequest does not extend Request.

    Removed

    • The HTTPlug discovery strategy was removed since it is included in php-http/discovery 1.4.
    • UploadedFileFactory() was removed in favor for Psr17Factory.
    • ServerRequestFactory() was removed in favor for Psr17Factory.
    • StreamFactory, UriFactory, abd MessageFactory. Use HttplugFactory instead.
    • ServerRequestFactory::createServerRequestFromArray, ServerRequestFactory::createServerRequestFromArrays and ServerRequestFactory::createServerRequestFromGlobals. Please use the new nyholm/psr7-server instead.

    0.3.0

    Added

    • Return types.
    • Many InvalidArgumentExceptions are thrown when you use invalid arguments.
    • Integration tests for UploadedFile and ServerRequest.
    ... (truncated)
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
    • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

    Additionally, you can set the following in your Dependabot dashboard:

    • Update frequency (including time of day and day of week)
    • Automerge options (never/patch/minor, and dev/runtime dependencies)
    • Pull request limits (per update run and/or open at any time)
    • Out-of-range updates (receive only lockfile updates, if desired)
    • Security updates (receive only security updates, if desired)

    Finally, you can contact us by mentioning @dependabot.

    dependencies 
    opened by dependabot-preview[bot] 4
  • WDCA-102: Paylib implementation

    WDCA-102: Paylib implementation

    This PR

    • Bumps paymentSDK to v3.7-alpha
    • Adds the Paylib payment method

    Notes

    The following points need to be addressed before merging this PR:

    • Merge new keys & add translations on PhraseApp
    • Verify that Paylib logo meets specifications

    Jira Links

    • https://jira.parkside.at/browse/WDCA-102
    ready for review 
    opened by nickstamat 0
  • WDCA-104: WeChat QRPay implementation

    WDCA-104: WeChat QRPay implementation

    This PR

    • Adds the WeChat QRPay payment method

    Notes

    The following points need to be addressed before merging this PR:

    • Merge new keys & add translations on PhraseApp
    • Verify that WeChat logo meets specifications

    Jira Links

    • https://jira.parkside.at/browse/WDCA-104
    ready for review 
    opened by nickstamat 0
Releases(v3.1.8)
  • v3.1.8(Sep 13, 2021)

  • v3.1.7(Aug 24, 2020)

    | Overview | Magento version | PHP 7.3 | PHP 7.4 | |-----------------------|-----------------------------------------|:-------:|:-------:| | Tested version(s) | Magento Community Edition 2.4.0 | :x: | ✅ | | Compatibility | Magento Community Edition 2.2.0 - 2.4.0 | ✅ | ✅ |

    Source code(tar.gz)
    Source code(zip)
  • v3.1.6(Aug 7, 2020)

    • Fix cart handling for Card Payments
    • Add Compatibility: Magento 2.3.5

    Please upgrade - Security vulnerability detected

    | Overview | Magento version | PHP 7.1 | PHP 7.2 | PHP 7.3 | |---|---|:---:|:---:|:---:| | Tested version(s) | Magento Community Edition 2.3.5 | :x: | :x: | ✅ | | Compatibility | Magento Community Edition 2.2.0 - 2.3.5 | ✅ | ✅ | ✅ |

    Source code(tar.gz)
    Source code(zip)
  • v3.1.5(Jul 29, 2020)

    • Add IE 11 compatibility
    • Send invoice Emails on purchase or debit transaction state
    • Improve form building
    • Update php-http/discovery to 1.6.1
    • Add version number to composer.json

    | Overview | Magento version | PHP 7.1 | PHP 7.2 | PHP 7.3 | |---|---|:---:|:---:|:---:| | Tested version(s) | Magento Community Edition 2.3.4 | :x: | :x: | ✅ | | Compatibility | Magento Community Edition 2.2.0 - 2.3.4 | ✅ | ✅ | ✅ |

    Source code(tar.gz)
    Source code(zip)
  • v3.1.4(Jul 14, 2020)

    • Update SDK version
    • Update coding standards
    • Fix special characters handling
    • Fix discount price handling

    | Overview | Magento version | PHP 7.1 | PHP 7.2 | PHP 7.3 | |---|---|:---:|:---:|:---:| | Tested version(s) | Magento Community Edition 2.3.4 | :x: | :x: | ✅ | | Compatibility | Magento Community Edition 2.2.0 - 2.3.4 | ✅ | ✅ | ✅ |

    Source code(tar.gz)
    Source code(zip)
  • v3.1.3(Jun 2, 2020)

    • Add PSD2 hint in Credit Card configuration mask
    • Check account holder data for region
    • Fix expiration date for vaulted Credit Cards
    • Upgrade paymentSDK version

    | Overview | Magento version | PHP 7.1 | PHP 7.2 | PHP 7.3 | |---|---|:---:|:---:|:---:| | Tested version(s) | Magento Community Edition 2.3.4 | :x: | :x: | ✅ | | Compatibility | Magento Community Edition 2.2.0 - 2.3.4 | ✅ | ✅ | ✅ |

    Source code(tar.gz)
    Source code(zip)
  • v3.1.2(Apr 14, 2020)

    • Fix format for card creation date sent with the transaction data
    • Fix Credit Card checkout with new user and virtual product
    • Fix Guaranteed Invoice refund after capture error
    • Fix Sepa Direct Debit mandate template issues
    • Fix update of Credit Card form on address change
    • Include proper error message in case of error on submit of Credit Card
    • Improve handling of saving Credit Cards
    • Improve UX of payment methods list
    • Update Alipay Cross-border logo

    | Overview | Magento version | PHP 7.1 | PHP 7.2 | PHP 7.3 | |---|---|:---:|:---:|:---:| | Tested version(s) | Magento Community Edition 2.3.4 | :x: | :x: | ✅ | | Compatibility | Magento Community Edition 2.2.0 - 2.3.4 | ✅ | ✅ | ✅ |

    Source code(tar.gz)
    Source code(zip)
  • v3.1.1(Mar 23, 2020)

    • Prevent double transaction being executed in one-click

    | Overview | Magento version | PHP 7.0 | PHP 7.1 | PHP 7.2 | |---|---|:---:|:---:|:---:| | Tested version(s) | Magento Community Edition 2.3.4 | :x: | :x: | ✅ | | Compatibility | Magento Community Edition 2.2.0 - 2.3.4 | ✅ | ✅ | ✅ |

    Source code(tar.gz)
    Source code(zip)
  • v3.1.0(Feb 27, 2020)

    • Implement new and improve credit card workflow for one-click checkout
    • Update paymentSDK to version 4.0.2
    • Remove php-enum dependency
    • Establish compatibility with Magento Community Edition 2.3.4

    | Overview | Magento version | PHP 7.0 | PHP 7.1 | PHP 7.2 | |---|---|:---:|:---:|:---:| | Tested version(s) | Magento Community Edition 2.3.4 | :x: | :x: | ✅ | | Compatibility | Magento Community Edition 2.2.0 - 2.3.4 | ✅ | ✅ | ✅ |

    Source code(tar.gz)
    Source code(zip)
  • v3.0.1(Feb 17, 2020)

    • Fix support form settings, additional security updates

    | Overview | Magento version | PHP 5.6 | PHP 7.0 | PHP 7.1 | PHP 7.2 | |---|---|:---:|:---:|:---:|:---:| | Tested version(s) | Magento Community Edition 2.3.3 | :x: | :x: | ✅ | ✅ | | Compatibility | Magento Community Edition 2.2.0 - 2.3.3 | :x: | ✅ | ✅ | ✅ |

    Source code(tar.gz)
    Source code(zip)
  • v3.0.0(Jan 29, 2020)

    • Remove payment method Masterpass
    • Remove compatibility with Magento 2.1
    • Update address data creation for Credit Card
    • Update deprecated classes and functions

    | Overview | Magento version | PHP 5.6 | PHP 7.0 | PHP 7.1 | PHP 7.2 | |---|---|:---:|:---:|:---:|:---:| | Tested version(s) | Magento Community Edition 2.3.3 | :x: | :x: | ✅ | ✅ | | Compatibility | Magento Community Edition 2.2.0 - 2.3.3 | :x: | ✅ | ✅ | ✅ |

    Source code(tar.gz)
    Source code(zip)
  • 2.2.2(Dec 5, 2019)

    • Fix supported transaction types for TransactionUpdater #311
    • Fix currency and amount value based on base currency #319
    • Update to fully qualified checkout redirect urls #278
    Tested version(s): Magento Community Edition 2.3.3 with PHP 7.2
    Compatibility: Magento Community Edition 2.1.4 - 2.3.3 with PHP 7.2 Source code(tar.gz)
    Source code(zip)
  • 2.2.1(Oct 31, 2019)

    • Prevent infinite recursion for fallback translations #225
    • Remove additional setter for shipping address
    • Fix `form_key invalid` for cancel controller #304
    • Prevent sending empty address data #295
    Tested version(s): Magento Community Edition 2.3.3 with PHP 7.2
    Compatibility: Magento Community Edition 2.1.4 - 2.3.3 with PHP 7.2 Source code(tar.gz)
    Source code(zip)
  • 2.2.0(Sep 20, 2019)

    • Implement transaction polling - due to this change, transaction status will be verified every 15 minutes
    • Fixed missing transaction record #269
    • Improve Credit Card checkout #280
    • Ensure compatibility with Magento CE 2.3.2
    Tested version(s): Magento Community Edition 2.3.2 with PHP 7.2
    Compatibility: Magento Community Edition 2.1.4 - 2.3.2 with PHP 7.2

    Attention on update
    When updating to this version from a previous version, please execute the following commands in your magento root directory after the update:
    • php bin/magento setup:upgrade
    • php bin/magento setup:di:compile
    • php bin/magento cron:install
    • php bin/magento indexer:reindex
    • php bin/magento cache:flush (care for access rights on folders when executing this as root)
    • Make sure that cronjobs are running, depending on the OS this can be done with "service cron reload" and "service cron start"
    Otherwise, the order/transaction states might not reflect the correct payment status. Source code(tar.gz)
    Source code(zip)
  • 2.1.0(Sep 13, 2019)

    • Implement Credit Card 3D Secure 2 parameters
    Tested version(s): Magento Community Edition 2.3.1 with PHP 7.1
    Compatibility: Magento Community Edition 2.1.4 - 2.3.1 with PHP 7.1 Source code(tar.gz)
    Source code(zip)
  • 2.0.1(Aug 26, 2019)

    • Add order-number request parameter
    • Improve loading of WPP v2 Credit Card UI
    Tested version(s): Magento Community Edition 2.3.1 with PHP 7.0 and PHP 7.1
    Compatibility: Magento Community Edition 2.1.4 - 2.3.1 with PHP 7.0 and PHP 7.1 Source code(tar.gz)
    Source code(zip)
  • 2.0.0(Jul 19, 2019)

    • Implement WPP v2 Credit Card UI
    • Add WPP v2 language support
    • Remove UnionPay International
    Tested version(s): Magento Community Edition 2.3.1 with PHP 7.0 and PHP 7.1
    Compatibility: Magento Community Edition 2.1.4 - 2.3.1 with PHP 7.0 and PHP 7.1 Source code(tar.gz)
    Source code(zip)
  • 1.5.4(Jul 18, 2019)

    • Fix division by zero in trait
    • Add float cast to division method
    Tested version(s): Magento Community Edition 2.3.1 with PHP 7.0 and PHP 7.1
    Compatibility: Magento Community Edition 2.1.4 - 2.3.1 with PHP 7.0 and PHP 7.1 Source code(tar.gz)
    Source code(zip)
  • 1.5.3(Jul 10, 2019)

    • Fix division by zero
    • Add calculation trait to reduce code duplication
    Tested version(s): Magento Community Edition 2.3.1 with PHP 7.0 and PHP 7.1
    Compatibility: Magento Community Edition 2.1.4 - 2.3.1 with PHP 7.0 and PHP 7.1 Source code(tar.gz)
    Source code(zip)
  • 1.5.2(Jul 4, 2019)

    • Add compatibility with paymentSDK-php v3.7.1
    • Remove additional UrlInterface usage within controllers
    • Improve button disabling behaviour with Guaranteed Invoice
    • Improve credit card redirection behaviour for non-3Ds transactions
    Tested version(s): Magento Community Edition 2.3.1 with PHP 7.0 and PHP 7.1
    Compatibility: Magento Community Edition 2.1.4 - 2.3.1 with PHP 7.0 and PHP 7.1 Source code(tar.gz)
    Source code(zip)
  • 1.5.1(May 23, 2019)

    • Use interaction redirect for non credit card payments
    • Remove checkout index layout parameter
    Tested version(s): Magento Community Edition 2.3.0 with PHP 7.1
    Compatibility: Magento Community Edition 2.1.4 - 2.3.0 with PHP 7.1 Source code(tar.gz)
    Source code(zip)
  • 1.5.0(May 10, 2019)

    • Remove Maestro SecureCode payment method (Payment method Credit Card is able to process Maestro SecureCode payments)
    • Replace tokenize workflow for Credit Card with direct Authorization or Purchase
    Tested version(s): Magento Community Edition 2.3.0 with PHP 7.1
    Compatibility: Magento Community Edition 2.1.4 - 2.3.0 with PHP 7.1 Source code(tar.gz)
    Source code(zip)
  • 1.4.3(Apr 26, 2019)

    • Add terms and conditions agreement check
    Tested version(s): Magento Community Edition 2.3.0 with PHP 7.1
    Compatibility: Magento Community Edition 2.1.4 - 2.3.0 with PHP 7.1 Source code(tar.gz)
    Source code(zip)
  • 1.4.2(Apr 4, 2019)

    • Improve payment method mapping
    Tested version(s): Magento Community Edition 2.3.0 with PHP 7.1
    Compatibility: Magento Community Edition 2.1.4 - 2.3.0 with PHP 7.1 Source code(tar.gz)
    Source code(zip)
  • 1.4.1(Mar 5, 2019)

    • Add fr-FR language support
    • Handle bundled products
    • Improve Credit Card checkout process
    • Adapt redirect URL parameters
    Tested version(s): Magento Community Edition 2.3.0 with PHP 7.1
    Compatibility: Magento Community Edition 2.1.4 - 2.3.0 with PHP 7.0 and PHP 7.1 Source code(tar.gz)
    Source code(zip)
  • 1.4.0(Feb 28, 2019)

    • Add Pay by Bank app
    Tested version(s): Magento Community Edition 2.2.6 with PHP 7.0
    Compatibility: Magento Community Edition 2.1.4 - 2.2.6 with PHP 7.0 Source code(tar.gz)
    Source code(zip)
  • 1.3.13(Nov 28, 2018)

    • Use credit card owner as account holder
    • Add id-ID language support
    • Add ja-JP language support
    • Add ko-KR language support
    • Add zh-CN language support
    • Add zh-TW language support

    Tested version(s): Magento Community Edition 2.2.6 with PHP 7.0
    Compatibility: Magento Community Edition 2.1.4 - 2.2.6 with PHP 7.0

    Source code(tar.gz)
    Source code(zip)
  • 1.3.12(Nov 12, 2018)

    • Update dependencies
    Tested version(s): Magento Community Edition 2.2.6 with PHP 7.0
    Compatibility: Magento Community Edition 2.1.4 - 2.2.6 with PHP 7.0 Source code(tar.gz)
    Source code(zip)
  • 1.3.11(Nov 12, 2018)

    • Update handling of default currency in credit card
    • Update dependencies
    Tested version(s): Magento Community Edition 2.2.6 with PHP 7.0
    Compatibility: Magento Community Edition 2.1.4 - 2.2.6 with PHP 7.0 Source code(tar.gz)
    Source code(zip)
  • 1.3.10(Oct 2, 2018)

    • Compatibility update for Magento 2.2.6 and Magento 2.1.15

    Tested Versions: Magento Community Edition 2.2.6 with PHP 7.0, 2.1.15 with PHP 7.0 Compatibility: Magento Community Edition 2.1.4 - 2.2.6, PHP 5.6, PHP 7.0

    Source code(tar.gz)
    Source code(zip)
Owner
Wirecard
Wirecard
Magento 2 Extension to cleanup admin menu and Store > Configuration area by arranging third party extension items.

Clean Admin Menu - Magento 2 Extension It will merge all 3rd party extension's menu items in backend's primary menu to a common menu item named "Exten

RedChamps 109 Jan 3, 2023
This Magento 2 extension integrates EasyTranslate into Magento 2.

EasyTranslate Magento 2 Connector This Magento 2 extension integrates EasyTranslate into Magento 2. Mind that you need to have an account with EasyTra

Easytranslate ApS 0 Oct 7, 2022
This Magento extension provides a Real Full Page Caching for Magento powered by Varnish with support of Session-Based information caching (Cart, Customer Accounts, ...) via ESI includes

This Magento extension provides a Real Full Page Caching (FPC) for Magento powered by Varnish with support of Session-Based information caching (Cart, Customer Accounts, ...) via ESI includes

Hugues Alary 95 Feb 11, 2022
A tool that allows to quickly export data from Magento 1 and Magento 2 store and import it back into Magento 2

Simple Import / Export tool A tool that allows to quickly export data from Magento 1 and Magento 2 store and import it back into Magento 2. Table data

EcomDev B.V. 51 Dec 5, 2022
Magento specific extension for phpstan

bitexpert/phpstan-magento This package provides some additional features for PHPStan to make it work for Magento 2 projects. Installation The preferre

bitExpert AG 92 Dec 7, 2022
A Varnish extension for Magento.

Nexcess.net Turpentine Extension for Magento Turpentine is a full page cache extension for Magento that works with Varnish, a very fast caching revers

Nexcess.net 528 Nov 8, 2022
Magento extension which makes it impossible for a customer to log in until the account has been activated by the administrator.

This Magento 1 extension is orphaned, unsupported and no longer maintained. If you use it, you are effectively adopting the code for your own project.

Vinai Kopp 120 Oct 10, 2022
Magento 2 Magetrend PdfTemplates extension override pdf tempate in order,invoice,credit-memo

Magento 2 Magetrend PdfTemplates extension override pdf tempate in order,invoice,credit-memo

Yodo1117 1 Jan 3, 2022
Magento 2 Product Allocation extension allows the to admin manage all products in an order

Magento 2 Product Allocation extension allows the to admin manage all products in an order, making sure that products can only be moved to cart if sufficient allocation is available.

Yodo1117 1 Jan 1, 2022
Official Kraken.io Magento Extension

Kraken.io Magento Extension Advanced optimization for your Magento JPEG, PNG, GIF and SVG images Established in 2012, Kraken.io is an industry-leading

Kraken.io Image Optimizer 21 Nov 30, 2022
LiqPay integration extension for Magento 2

LiqPay Extension for Magento 2 LiqPay payment integration extension for Magento 2. Check out the Wiki pages for the project details. Idea The idea of

Max Pronko 21 Nov 2, 2021
PAYONE Payment Extension for Magento 2

PAYMENT FOR YOUR MAGENTO 2-SHOP The PAYONE payment extension for Magento 2 is massively reworked since the first version. The Github-Community was imp

PAYONE GmbH 27 Nov 10, 2022
Magento 2 SEO extension will do perfectly for your better SEO.

Magento 2 SEO extension will do perfectly for your better SEO. This is a bundle of outstanding features that are auto-active when you install it from Mageplaza without any code modifications. It is also friendly with your store if you need to insert meta keywords and meta descriptions for your product.

Mageplaza 121 Oct 28, 2022
Magento 2 Blog Extension - FREE, fully featured, powerful Blog solution for your online store!

Blog MX | Magento 2 Blog Module by Mirasvit FREE, fully featured, powerful Blog solution for your online store! Magento 2 Blog MX allows you to open a

Mirasvit 71 Dec 7, 2022
Magento 2 Blog is an extension that allows you to manage your store and blog

Magento 2 Blog Extension by Magefan Magento 2 Blog is an extension that allows you to manage your store and blog from one place without having to rely

Magefan 243 Dec 21, 2022
Composer Repository Manager for selling Magento 2 extension and offering composer installation for ordered packages.

Magento 2 Composer Repository Credits We got inspired by https://github.com/Genmato. Composer Repository for Magento 2 This extension works as a Magen

EAdesign 18 Dec 16, 2021
Universal extension installer for Magento 2, see introductory blog post here

ExtDN Installer for Magento 2 modules The installation of extensions for Magento 2 has a few scenarios to cover depending on your starting position (M

ExtDN 26 Apr 1, 2022