Jump to content

[SOLVED] Klarna module


Recommended Posts

Hi all

 

Presta 1.6.0.8 + the Klarna module from Github

 

Hope somebody got a nice solution   B)

 

Anybody knows how to hook up Klarna inside the cart / iframe / popup / OPC template ???

- something more elegant than leaving the cart for a new page ???

 

Solved, dont know howto delete this topic, maybe somone else want a more nice solution with overlay:

 

payment.tpl:

 

{if $invoiceActive}
<p class="payment_module">
    <a href="{$var.this_path_ssl}payment.php?type=invoice&content_only=1" class="iframe" rel="nofollow">
        <img src="{$var.path}img/klarna_invoice_{$iso_code}.png" alt="Klarna" style="width:115px"/>
        {l s='Klarna invoice - Pay within 14 days' mod='klarnaprestashop'}
    </a>
</p>
{/if}

Edited by javamobiletech (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...