Joomla.it Forum

Componenti per Joomla! => Gestione e-commerce => : baba 14 Sep 2006, 16:30:50

: Rimuovere categorie in home page
: baba 14 Sep 2006, 16:30:50
Ciao

dopo l'installazione ho l'elenco di categorie che vedete qui:

www.discount-integratori.com

ho installato il modulo per farle vedere come drop down ma le vorrei eliminare dalla main page.

Come si fa?
Ciao
A
: Re: Rimuovere categorie in home page
: baba 14 Sep 2006, 17:38:58
ho risolto.

vi lascio la risposta messa da me nel forum USA:

open in the VM suite the file named shop.index.php
go to this string:

$query .= "WHERE #__{vm}_category.category_publish='Y' AND ";

and change the Y to N

$query .= "WHERE #__{vm}_category.category_publish='N' AND ";

the category list will unpublish

More info here:
http://virtuemart.net/index.php?option=com_smf&Itemid=99999999&topic=12708.0

Ciao
A
: Re: Rimuovere categorie in home page
: surfbit 14 Sep 2006, 17:55:48
ho risolto.

vi lascio la risposta messa da me nel forum USA:

open in the VM suite the file named shop.index.php
go to this string:

$query .= "WHERE #__{vm}_category.category_publish='Y' AND ";

and change the Y to N

$query .= "WHERE #__{vm}_category.category_publish='N' AND ";

the category list will unpublish

More info here:
http://virtuemart.net/index.php?option=com_smf&Itemid=99999999&topic=12708.0

Ciao
A

Ki fà da se fà x tre  ;) Ho avuto un caso simile, ma poi mi fecero spostare le categorie sul left !!!
: Re: Rimuovere categorie in home page
: forjoomla 27 Nov 2006, 10:11:14
ma dove hai scaricato il modulo drop down?mi servirebbe pure a me.ciao