Jump to content

Shipping Price


Rich Walker

Recommended Posts

I need to display the shipping cost on the "Your payment method" page.

I've added

{if $shippingCost > 0}
               {if $priceDisplay}

{l s='Total shipping:'}
{convertPrice price=$shippingCostTaxExc}

               {/if}
               {if !$priceDisplay || $priceDisplay == 2}

{l s='Total shipping:'}
{convertPrice price=$shippingCost}

               {/if}
           {/if}


to order-payment.tpl but can't get it to print the shipping price. Can anyone give me any ideas how to do it.

Cheers

Rich

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