Jump to content

[RÉSOLU] Faire un compteur de commandes sur theme\history.tpl


Recommended Posts

Bonjour,
Je voudrais compter le nombre de commandes dans l'historique des commandes afin d'afficher le nombre de commandes à titre indicatif.

Tout cela se passe dans history.tpl, il y a un foreach qui parcourt les commandes pour les afficher. Mais je ne maitrise pas smarty pour mettre en oeuvre le compteur qui comptera le nombre de commandes trouvées :

extrait de history.tpl


       {foreach from=$orders item=order name=myLoop}


                   {if $order.invoice && $order.virtual}{/if}
{l s='#'}{$order.id_order|string_format:"d"}

{dateFormat date=$order.date_add full=0}
{displayPrice price=$order.total_paid_real currency=$order.id_currency no_utf8=false convert=false}
{$order.payment|escape:'htmlall':'UTF-8'}
{$order.order_state|escape:'htmlall':'UTF-8'}

               {if ($order.invoice or $order.invoice_number) AND $invoiceAllowed}

{l s='PDF'}
               {else}-{/if}

{l s='details'}

       {/foreach}


Quelqu'un pourrait-il m'aider à faire ce compteur ?
Merci à tous par avance

Réglé tout seul.

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