Branding of payment window
Is it possible to create a custom designed payment window? A payment window with a design simular to the shop design, instead of the standard Quickpay payment window?
First of all. Our experience tells us that shops using our payment window has a better conversion rate than shops with a custom designed payment window.
Studies has shown, that shoppers feels more safe, when using our payment window instead of custom designs. However, the answer to question above: Yes. You can design/brand the payment window.
- The easy and simple solution: Upload your logo to the payment window. This is done from the Quickpay-manager.
- The more advance solution which offers complete branding - read more below.
- The third option is to use Shopify. They are PCI-compliant and therefore it is possible to have a designed/integrated payment window with them.
Templates
Quickpay standard

Guide to Branded payment window
A branded window consists of a template, a stylesheet and a number of pictures. Please note that you have a limit of 512 KB for your files all together.- Template file must be named branded.xml and must start with
|
<?xml version="1.0" encoding="UTF-8"?> <body xmlns="http://www.quickpay.net/branded-xhtml" xmlns:qp="http://www.quickpay.net/branded-qp"> |
and end with
| </body> |
All HTML between the body tags must observe the xHTML standard. It is not possible to upload a template that does not respect the standard. Also it is not allowed to use javascript.
There is a number of qp tags you can use:
|
<qp:amount/> Order amount in format #.###,##
<qp:shopname/>
<qp:shoplogo/>
<qp:changetype/>
<qp:shopvar name="variabel navn"/>
<qp:text name="text example"/>
<qp:cancelbutton/>
<qp:payment>
<qp:payment/>
<qp:paytypes/>
Example that shows Visa-Dankort and Mastercard:
<qp:progress/> <div id="breadCrumbsContainer"><span id="bread-crumb-active">Select payment method</span> » Complete payment » Receipt
<qp:trigger name="variabel_navn" operator="eq/neq" value="værdi">html</qp:trigger> |
Path to pictures should be set as "/images/picture.name"
Regarding CSS the following classes are defined as standards. It is recommended, that you do not overrule these classes in your own stylesheet files.
.bgWhite {
background: #ffffff;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
.center {
text-align: center;
}
.fleft {
float: left;
}
.fright {
float: right;
}
.underline {
text-decoration: underline;
}
.bold {
font-weight: bold;
}
.inline {
display: inline;
}
.hidden {
display: inline;
}
.block {
display: block;
}
.nowrap {
white-space: nowrap;
}
.maximize {
width: 100%;
}
.vmiddle {
vertical-align: middle;
}
|
You also have different options for branding the payment window with CSS:
|
#cvdHelpBtn { display: none; } If you want to remove our link to CVD-help. |
Branding and transaction fees
Imagine that the tabel below is a part of a tabel to show order details.
We will use a trigger to control wether fee and total should be shown for the chosen card type, if the fee can be calculated up front based on the chosen card type.s
|
<tr> <td><qp:text name="amount"/>:</td> <td><qp:amount/></td> </tr> <qp:trigger name="hasFee" operator="eq" value="true"> <tr> <td><qp:text name="fee"/></td> <td><qp:fee/></td> </tr> <tr> <td><qp:text name="total"/></td> <td><qp:total/></td> </tr> </qp:trigger> |
Examples
Below we have listet af few merchants who has implemented branding of the Quickpay payment window:
- www.punkt1.dk
- www.merlin.dk
- www.lotto24.dk
- www.gullstein-cosmetic.dk
- www.godeboerneboeger.dk
- www.vipdaters.dk
- www.blubo.dk
- turbineforlaget.dk