Back to top

Autore Topic: "This category is currently empty" dove non dovrebbe essere  (Letto 2779 volte)

Offline marcellov

  • Esploratore
  • **
  • Post: 79
    • Mostra profilo
Ciao a tutti, ho un problema.
In alcune categorie io ho delle sottocategorie ma non prodotti. In questi casi, nella pagina di tali categorie mi appare "This category is currently empty". In realtà esse non sono vuote, perché contengono delle sottocategorie.
Come posso far capire a Virtuemart che una categoria che contiene delle categorie ma non dei prodotti NON è vuota?
Scusate la ripetitività del testo.
Grazie mille a tutti.

Offline Matteo_

  • Nuovo arrivato
  • *
  • Post: 43
    • Mostra profilo
Re: "This category is currently empty" dove non dovrebbe essere
« Risposta #1 il: 16 Mar 2007, 17:18:02 »
Guarda il file
tuosito/administrator/components/com_virtuemart/html/shop.browse.php

cerca il blocchetto con il commento:
/*** when nothing has been found
* we tell this here and say goodbye */

a me serviva non mostrare quella voce quando era presente una descrizione della cetegoria e l'ho risolta così: la riga
Codice: [Seleziona]
elseif( $num_rows == 0 && empty($product_type_id) && empty( $child_list )) {è diventata
Codice: [Seleziona]
elseif( $num_rows == 0 && empty($product_type_id) && empty( $child_list ) && empty($desc)) {

Offline marcellov

  • Esploratore
  • **
  • Post: 79
    • Mostra profilo
Re: "This category is currently empty" dove non dovrebbe essere
« Risposta #2 il: 19 Mar 2007, 15:27:29 »
Wow, grazie mille!!!

 



Web Design Bolzano Kreatif