- Home
- Categorie
- Coding e Sistemistica
- Joomla!
- Errore template
-
Errore template
Salve a tutti,
avrei bisogno del vostro supporto per trovare una soluzione da cui non ne sto uscendo fuori.Ho installato:
- Joomla 2.5.7
- Virtuemart 2.0.10
Tutto bene!
Ho acquistato questo template websitetemplates.bz / virtuemart-templates/handbags-store-virtuemart-template_1240 . htmlSolo dopo mi sono accorto che il template va per Joomla 1.5, VirtueMart 1.1.9
Ora ho 2 opzioni:
- utilizzare Joomla 1.5 e Virtuemart 1.1.9
- cercare di adattare il template alle nuove versioni, ma come potete vedere da questo link www . singerhouse . it ho qualche errore, il codice interessato è questo:
<?php $tmp = new JConfig(); $c1 = mysql_connect($tmp->host,$tmp->user,$tmp->password); mysql_select_db($tmp->db,$c1); $q=mysql_query ("select product_id, product_thumb_image, product_name from ".$tmp->dbprefix."vm_product order by product_id DESC" ); $product = array (); while ($product []=mysql_fetch_assoc ($q)); ?>
Grazie.
-
Salve a tutti,
sono riuscito a convertire il template da Joomla 1.5 a Joomla 2.5 tramite questa guida:
magazine . joomla . org /issues/issue-may-2012/item/740-How-to-convert-Joomla-15-template-to-Joomla-25Adesso però, come potete notare qui ( singerhouse . it ) la visualizzazione dei prodotti non viene rispettata rispetto al template originale, questo perchè Virtuemart 1.5 usava i template mentre Virtuemart 2.0 supporta i 'views'.
Avete qualche suggerimento su come convertire anche questa parte?
Grazie.