phil3001 Posted May 4, 2011 Share Posted May 4, 2011 hello,I would like to align in prestashop 1.3.7your account | welcome (log in) | cartI know it must change blockuserinfo.tpl but i don't know wherehelp pleasethanks Link to comment Share on other sites More sharing options...
jeevanoss Posted May 4, 2011 Share Posted May 4, 2011 check in modules/blockuserinfo/blockuserinfo.tpl Link to comment Share on other sites More sharing options...
phil3001 Posted May 4, 2011 Author Share Posted May 4, 2011 ok but Which part of code I need to change?I do not know howthanks Link to comment Share on other sites More sharing options...
Dhen Bagoez Posted May 4, 2011 Share Posted May 4, 2011 you can take from here.....but this module from V1.3.3, sorry.... <!-- Block user information module HEADER --> {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'} | {l s='Welcome' mod='blockuserinfo'}, {if $logged} {$customerName} ({l s='Log out' mod='blockuserinfo'}) | {else} {l s='Log in' mod='blockuserinfo'} | {/if} <!-- /Block user information module HEADER --> 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