1
Gestione e-commerce / Re:Modifica product-box
« il: 03 Apr 2014, 10:49:38 »
Problema risolto,
per quanti hanno necessità del genere bisogna operare in questo modo:
il file da modificare è il default.php contenuto nella cartella templates/nometemplate/html/com_virtuemart/productdetails
il codice da spostare nel <div class="addtocart-area"> è il seguente:
fatto questo basta usare i Custom Field Type: Integer per aggiungere informazioni aggiuntive al prodotto.
Se può interessare queso è quanto.
Saluti
per quanti hanno necessità del genere bisogna operare in questo modo:
il file da modificare è il default.php contenuto nella cartella templates/nometemplate/html/com_virtuemart/productdetails
il codice da spostare nel <div class="addtocart-area"> è il seguente:
Codice: [Seleziona]
// Product custom_fields START
if (!empty($this->product->customfieldsSorted['normal'])) {
$this->position = 'normal';
echo $this->loadTemplate('customfields');
} // Product custom_fields END
fatto questo basta usare i Custom Field Type: Integer per aggiungere informazioni aggiuntive al prodotto.
Se può interessare queso è quanto.
Saluti
