2019-05-09 16:20:49 +02:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html class="no-js" lang="de">
|
|
|
|
|
<head>
|
|
|
|
|
<title>Editionsunterschiede - heidelpay</title>
|
|
|
|
|
<meta name="description" content="">
|
|
|
|
|
<meta name="author" content="D³ Data Development">
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
|
|
|
|
|
|
<link rel="icon" href="../themes/d3/img/favicon.png" type="image/x-icon">
|
|
|
|
|
|
|
|
|
|
<!-- Mobile -->
|
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
|
|
|
|
|
<!-- Font -->
|
|
|
|
|
|
|
|
|
|
<!-- CSS -->
|
|
|
|
|
<link href='../themes/d3/css/theme-blue.min.css' rel='stylesheet' type='text/css'><link href='../themes/d3/css/d3.css' rel='stylesheet' type='text/css'>
|
|
|
|
|
<!-- Tipue Search -->
|
|
|
|
|
<link href="../tipuesearch/tipuesearch.css" rel="stylesheet">
|
|
|
|
|
|
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
|
<script src="../themes/d3/js/html5shiv-3.7.3.min.js"></script>
|
|
|
|
|
<![endif]-->
|
|
|
|
|
</head>
|
|
|
|
|
<body class=" ">
|
|
|
|
|
<div class="Columns content">
|
|
|
|
|
<aside class="Columns__left Collapsible">
|
|
|
|
|
<button type="button" class="Button Collapsible__trigger">
|
|
|
|
|
<span class="Collapsible__trigger__bar"></span>
|
|
|
|
|
<span class="Collapsible__trigger__bar"></span>
|
|
|
|
|
<span class="Collapsible__trigger__bar"></span>
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
|
|
<a class="Brand" href="../index.html"><i class='fab fa-d3 d3fa-color-blue'></i> heidelpay</a>
|
|
|
|
|
|
|
|
|
|
<div class="Search">
|
|
|
|
|
<svg class="Search__icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 451 451">
|
|
|
|
|
<path d="M447.05 428l-109.6-109.6c29.4-33.8 47.2-77.9 47.2-126.1C384.65 86.2 298.35 0 192.35 0 86.25 0 .05 86.3.05 192.3s86.3 192.3 192.3 192.3c48.2 0 92.3-17.8 126.1-47.2L428.05 447c2.6 2.6 6.1 4 9.5 4s6.9-1.3 9.5-4c5.2-5.2 5.2-13.8 0-19zM26.95 192.3c0-91.2 74.2-165.3 165.3-165.3 91.2 0 165.3 74.2 165.3 165.3s-74.1 165.4-165.3 165.4c-91.1 0-165.3-74.2-165.3-165.4z"/>
|
|
|
|
|
</svg>
|
|
|
|
|
<input type="search" id="tipue_search_input" class="Search__field" placeholder="Suchen..." autocomplete="on"
|
|
|
|
|
results=25 autosave=text_search>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="Collapsible__content">
|
|
|
|
|
<!-- Navigation -->
|
|
|
|
|
<ul class='Nav'><li class='Nav__item '><a href="../description/Beschreibung.html">Beschreibung</a></li><li class='Nav__item Nav__item--active'><a href="../description/Editionsunterschiede.html">Editionsunterschiede</a></li></ul>
|
2019-06-07 14:57:38 +02:00
|
|
|
|
<div class='versionselector'>Version wechseln:
|
|
|
|
|
<select onchange="window.location.href=this.options[this.selectedIndex].value" size="1">
|
|
|
|
|
|
|
|
|
|
<?php
|
|
|
|
|
$versionpath = implode("/", array_slice(explode("/", $_SERVER['SCRIPT_NAME']), 2));
|
|
|
|
|
$modulepath = implode("/", array_slice(explode("/", $_SERVER['SCRIPT_NAME']), 0, 2));
|
|
|
|
|
$path = str_replace($versionpath, "", $_SERVER['SCRIPT_FILENAME']);
|
|
|
|
|
$paths = explode('/', $versionpath);
|
|
|
|
|
$currpath = $paths[0];
|
|
|
|
|
|
|
|
|
|
$dirs = array_filter(glob($path . '/*'), 'is_dir');
|
|
|
|
|
arsort($dirs);
|
|
|
|
|
|
|
|
|
|
foreach ($dirs as $dir) {
|
|
|
|
|
$dir = str_replace($path.'/', '', $dir);
|
|
|
|
|
$selected = ($dir === $currpath) ? 'selected="selected"' : "";
|
|
|
|
|
echo '<option value="'. $modulepath .'/'. $dir .'" '. $selected .'>'. $dir .'</option>';
|
|
|
|
|
}
|
|
|
|
|
?>
|
|
|
|
|
</select></div>
|
2019-05-09 16:20:49 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="Links">
|
|
|
|
|
<hr/>
|
|
|
|
|
<a href="https://www.oxidmodule.com" target="_blank">Shop</a><br />
|
|
|
|
|
<a href="https://blog.oxidmodule.com" target="_blank">Blog</a><br />
|
|
|
|
|
<a href="https://faq.oxidmodule.com" target="_blank">FAQ</a><br />
|
|
|
|
|
<a href="https://docs.oxidmodule.com" target="_blank">Dokumentationen</a><br />
|
|
|
|
|
<a href="https://support.oxidmodule.com" target="_blank">D³ Support Center</a><br />
|
|
|
|
|
<a href="https://www.oxidmodule.com/kontakt" target="_blank">Kontakt</a><br />
|
|
|
|
|
<a href="https://www.oxidmodule.com/impressum" target="_blank">Impressum</a><br />
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</aside>
|
|
|
|
|
<div class="Columns__right Columns__right--full">
|
|
|
|
|
<div class="Columns__right__content">
|
|
|
|
|
<div class="doc_content">
|
|
|
|
|
<article class="Page">
|
|
|
|
|
|
|
|
|
|
<div class="Page__header">
|
|
|
|
|
<h1><a href="../description/Editionsunterschiede.html">Editionsunterschiede</a></h1>
|
|
|
|
|
<span class="ModifiedDate">
|
2019-12-23 15:24:27 +01:00
|
|
|
|
25.09.2019 </span>
|
2019-05-09 16:20:49 +02:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="s-content">
|
|
|
|
|
<p>Wir liefern das Heidelpay Modul in 2 Lizenzmodellen aus, Basic und Premium.<br />
|
|
|
|
|
Die Unterschiede zwischen den Lizenzen können Sie hier einsehen:</p>
|
|
|
|
|
<table>
|
|
|
|
|
<thead>
|
|
|
|
|
<tr>
|
|
|
|
|
<th> </th>
|
|
|
|
|
<th align="center">Basic</th>
|
|
|
|
|
<th align="center">Premium</th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Preis</td>
|
|
|
|
|
<td align="center">0,00 €</td>
|
|
|
|
|
<td align="center">ab 259,00 €</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
<table>
|
|
|
|
|
<thead>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Bankeinzug / Lastschrift</th>
|
|
|
|
|
<th align="center">Basic</th>
|
|
|
|
|
<th align="center">Premium</th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>ELV Deutschland, Österreich, Schweiz</td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>mit Zahlungssicherung</td>
|
|
|
|
|
<td align="center"></td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
<table>
|
|
|
|
|
<thead>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Kreditkarten</th>
|
|
|
|
|
<th align="center">Basic</th>
|
|
|
|
|
<th align="center">Premium</th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Visa</td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Mastercard</td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>American Express</td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Dinners</td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>JCB</td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>verified by Visa (3D Secure)</td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>MasterCard SecureCode (3D Secure)</td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
<table>
|
|
|
|
|
<thead>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Debitkarten</th>
|
|
|
|
|
<th align="center">Basic</th>
|
|
|
|
|
<th align="center">Premium</th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Carta postepay (Italien)</td>
|
|
|
|
|
<td align="center"></td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Carte Bleue (Frankreich)</td>
|
|
|
|
|
<td align="center"></td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>ServiRed (Spanien)</td>
|
|
|
|
|
<td align="center"></td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Visa Electron</td>
|
|
|
|
|
<td align="center"></td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Euro 6000 (Spanien)</td>
|
|
|
|
|
<td align="center"></td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>4B (Spanien)</td>
|
|
|
|
|
<td align="center"></td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Dankort (Dänemark)</td>
|
|
|
|
|
<td align="center"></td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Maestro International 3D Secure</td>
|
|
|
|
|
<td align="center"></td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
<table>
|
|
|
|
|
<thead>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>PIN / TAN Verfahren</th>
|
|
|
|
|
<th align="center">Basic</th>
|
|
|
|
|
<th align="center">Premium</th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Sofortüberweisung</td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Giropay</td>
|
|
|
|
|
<td align="center"></td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>IDEAL (Niederlande)</td>
|
|
|
|
|
<td align="center"></td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>EPS (Österreich)</td>
|
|
|
|
|
<td align="center"></td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Przelewy 24</td>
|
|
|
|
|
<td align="center"></td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>PostFinance</td>
|
|
|
|
|
<td align="center"></td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
<table>
|
|
|
|
|
<thead>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>E-Wallet</th>
|
|
|
|
|
<th align="center">Basic</th>
|
|
|
|
|
<th align="center">Premium</th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>PayPal</td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>MasterPass</td>
|
|
|
|
|
<td align="center"></td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
<table>
|
|
|
|
|
<thead>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Weitere Zahlungsarten</th>
|
|
|
|
|
<th align="center">Basic</th>
|
|
|
|
|
<th align="center">Premium</th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Vorkasse</td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>BillSAFE (nur Bestandskunden)</td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Rechnungskauf ohne Zahlungssicherung</td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Rechnungskauf mit Zahlungssicherung</td>
|
|
|
|
|
<td align="center"></td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
2019-09-25 12:16:47 +02:00
|
|
|
|
<td>B2B Rechnungskauf mit Zahlungssicherung</td>
|
|
|
|
|
<td align="center"></td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
2019-05-09 16:20:49 +02:00
|
|
|
|
<td>EasyCredit (Ratenkauf)</td>
|
|
|
|
|
<td align="center"></td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
<table>
|
|
|
|
|
<thead>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Admin-Bereich an den Bestellungen</th>
|
|
|
|
|
<th align="center">Basic</th>
|
|
|
|
|
<th align="center">Premium</th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Übersicht Transaktionen</td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Aktionen durchführen (Storno, Refund,etc.)</td>
|
|
|
|
|
<td align="center"></td>
|
|
|
|
|
<td align="center"><strong>X</strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<nav>
|
|
|
|
|
<ul class="Pager">
|
|
|
|
|
<li class=Pager--prev><a href="../description/Beschreibung.html">Zurück</a></li> <li class=Pager--next><a href="../installation/index.html">Weiter</a></li> </ul>
|
|
|
|
|
</nav>
|
|
|
|
|
</article>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- JS -->
|
|
|
|
|
<script src="../themes/d3/js/jquery-1.11.3.min.js"></script><script src="../themes/d3/js/highlight.pack.js"></script><script src="../themes/d3/js/daux.js"></script><script src="../themes/d3/js/fontawesome-all.js"></script>
|
|
|
|
|
<!-- Tipue Search -->
|
|
|
|
|
<script type="text/javascript" src="../tipuesearch/tipuesearch.js"></script>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
window.onunload = function(){}; // force $(document).ready to be called on back/forward navigation in firefox
|
|
|
|
|
$(function() {
|
|
|
|
|
tipuesearch({
|
|
|
|
|
'base_url': '../'
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|