Jump to content

Login box not shown ps 1.4


Recommended Posts

Hi all!

The modified loginbox not shown under ps 1.4.1 (blockmyaccount)


what could be the problem with it?

getPageLink('my-account.php', true)}">{l s='My account' mod='blockmyaccount'}


getPageLink('history.php', true)}" title="">{l s='My orders' mod='blockmyaccount'}
           {if $returnAllowed}getPageLink('order-follow.php', true)}" title="">{l s='My merchandise returns' mod='blockmyaccount'}{/if}
getPageLink('order-slip.php', true)}" title="">{l s='My credit slips' mod='blockmyaccount'}
getPageLink('addresses.php', true)}" title="">{l s='My addresses' mod='blockmyaccount'}
getPageLink('identity.php', true)}" title="">{l s='My personal info' mod='blockmyaccount'}
           {if $voucherAllowed}getPageLink('discount.php', true)}" title="">{l s='My vouchers' mod='blockmyaccount'}{/if}
           {$HOOK_BLOCK_MY_ACCOUNT}


getPageLink('index.php')}?mylogout" title="{l s='Sign out' mod='blockmyaccount'}">{l s='Sign out' mod='blockmyaccount'}



{else}

{if $displayconnexionbox} 

{l s='My account' mod='blockmyaccount'}

   <form action="authentication.php" method="post">
 {l s='E-mail address' mod='blockmyaccount'}

       <input type="text" id="email" name="email" value="{if isset($smarty.post.email)}{$smarty.post.email|escape:'htmlall'|stripslashes}{/if}"/>


       {l s='Password' mod='blockmyaccount'}

       <input type="password" id="passwd" name="passwd" value="{if isset($smarty.post.passwd)}{$smarty.post.passwd|escape:'htmlall'|stripslashes}{/if}"/>




       <input type="hidden" name="back" value="{$back|escape:'htmlall':'UTF-8'}" />

         <input type="submit" id="SubmitLogin" name="SubmitLogin" value="{l s='Log in' mod='blockmyaccount'}" class="button" />


   </form>
 {l s='Forgot your password?' mod='blockmyaccount'} 


{/if}
 {/if}

Link to comment
Share on other sites

×
×
  • Create New...