DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT: Hosted Payment Page

Author:Matteo Martini
Created:2009-08-21T15:22:26
Changed:2009-12-07T16:02:17.550000000
Classification:wss_constriv
Keywords:extendedshop hosted payment page
Author:Mauro Lorenzutti - WEBFORMAT srl
Email:mauro.lorenzutti@webformat.com
Info 4:
Language:en

img-1 img-2 EXT: Hosted Payment Page - wss_constriv

EXT: Hosted Payment Page

Extension Key: wss_constriv

Language: en

Keywords: extendedshop hosted payment page

Copyright 2000-2009, Mauro Lorenzutti - WEBFORMAT srl, <mauro.lorenzutti@webformat.com>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.org

Table of Contents

EXT: Hosted Payment Page 1

`Introduction 3 <#1.1.Introduction|outline>`_

What does it do? 3

`Installation 4 <#1.2.Installation|outline>`_

Extension Manager 4

`Configuration 5 <#1.3.Configuration|outline>`_

Setup 5

`I found a bug / I have a feature request 6 <#1.4.I%20found%20a%20bu g%20/%20I%20have%20a%20feature%20request|outline>`_

`Changelog 7 <#1.5.Changelog|outline>`_

Introduction

What does it do?

This extension consists in a library that allows you to add a payment method based on the Hosted Payment Page service in your Webformat Shop Sysyem.

Installation

The extension manager shows several options during installation. All options should be self explanatory.

Extension Manager

After the installation you can configure the wss_constriv in the extension manager.

img-3

Configuration

It's possible to override the default configuration by TypoScript using the following properties.

Setup

plugin.tx_extendedshop_pi1.payment.wss_constriv

title

Property

title

Data type

String

Description

The name of this payment method

Default

Credit card with Hosted Payment Page

position

Property

position

Data type

Numeric

Description

The position of this payment method in the payment selection

Default

50

bankname

Property

bankname

Data type

String

Description

The name of the payment gateway

Default

Hosted Payment Page

UICCODE

Property

UICCODE

Data type

String

Description

The currency of the payment

Default

978

ShopLogin

Property

ShopLogin

Data type

String

Description

Id of the transaction user

Default

123456789

ShopPassword

Property

ShopPassword

Data type

String

Description

Password of the transaction user

Default

123456789

return

Property

return

Data type

String

Description

The page where hpp has to return after the payment

error

Property

error

Data type

String

Description

This is the page where the gateway has to return if an error occurs

Action

Property

Action

Data type

Numeric

Description

The payment mode (PURCHASE=4 or ...)

Default

123456789

langid

Property

langid

Data type

String

Description

Language Id

Default

ITA

automaticRedirect

Property

automaticRedirect

Data type

Boolean

Description

Set this to 1 to enable automatic redirect to the payment gateway page, set it to 0 to disable it

Default

1

I found a bug / I have a feature request

If you find any problems or would like to see a new feature in wss_constriv, please contact us directly at info@webformat.com.

In case of a bug report, please take some time and make a proper report stating at least:

  • version of the extension
  • reproducibility
  • steps to reproduce
  • observed behavior
  • expected behavior

Add screenshots if they can clarify the issue.

If you attach a patch, that would be great!

Writing a good bug report will help us to fix the bugs faster and better.

Changelog

15.09.2009 – release 1.0.0

First release

7