Jump to content

black and white welcome log in url


Recommended Posts

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

  • 3 weeks 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...