Jump to content

[Solved] Removing the double space between "Cart: X products $123"


Recommended Posts

Here you go, I've pasted it below. I have only made one mod to this page and I don't think this caused the problem, because it worked perfectly on my old v1.2.5 site?



<!-- Block user information module HEADER -->



       {l s='Welcome' mod='blockuserinfo'},
       {if $logged}
{$customerName}({l s='Log out' mod='blockuserinfo'})
       {else}
{l s='Log in' mod='blockuserinfo'}
       {/if}





           <!-- MOD *MOVED CLOSING LINK TAG TO MAKE THE WHOLE PRICE A LINK BACK TO THE SHOPPING CART* -->

{l s='Cart:' mod='blockuserinfo'}
{$cart_qties}
{l s='product' mod='blockuserinfo'}
{l s='products' mod='blockuserinfo'}
           {if $cart_qties > 0}

                   {if $priceDisplay == 1}
                       {convertPrice price=$cart->getOrderTotal(false, 4)}
                   {else}
                       {convertPrice price=$cart->getOrderTotal(true, 4)}
                   {/if}

           {/if}
{l s='(empty)' mod='blockuserinfo'}






{l s='Your Account' mod='blockuserinfo'}


<!-- /Block user information module HEADER -->

Link to comment
Share on other sites

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