Paypal Website Payment Pro Module (UK & US) – Free Prestashop Module

December 22nd, 2009

This module is based on the beta version of Paypal Direct API which developed by Paul Campbell. We have improved and enhanced 3D Secure authentication… This is very important for UK’s user as from the 1st January 2010, 3D secure authentication must be implemented for customers who pay by Visa or Maestro card.

Introduction:

Paypal Website Payments Pro allows you to accept payment directly on your website or by phone, fax and mail. Customers can pay you with all major debit and credit cards as well as PayPal balance and bank transfers.

With this solution you get all the benefits of a merchant account and gateway in one solution. This package should also include PayPal Express Checkout which enables buyers to checkout in as little as three click, however, for this initial version v1.0.0 we have not included this on the checkout page.

In order to use this Paypal WPP Module for Prestashop, you need

  1. Prestashop version 1.2.5 (older version need  to update the Tools.php class..)
  2. Signup Paypal Website Payment Pro account
  3. Signup Cardinal Centinel for 3D secure (note: Paypal use Cardinel Centinel to handle 3D secure authentication)

For testing purpose you can setup Paypal Sandbox and Cardinel Centinel sandbox account.

 

Paypal WPP Pro Module’s key features:

  • Accept payment directly on your website
  • 3D secure authentication implemented (Visa verified & Mastercard secure for UK)
  • Accept payment in various currencies (Pounds, USD , Euro, Canadian Dollar, Yen etc..)

Demo

We installed this module on prestashop 1.208. You need to add a missing function getHttpHost() to get it working (Read this comment #comment-676) . Latest version 1.2.5 should be fine. See LIVE DEMO here…. Paypal Website Payment Pro UK

Screenshots

(the screenshots took from my live site.. you may see it differently on yours)

Feedback

Your feedback is really appreciated. We have spent a lot of time to create this module and distribute it to our Prestashop Community.  

Download

Free Prestashop Payment Module - Paypal Website Payment Pro UK (385)

 

Test cards

Centinel Integration Guide (151)

 

That’s it from us @ Quay Creative.

Categories: E-commerce, Prestashop | Tags: , , , , , | 62 Comments

How to delete orders in Prestashop

December 4th, 2009

Most of you have created few test transactions with your ecommerce website (Prestashop) when building it. By the time you decided to delete / clear all test orders in Back Office but wonder how as no “delete button” available.

The solutions is very simple

Option 1:

Click on one of the order and replace the parameters “vieworder” by “deleteorder” from the url

For example

http://yourdomain.com/admin/index.php?tab=AdminOrders&id_order=7&vieworder&token=798dfd720021761c80d828eb3f2a8621

Change it to:

http://yourdomain.com/admin/index.php?tab=AdminOrders&id_order=7&deleteorder&token=798dfd720021761c80d828eb3f2a8621

Option 2: For the sake of PHP

Go to AdminOrders.php class in webroot\admin\tabs\AdminOrders.php

At line 25 look for

global $cookie, $currentIndex;

And add this code below it…

$this->delete = true;

That’s it.. when you click on “Order” main tab you will see the delete button “X” next to each order (screenshot)

add-delete-button-prestashop-orders

Categories: PHP, Prestashop | Tags: , , | No Comments

Categories for homepage – Free Prestashop Module

November 16th, 2009

Quay Creative ecommerce solutions has just released the first Prestashop module.. it is absolutely FREE.

This module is to show all main categories (level 1) on your homepage. You can declare number of categories to show. CSS is also provided, however, you can restyle it as desire.

screenshot

Please follow this link to download – Free prestashop module

Categories: E-commerce, Prestashop | Tags: , , , , | No Comments