All Projects → mcspronko → liqpay-magento2

mcspronko / liqpay-magento2

Licence: MIT License
LiqPay integration extension for Magento 2

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to liqpay-magento2

magento2-catalog-lazy-load
Improve the load time of your Magento 2 categories pages by loading your images on demand with our Lazy Load Extension
Stars: ✭ 56 (+166.67%)
Mutual labels:  magento2, magento2-module
magento2-showoutofstockprice
This Magento2 Module adds prices and the add-to-cart button to out-of-stock configurable products.
Stars: ✭ 22 (+4.76%)
Mutual labels:  magento2, magento2-module
magento2-module-noreservations
No description or website provided.
Stars: ✭ 12 (-42.86%)
Mutual labels:  magento2, magento2-module
nosto-magento2
marketplace.magento.com/nosto-module-nostotagging.html
Stars: ✭ 19 (-9.52%)
Mutual labels:  magento2, magento2-module
magento2-module-slack
Magento 2 Module to send Notifications to a Slack Channel via Webhook.
Stars: ✭ 14 (-33.33%)
Mutual labels:  magento2, magento2-module
module-lazyload
magefan.com/magento-2-image-lazy-load-extension
Stars: ✭ 47 (+123.81%)
Mutual labels:  magento2, magento2-module
PagSeguro-Magento-Transparente-M2
Módulo PagSeguro para Magento 2
Stars: ✭ 15 (-28.57%)
Mutual labels:  magento2, magento2-module
magento-2-security
Magento 2 Security extension FREE. Security extension gives store owners the ability to detect the IP addresses that are intentionally attacking their store at any given time. Therefore, they have timely measures to prevent this issue such as blocking those IP addresses or sending warning emails to store owners.
Stars: ✭ 40 (+90.48%)
Mutual labels:  magento2, magento2-module
magento2-prometheus-exporter
Simple Magento 2 Prometheus Exporter.
Stars: ✭ 40 (+90.48%)
Mutual labels:  magento2, magento2-module
magento2-dev-plus-exam
📚Magento 2 Certified Professional Developer Plus Exam
Stars: ✭ 79 (+276.19%)
Mutual labels:  magento2, magento2-module
Dev-Tools-Magento-2-Module
A collection of utilities meant to improve the experience of developing modules for Magento without breaking existing functionality.
Stars: ✭ 18 (-14.29%)
Mutual labels:  magento2, magento2-module
enhanced-privacy
Magento 2 Enhanced Privacy extension for easier compliance with GDPR. Allows customers to delete, anonymize, or export their personal data.
Stars: ✭ 45 (+114.29%)
Mutual labels:  magento2, magento2-module
module-translation
magefan.com/magento-2-translation-extension
Stars: ✭ 35 (+66.67%)
Mutual labels:  magento2, magento2-module
magento-2-ajax-cart
Magento 2 Ajax Cart allows customers to add products to cart right on the current window without having to redirect to another page. Completely reduce redirect wait times and improve the shopping experience.
Stars: ✭ 16 (-23.81%)
Mutual labels:  magento2, magento2-module
magento-ngrok
Magento 2 module for ngrok.io service support
Stars: ✭ 45 (+114.29%)
Mutual labels:  magento2, magento2-module
magento2-module-cron-schedule
A Magento2 visual cronjob overview for magento2 backend
Stars: ✭ 35 (+66.67%)
Mutual labels:  magento2, magento2-module
magento2-widget-parameters
Useful widget types for Magento 2 like image selector and wysiwyg text editor.
Stars: ✭ 51 (+142.86%)
Mutual labels:  magento2, magento2-module
module-geoip
Detect Country by IP in Magento 2
Stars: ✭ 51 (+142.86%)
Mutual labels:  magento2, magento2-module
magento2-sample-imageuploader
A Magento 2 sample module demonstrating how to upload an image file within a grid and form UI Component.
Stars: ✭ 27 (+28.57%)
Mutual labels:  magento2, magento2-module
m2-ComposerRepo
Composer Repository Manager for selling Magento 2 extension and offering composer installation for ordered packages.
Stars: ✭ 18 (-14.29%)
Mutual labels:  magento2, magento2-module
Supported Magento Versions Maintained - Yes

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 this repository and contribution is to learn how to create payment integrations for Magento 2. Each and everyone can contribute.

About LiqPay

Liqpay – is a payment system that allows easily send money from Visa or MasterCard cards to virtual account in Liqpay system linked to a mobile phone (cell phone) number. Later on you may send money to other phone numbers, withdraw money from Liqpay system to your card or leave money at your account and use it later.

Screenshots

Checkout Payment Page

Checkout Payment Page

Payment Information

Payment Information

Configuration Settings

Configuration Settings

Order Transaction Details Page

Order Transaction Details Page

How to Contribute

  1. Join the Discord #liqpay-magento2 channel
  2. Grab a ticket from the issues page
  3. Ask for guidance if needed in the #liqpay-magento2 chat
  4. Clone the repository to your local environment
  5. Implement changes
  6. Create a Pull Request
  7. Assign the Pull Request to @maxpronko

Installation

Composer

Download composer wget http://getcomposer.org/composer.phar

composer config repositories.pronko-liqpay git [email protected]:mcspronko/liqpay-magento2.git
composer require pronko/liqpay-magento2

Modman

Download modman bash < <(wget -q --no-check-certificate -O - https://raw.github.com/colinmollenhour/modman/master/modman-installer)

In the Magento 2 directory

modman init

Clone the repository, run the command from Magento 2 root directory:

modman clone [email protected]:mcspronko/liqpay-magento2.git

In order to update the repository with the changes from remote branch run the command:

modman update liqpay-magento2

Authors

Contributors

  • Vitaliy Prokopov

License

LiqPay extension for Magento 2 is licensed under the MIT License - see the LICENSE file for details

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].