Sign in to follow this  
Followers 0

identification pour voir les prix

4 posts in this topic

Posted · Report post

Bonjour,

je souhaiterais que l'on s'inscrit sur le site ou s'identifier afin de voir les prix.

Comment faire?

Je suis en version 3.9

merci

Share this post


: post
Share on other sites

Posted · Report post

c'est bon j'ai réussi;

toutefois je souhaiterais une condition :

( ( est_identifie() ) ? affiche_prix($prod['id']));

sinon marquer " il faut vous identifier pour voir les prix"

quand faire?

merci a vous

Share this post


: post
Share on other sites

Posted · Report post

if (est_identifie()) {

affiche_prix($prod['id']);

} else{

echo"il faut vous identifier pour voir les prix";}

Share this post


: post
Share on other sites

Posted · Report post

Bonsoir noya_m,

Effectivement, la méthode que vous proposez est bonne : rechercher les occurrences de "affiche_prix" dans le code du site, et remplacez les par le quede que vous avez écrit :

if (est_identifie()) {

affiche_prix($prod['id']);

} else{

echo"il faut vous identifier pour voir les prix";}

Attention toutefois, si votre site est multilingue, pensez à internationaliser la phrase :

il faut vous identifier pour voir les prix

Share this post


: post
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
Sign in to follow this  
Followers 0

Twitter Advisto ecommerce

Facebook PEEL Shopping