Jump to content

Séparation bloc nouvelle inscription et authentification


Jluis

Recommended Posts

Bonjour à tous , 

je voudrais séparer les blocs  création d'un nouveau compte et authentification au niveau du fichier authentification.tpl  . on ajoute un nouvel bouton au niveau du bloc user info : quand je clique sur le bouton s'inscrire le premier bloc ( comme illustre la figure ) s'affiche au client  et quand je clique sur s'identifier le deuxième bloc s'affiche au client .

 

une proposition s'il vous plaît??

 

sug.PNG

Link to comment
Share on other sites

j'ai ajouté un voule lien au niveau nav.tpl blocuserinfo comme ceci

<i class="fa fa-user" aria-hidden="true"></i>
		<a class="login" href="{$link->getPageLink('authentication', true)|escape:'html':'UTF-8'}" rel="nofollow" title="{l s='Log in to your customer account' mod='blockuserinfo'}">
			{l s='My account' mod='blockuserinfo'}
</a>

et pour la page authentication.tpl le code suivant , en sebavsant sur  la varible  $base_dir 

{if $base_dir == "http://monsite.fr/fr/connexion"  }

 

<!-- display bloc 1 -->

 

{else}

 

<!-- displa bloc2 -->
 

{/if}

 

mais ça ne marche pas , 

 

une idée

Link to comment
Share on other sites

link1 : http://monsite.fr/fr/connexion?back=my-account

 

link 2 : http://moniste.fr/fr/connexion 

 

ces deux link renvoient la même page authentication.tpl

 

je voudrais afficher le bloc de creation d'un nouveau compte si l'url courante est "http://monsite.fr/fr/connexion?back=my-account" , le cas contraire un autre bloc ?

comment pourrais je retenir la variable de l'url courante du boutique ?

Link to comment
Share on other sites

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