Errore template - Joomla! Forum - community, help and support


salve 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!

poi ho acquistato [url=http://www.websitetemplates.bz/virtuemart-templates/[spam].html]questo template[/url]!
solo 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 ho qualche errore, il codice interessato è questo:

code: select all

<?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 ".$tmp->dbprefix."vm_product order product_id desc" );
   $product = array ();
   while ($product []=mysql_fetch_assoc ($q));
?>


grazie.

salve tutti,
sono riuscito convertire il template da joomla 1.5 joomla 2.5 tramite questa guida:
http://magazine.joomla.org/issues/issue ... -joomla-25

adesso però, come potete notare qui (link) la visualizzazione dei prodotti non viene rispettata rispetto al template originale, questo perchè virtuemart 1.5 usava template mentre virtuemart 2.0 supporta 'views'.

avete qualche suggerimento su come convertire anche questa parte?

grazie.





Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

After Effect warning: A problem occurred when processing OpenGL commands

Preconditions Failed. - Joomla! Forum - community, help and support