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: Addons to tt_products

Created:2010-02-18T17:33:18
Changed by:Holzinger Franz
Changed:2011-04-19T19:34:14
Classification:addons_tt_products
Keywords:forAdmins, forDevelopers, forIntermediates
Author:Franz Holzinger
Email:franz@ttproducts:de
Info 4:
Language:en

img-1 img-2 EXT: Addons to tt_products - addons_tt_products

EXT: Addons to tt_products

Extension Key: addons_tt_products

Language: en

Keywords: forAdmins, forDevelopers, forIntermediates

Copyright 2011-2011, Franz Holzinger, <franz@ttproducts:de>

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: Addons to tt_products 1

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

What does it do? 3

`Users manual 4 <#1.2.Users%20manual|outline>`_

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

payment_DIBS.php 5

`ChangeLog 6 <#1.4.ChangeLog|outline>`_

Introduction

What does it do?

This extension contains example HTML shop templates and images for tt_products.

Users manual

Copy the file from the template folder of this extension to the folder fileadmin of your TYPO3 site. Then adjust the constants to active your templateFile.

Configuration

payment_DIBS.php

Properties of the handleScript for DIBS interfacing (http://www.architrade.com/uk/):

templateFile

Property

templateFile

Data type

resource

Description

Template file for use with DIBSYou have to put the following line in the form of the tt_products template before the DIBS script will be called.

<input type="hidden" name="products_cmd" value="cardno">

Default

soloe

Property

soloe

Data type

boolean

Description

If set, the script uses sub-template with marker ###DIBS_SOLOE_TEMPLATE### instead of the default which is ###DIBS_CARDNO_TEMPLATE###

Default

direct

Property

direct

Data type

boolean

Description

If set, the script uses sub-template with marker ###DIBS_DIRECT_TEMPLATE### instead of the default which is ###DIBS_CARDNO_TEMPLATE###

Default

merchant

Property

merchant

Data type

boolean

Description

Merchant id

Default

currency

Property

currency

Data type

int+

Description

Currency number, ISO4217 format

Default

relayURL

Property

relayURL

Data type

string

Description

The url of the shop where their secure server is going to fetch the basket.

Default

test

Property

test

Data type

boolean

Description

If set, the test-field is set in the forms.

Default

cardType

Property

cardType

Data type

string

Description

Card type,

Example values:

DK = Dankort
V-DK = Visa-Dankort
MC(DK) = Mastercard/Eurocard issued in Danmark
VISA = Visakort issued abroad
MC = Mastercard/Eurocard issued abroad
DIN(DK) = Diners Club, Denmark
DIN = Diners Club, international

Default

account

Property

account

Data type

string

Description

DIBS account feature

Default

addOrderInfo

Property

addOrderInfo

Data type

boolean

Description

If set, order info is added to the form. DIBS can pickup this info and simply display it with the payment information.

Default

k1

Property

k1

k2

Data type

string

Description

DIBS key values

Default

[tsref:(script).productsLib.paymentDIBS]

ChangeLog

0.2.10

Version

0.2.10

Changes

Added this manual

Added the php DIBS script

img-2 6