Giter Club home page Giter Club logo

magento2-installments's Introduction

Magento2-Installments

Exibição de parcelamento genérico a ser utilizado por módulos de métodos de pagamento. Este módulo é responsável pela apresentação do parcelamento para produtos e carrinhos de compra. Os módulos de métodos de pagamento que optarem por exibir suas parcelas utilizando este módulo serão apenas responsáveis pelo correto cálculo. O parcelamento será exibido nas páginas de Categorias, Detalhes do Produto e Carrinho de compras.

Generic installments presentation module, to be used by payment method modules. This module is responsible for the visual presentation of payment installments for the products and shopping cart. Payment methods are then only responsible by the correct calculations and charging using such installments Installments will be shown at the category pages, product detail pages and shopping cart.

Installation

Use composer: composer require gabrielqs/installments

Configuration

All configurations are available at Store -> Configuration -> Sales -> Installments

Adding instalments for your payment methods

In your etc/config.xml add a new node, similar to the one below: <config> <default> <installments> <payment_methods> <cielo_webservice> <installments_helper>Gabrielqs\Cielo\Helper\Webservice\Installments</installments_helper> </cielo_webservice> </payment_methods> </installments> </default> </config>

Then create the referred class. See the module Gabrielqs\Cielo for an example.

magento2-installments's People

Contributors

gabrielqs avatar

Watchers

James Cloos 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.