Jump to content

[SOLVED]Need help whit Matrice theme


Recommended Posts

I need help with an error when showing "Order summation", please see the error image,

I want to be like the "ok"picture.


TXS


Solution 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>

37660_aSQMiAOd6foqZtOhvqL4_t

37661_d67lVUiFNTkvwsZSgTId_t

Link to comment
Share on other sites

  • 9 months later...

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...