prue3 Posted July 27, 2011 Share Posted July 27, 2011 hi, i installed black and white for prestashop 1.4. the header log in url is point to http://server/my-account.php, it doesn't point to my domain (let say if my domain name www.abc.com, it should point to http://www.abc.com/my-account.php). I tried to change the theme module - blockuserinfo.tpl to the url but it still point to http://server/my-account.php. below is my code for blockuserinfo.tpl <div id="header_user" class="header_links"> <ul> <li> {l s='Welcome' mod='blockuserinfo'}, {if $logged} <b><a href="{$link->getPageLink('my-account.php', true)}">{$customerName}</a></b> ( <a href="{$link->getPageLink('index.php')}?mylogout" title="{l s='Log me out' mod='blockuserinfo'}">{l s='Log out' mod='blockuserinfo'}</a> ) {else} ( <a href="{$link->getPageLink('my-account.php', true)}">{l s='Log in' mod='blockuserinfo'}</a> ) {/if} </li> </ul> </div> Any idea which part i miss out? Please advice. thanks, Prue Link to comment Share on other sites More sharing options...
Pascale Posted August 16, 2011 Share Posted August 16, 2011 Hi, I have exactly the same problem here and tried the same thing, but it doesn't work either... Can anyone help us ? I've been on this problem for too long and would really appreciate a helping hand. Thanks ! 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