Code Monkey home page Code Monkey logo

cart-virtuemart's Introduction

Maintainability

VirtueMart - Mercado Pago Module (v3.0.x)

##Features##

Checkout options right for your business: We offer two checkout methods that make it easy to securely accept payments from anyone, anywhere.

Custom Checkout

Offer a checkout fully customized to your brand experience with our simple-to-use payments API.

  • Seamless integration— no coding required, unless you want to.
  • Full control of buying experience.
  • Store buyer’s card for fast checkout.
  • Accept tickets in addition to cards.
  • Improve conversion rate.

Available for Argentina, Brazil, Colombia, Mexico, Peru, Uruguay and Venezuela

Basic Checkout

Great for merchants who want to get going quickly and easily.

  • Easy website integration— no coding required.
  • Limited control of buying experience — display Checkout window as redirect, modal or iframe.
  • Store buyer’s card for fast checkout.
  • Accept tickets, bank transfer and account money in addition to cards.
  • Accept Mercado Pago's discount coupons.

Available for Argentina, Brazil, Chile, Colombia, Mexico, Peru, Uruguay and Venezuela

##Requirements##

Basically, the requirements of this plugin are same as you need to run Virtuemart and Joomla. Your machine should have:

Platforms

Web Server Host

SSL certificate

If you're using Custom Checkout, it is a requirement that you have a SSL certificate, and the payment form to be provided under an HTTPS page. During the sandbox mode tests, you can operate over HTTP, but for homologation you'll need to acquire the certificate in case you don't have it.

##Available versions##

Plugin Version Status VirtueMart Compatible Versions
v2.0.3 Stable (Current version) VirtueMart v3.0.x

##Installation##

  1. Download the zip module
  2. Go to Extensions > Extension Manager
  3. In Upload Package File > Package File select the cart-virtuemart.zip and click Upload & Installation

##Standard Checkout Configuration##

  1. Go to VirtueMart > Payment Methods and click New

  2. Complete the fields:

  • Payment Name set Mercado Pago
  • Sef Alias set mercadopago
  • Payment Method select Mercado Pago
  • Published set to true
  1. Click in Save

  2. Go to Configuration tab
    First of all, you need to configure your client credentials. To make it, fill your Client_id and Client_secret in Credentials Configuration section.

Installation Instructions

You can obtain your Client_id and Client_secret, accordingly to your country, in the following links:

  1. Checkout settings.

Installation Instructions

Type Checkout: How your customers will interact with Mercado Pago to pay their orders;
Auto Redirect: If set, the platform will return to your store when the payment is approved.
Maximum Number of Installments: The maximum installments allowed for your customers;
Exclude Payment Methods: Select the payment methods that you want to not work with Mercado Pago.
iFrame Width: The width, in pixels, of the iFrame (used only with iFrame Integration Method);
iFrame Height: The height, in pixels, of the iFrame (used only with iFrame Integration Method);
Mercado Pago Sandbox: Test your payments in Mercado Pago sandbox environment;

  1. IPN settings.

Installation Instructions

  • Choose the status of approved orders: Sets up the order status when payments are approved.
  • Choose the status when payment is pending: Sets up the order status when payments are pending.
  • Choose the status when payment is process: Sets up the order status when payments are in process.
  • Choose the status when client open a mediation: Sets up the order status when client opens a mediation.
  • Choose the status of refunded orders: Sets up the order status when payments are refunded.
  • Choose the status when payment was chargeback: Sets up the order status when payments are chargeback.
  • Choose the status when payment was canceled: Sets up the order status when payments are canceled.
  • Choose the status when payment was reject: Sets up the order status when payments are rejected.
  1. Other settings.

Installation Instructions

Store Category: Sets up the category of the store;
Log: Enables/disables logs.
Logo: Select the logo. You must add the file in the folder /images/stories/virtuemart/payment

##Credit Card - Custom Checkout Configuration##

  1. Go to VirtueMart > Payment Methods and click New

  2. Complete the fields: - Payment Name set Credit Card - Mercado Pago - Sef Alias set mercadopago - Payment Method select Mercado Pago - Published set to true

  3. Click in Save

  4. Go to Configuration tab

  5. On Mercado Pago Product select Credit Card - Checkout Custom

  6. Now configure your credentials. To make it, fill your access_token in Credentials Configuration section.

![Installation Instructions](https://raw.github.com/mercadopago/cart-virtuemart/master/README.img/credentials_custom.png) <br />

You can obtain your **Public Key** and **Access Token**, accordingly to your country, in the following links:

* Argentina: https://www.mercadopago.com/mla/account/credentials
* Brazil: https://www.mercadopago.com/mlb/account/credentials
* Colombia: https://www.mercadopago.com/mco/account/credentials
* Mexico: https://www.mercadopago.com/mlm/account/credentials
* Venezuela: https://www.mercadopago.com/mlv/account/credentials
* Uruguay: https://www.mercadopago.com/mlu/account/credentials
  1. Checkout settings.
![Installation Instructions](https://raw.github.com/mercadopago/cart-virtuemart/master/README.img/checkout_settings_custom.png) <br />

**Statement Descriptor**: Sets the label as the customer will see the charge for amount in his/her bill;<br />
**Binary**: When set to true, the payment can only be approved or rejected. Otherwise in_process status is added.<br />
  1. IPN settings.
![Installation Instructions](https://raw.github.com/mercadopago/cart-virtuemart/master/README.img/ipn_settings.png) <br />

* **Choose the status of approved orders**: Sets up the order status when payments are approved.
* **Choose the status when payment is pending**: Sets up the order status when payments are pending.
* **Choose the status when payment is process**: Sets up the order status when payments are in process.
* **Choose the status when client open a mediation**: Sets up the order status when client opens a mediation.
* **Choose the status of refunded orders**: Sets up the order status when payments are refunded.
* **Choose the status when payment was chargeback**: Sets up the order status when payments are chargeback.
* **Choose the status when payment was canceled**: Sets up the order status when payments are canceled.
* **Choose the status when payment was reject**: Sets up the order status when payments are rejected.

##Ticket - Custom Checkout Configuration##

  1. Go to VirtueMart > Payment Methods and click New

  2. Complete the fields: - Payment Name set Ticket - Mercado Pago - Sef Alias set mercadopago - Payment Method select Mercado Pago - Published set to true

  3. Click in Save

  4. Go to Configuration tab

  5. On Mercado Pago Product select Ticket - Checkout Custom

  6. Now configure your credentials. To make it, fill your public_key and access_token in Credentials Configuration section.

![Installation Instructions](https://raw.github.com/mercadopago/cart-virtuemart/master/README.img/credentials_custom_ticket.png) <br />

You can obtain your **Access Token**, accordingly to your country, in the following links:

* Argentina: https://www.mercadopago.com/mla/account/credentials
* Brazil: https://www.mercadopago.com/mlb/account/credentials
* Colombia: https://www.mercadopago.com/mco/account/credentials
* Mexico: https://www.mercadopago.com/mlm/account/credentials
* Venezuela: https://www.mercadopago.com/mlv/account/credentials
* Uruguay: https://www.mercadopago.com/mlu/account/credentials    
  1. IPN settings.
![Installation Instructions](https://raw.github.com/mercadopago/cart-virtuemart/master/README.img/ipn_settings.png) <br />

* **Choose the status of approved orders**: Sets up the order status when payments are approved.
* **Choose the status when payment is pending**: Sets up the order status when payments are pending.
* **Choose the status when payment is process**: Sets up the order status when payments are in process.
* **Choose the status when client open a mediation**: Sets up the order status when client opens a mediation.
* **Choose the status of refunded orders**: Sets up the order status when payments are refunded.
* **Choose the status when payment was chargeback**: Sets up the order status when payments are chargeback.
* **Choose the status when payment was canceled**: Sets up the order status when payments are canceled.
* **Choose the status when payment was reject**: Sets up the order status when payments are rejected.

cart-virtuemart's People

Contributors

falehenrique avatar flaviofat avatar gmatsuoka avatar hcasatti avatar marcelohama avatar matiasgualino avatar mmitameli avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.