Wählen Sie Ihre Sprache:

<we:saferpay>

Since version: 3.5.0.0 | Requires endtag: no | Required modules: shop

Description

The tag we:saferpay implements an interface to the payment provider saferpay. To ensure that this tag works properly, add additional information in the backend of the shop module.

Attributes

shopname

Default value: - | since version: 3.5.0.0 | required: yes

Set this attribute to the active shopname.


pricename

Default value: - | since version: 3.5.0.0 | required: yes

Set this attribute to the name of the active price field.


netprices

Default value: - | since version: 3.5.0.0 | required: no

Set this attribute to "true" to use net prices.

Allowed values:

  • true
  • false

usevat

Default value: - | since version: - | required: no

Set this attribute to "true" to use VAT.

Allowed values:

  • true
  • false

onsuccess

Default value: - | since version: 3.5.0.0 | required: no

Set this attribute to the ID of the webEdition document to be called if the order has been successful.


onfailure

Default value: - | since version: 3.5.0.0 | required: no

Set this attribute to the ID of the webEdition document to be called if the order has not been successful.


onabortion

Default value: - | since version: 3.5.0.0 | required: no

Set this attribute to the ID of the webEdition document to be called if the order has been aborted.


Syntax

<we:saferpay shopname="attribute" pricename="attribute" [netprices="true|false"] [usevat="true|false"] [onsuccess="attribute"] [onfailure="attribute"] [onabortion="attribute"] />