File: /home/assibfaf/public_html/prox-templates/checkout/genome.add-payment.tpl
<!doctype html>
<html lang="en">
<head>
{block name='head'}
{include file='_partials/head.tpl'}
{/block}
<link rel="canonical" href="/dashboard/authorization/">
</head>
<body>
{literal}
<style type="text/css">
.pspIframe {
margin: 0 auto;
padding: 50px 0;
}
</style>
{/literal}
<form class='pspPaymentForm'>
<script
src="https://hpp-service.genome.eu/paymentPage.js"
class="pspScript"
data-iframesrc="https://hpp-service.genome.eu/hpp"
data-buttontext="Pay {$price_formatted}"
data-name="{$site_title}"
data-key="{$genome_key}"
data-signature='{$genome_signature}'
data-widgetid="50711"
data-displaybuybutton="false"
data-success_url='{$site_url}/payment/genome/success?redirectUri={$site_url}/dashboard/order/{$order.id}'
data-decline_url='{$site_url}/payment/genome/decline?redirectUri={$site_url}/dashboard/order/{$order.id}'
data-back_url='{$site_url}/dashboard/order/{$order.id}'
data-email='{$user.email}'
data-customproduct='[{json_encode($product_details)}]'
data-type="integrated"></script>
</form>
<script>window.jQuery || document.write('<script src="/static/common/libs/jquery/3.2.1/jquery.min.js"><\/script>')</script>
{block name='javascript_bottom'}
{include file="_partials/javascript.tpl" javascript=$javascript.bottom}
{/block}
</body>
</html>