Skip to content

alejoasotelo/cart-prestashop

 
 

Repository files navigation

Prestashop - Mercado Pago Module (v1.3.6 - 1.4.7.3x, 1.5.x, 1.6.x)


##Features##

Standard checkout

This feature allows merchants to have a standard checkout. It includes all payment methods (i.e. all credit cards, bar code payment, account money) and all window types (i.e. redirect, iframe, modal, blank and popup). Customization is not allowed.

Credit Card Customized Checkout

This feature will allow merchants to have a customized checkout for credit card payment. Thus, it will be possible to customize its look and feel, customers won’t be redirected away to complete the payment, and it will also reduce the checkout steps, improving conversion rates.

Ticket Checkout

This feature allows merchants to have a customized ticket checkout, according to each country's ticket method (i.e Boleto in Brazil, RapiPago in Argentina, etc). Thus, it will be possible to customize its look and feel, customers won’t be redirected away to complete the payment, and it will also reduce the checkout steps, improving conversion rates. The ticket link will be shown and when the customer click on it, another tab with the ticket will be opened.

Print Ticket

This functionality allows the user, if necessary go to the ticket on purchase history.

Customer Card Prestashop v1.6.x

This functionality allowed that their customers cards are stored in our API, allowing for future purchases his card to be loaded without the need to fill all values. This facilitates the payment and improves the shopping experience of your customer.

Discount CouponPrestashop v1.6.x

This feature allows the customer to have discounts applying the Mercado Pago discount coupons, the store should contact the Mercado Pago to participate in a campaign and generated coupons.

Important information

SSL certificate

If you're using Ticket Checkout or 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 Compatible Versions
v1.3.6 - 1.4.7.3x Deprecated (Old Version) Prestashop v1.3.6 - 1.4.7.3x
v1.5.x Deprecated (Old Version) Prestashop v1.5.x
v1.6.x Stable (Current Version) Prestashop v1.6.x

##Installation##

  1. Download Prestashop: https://www.prestashop.com/es/versiones-para-programadores#previous-version
    • Prestashop v1.3.6 - 1.4.7.3x
    • Prestashop v1.5.x
    • Prestashop v1.6.x

##Setup##

  1. Copy mercadopago folder to modules folder.

  2. On your store administration, go to Modules > Modules.

  3. Search by MercadoPago and click install.
    You will receive the following message: " Module(s) installed successfully." Installation

  4. Set your CLIENT_ID and CLIENT_SECRET, or PUBLIC_KEY and ACCESS_TOKEN (depending on which module you're using).

    Get your credentials in the following address:

IMPORTANT: This module will only work with the following currencies:

  • Argentina:
    • ARS (Peso Argentino)
  • Brazil:
    • BRL (Real)
  • Chile:
    • CLP (Peso Chileno)
  • Colombia:
    • COP (Peso Colombiano)
  • Mexico:
    • MXN (Peso Mexicano)
  • Venezuela:
    • VEF (Bolivar fuerte)

Sync your backoffice with MercadoPago (IPN)

Your notification URL will be automatically send with your payment to our API.

Example features

Credit Card Customized Checkout
pictures_features

Print Ticket
pictures_features

Customer Card Prestashop v1.6.x
pictures_features

Discount Coupon Prestashop v1.6.x
pictures_features

##Feedback##

We want to know your opinion, please answer the following form.

Packages

No packages published

Languages

  • PHP 57.3%
  • Smarty 22.8%
  • JavaScript 10.1%
  • CSS 7.5%
  • HTML 2.3%