Jump to content

Matrice COD and Klarna Payment problem


Recommended Posts

For the COD module try copy/paste this, into modules>cashondelivery>valdation.tpl (Backup original first! )

{capture name=path}{l s='Shipping' mod='cashondelivery'}{/capture}
{include file=$tpl_dir./breadcrumb.tpl}


{assign var='current_step' value='payment'}
{include file=$tpl_dir./order-steps.tpl}
{l s='Order summation' mod='cashondelivery'}

{l s='Cash on delivery (COD) payment' mod='cashondelivery'}

<form action="{$this_path_ssl}validation.php" method="post">
   <input type="hidden" name="confirm" value="1" />



       {l s='You have chosen the cash on delivery method.' mod='cashondelivery'}



       {l s='The total amount of your order is' mod='cashondelivery'}
{convertPrice price=$total}
       {if $use_taxes == 1}
           {l s='(tax incl.)' mod='cashondelivery'}
       {/if}









{l s='Please confirm your order by clicking \'I confirm my order\'' mod='cashondelivery'}.



{l s='Other payment methods' mod='cashondelivery'}
       <input type="submit" name="submit" value="{l s='I confirm my order' mod='cashondelivery'}" class="exclusive_large" />

</form>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...