Jump to content
  • 0

Liczba produktów na głównej stronie PS17


lukasz_1410

Question

3 answers to this question

Recommended Posts

  • 0

Witam @lukasz_1410,
Jeżeli chcesz wyświetlić dostępne produkty ze strony zaplecza statystyk katalogu, musisz sprawdzić funkcjonalność modułu statystyk katalogu (powoduje to dodanie odpowiedniej zakładki do pulpitu statystyk w zapleczu) i możesz skorzystać z funkcji obliczającej numer w haczyku nagłówka, przypisując go do zmiennej, której możesz użyć w recepcji.
Proszę spojrzeć na załączone zrzuty ekranu.
Mam nadzieję, że pomogę.:)
Z poważaniem,
Leo

-------------------

Hello,
If you want to display the available products from the catalog statistics back office page, you need to check the functionality of the Catalog statistics module (this adds the corresponding tab to the stats dashboard in the back office) and you can use the function which calculates the number in the header hook by assigning it to a variable what you can use it on the front office. 
Please take a look at the attached screenshots. 
Hope I could help.:)
Kind regards,
Leo

Available products.jpg

Catalog statistics module.jpg

Edited by Prestachamps (see edit history)
Link to comment
Share on other sites

  • 0

<li class="list-group-item">'.$this->returnLine($this->trans('Products available:', array(), 'Modules.Statscatalog.Admin'), '<span class="badge">'.(int)$total).'</span></li>

Ruler responsible for the number of products.

Unfortunately, the use '.(int)$total).' does not display anything

 

Link to comment
Share on other sites

  • 0
33 minutes ago, lukasz_1410 said:

<li class="list-group-item">'.$this->returnLine($this->trans('Products available:', array(), 'Modules.Statscatalog.Admin'), '<span class="badge">'.(int)$total).'</span></li>

Ruler responsible for the number of products.

Unfortunately, the use '.(int)$total).' does not display anything

 

Witam,
Obejmuje to dwie części.
To, co wysłałeś, to druga część, wykorzystanie przypisanej zmiennej smarty.
Pierwsza część to użycie funkcji PHP z modułu, która oblicza $total i przypisuje ją do zmiennej smarty.
Z poważaniem,
Leo

-----

Hello,
This includes two parts. 
What you've sent is the second part, the utilization of the assigned smarty variable. 
The first part is to use the PHP function from the module which calculates the $total and assigns it to the smarty variable. 
Kind regards,
Leo

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