outblast Posted January 29, 2011 Share Posted January 29, 2011 I need help with an error when showing "Order summation", please see the error image, I want to be like the "ok"picture.TXSSolution 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...
frankygee Posted November 18, 2011 Share Posted November 18, 2011 I have the same error but with the PayPal method of payment. Any ideas? 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