Code Monkey home page Code Monkey logo

magento-2's Introduction

Magento-2

The payment extension for Magento 2, support WeChat Pay and Alipay

Magento® 2 use the Composer to manage the module package and the library. Composer is a dependency manager for PHP. Composer declare the libraries your project depends on and it will manage (install/update) them for you.

Check Composer Status

Check if your server has composer installed by running the following command:

composer –v

If your server doesn’t have the composer install, you can easily install it. https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx

Install using Composer

Step-by-step to install the Magento® 2 extension by Composer:

Run the ssh console. Locate your Root Install the Magento® 2 extension Cache and Deploy Run your SSH Console to connect to your Magento® 2 store

Locate the root of your Magento® 2 store.

Enter the command line in your Root and wait as composer will download the extension for you:

composer require yabandpay/payment

When it’s finished you can activate the extension, clean the caches and deploy the content in your Magento® environment using the following command line;

php bin/magento module:enable YaBandPay_Payment
php bin/magento setup:upgrade
php bin/magento cache:clean

If Magento® is running in production mode, deploy the static content:

php bin/magento setup:static-content:deploy

After the installation. Go to your Magento® admin portal, to 'Stores' > 'Configuration’ > 'Sales’ > 'Payment Methods’ > 'YaBandPay Payment’. Select 'General’.

magento-2's People

Contributors

persiliao avatar yabandpay avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.