lukasz_1410 Posted May 15, 2022 Share Posted May 15, 2022 Potrzebuje na stronie sklepu PS1.7 wyświetlić ilość dostępnych produktów które są widoczne w backoffice w "statystyki katalogu" Jak to zrobić? Link to comment Share on other sites More sharing options...
0 Prestachamps Posted May 16, 2022 Share Posted May 16, 2022 (edited) 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 Edited May 16, 2022 by Prestachamps (see edit history) Link to comment Share on other sites More sharing options...
0 lukasz_1410 Posted May 16, 2022 Author Share Posted May 16, 2022 <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 More sharing options...
0 Prestachamps Posted May 16, 2022 Share Posted May 16, 2022 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 More sharing options...
Question
lukasz_1410
Potrzebuje na stronie sklepu PS1.7 wyświetlić ilość dostępnych produktów które są widoczne w backoffice w "statystyki katalogu" Jak to zrobić?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now