Jump to content

Afficher les critères d'avis


Recommended Posts

Bonjour,

j'ai besoin d'afficher les critères des avis du module natif Product_comment

Je pensai pouvoir les afficher avec ce bout de code :

{foreach from=$criterions item='criterion'}

                <div class="criterion-rating">

                  <label class="mb-0" for="criterion[{$criterion.id_product_comment_criterion|escape:'htmlall':'UTF-8'}]">{$criterion.name|escape:'html':'UTF-8'}</label>

                  <div class="grade-stars" data-grade="5" data-input="criterion[{$criterion.id_product_comment_criterion|escape:'htmlall':'UTF-8'}]"></div>

                </div>

              {/foreach}

Mais impossible de l'utiliser, il ne retourne aucune info.

Ps 1.7

Sauriez-vous comment faire ?

Merci

Link to comment
Share on other sites

  • 10 months later...

Bonjour tout le monde,


J'ai besoin de la même fonctionnalité, afficher la note (data-grade) en chiffre à côté des étoiles.
Je suis sur PrestaShop 8.1 avec le module natif de commentaire de PrestaShop. 

merci d'avance pour vos réponses

Capture d’écran 2024-09-30 144246.png

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