iWheelie Posted January 28, 2011 Share Posted January 28, 2011 HiI am using the matrice Theme on my shop, i have to small problems that bug me. Both problems are with COD and Klarna moduleWhen my costumers are going to "confirm" an order the page is messy like in the pictures.Thank you Link to comment Share on other sites More sharing options...
outblast Posted February 3, 2011 Share Posted February 3, 2011 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 More sharing options...
iWheelie Posted February 3, 2011 Author Share Posted February 3, 2011 For the COD module try copy/paste this, into Thank you so much, that worked Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now