The Joomla! Forum ™



Forum rules


Regole Forum



Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Errore template
PostPosted: Sat Nov 03, 2012 10:20 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Wed Sep 19, 2012 3:45 pm
Posts: 32
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!

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:
<?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.


Top
 Profile  
 
 Post subject: Re: Errore template
PostPosted: Thu Nov 08, 2012 3:26 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Wed Sep 19, 2012 3:45 pm
Posts: 32
Salve a tutti,
sono riuscito a convertire il template da Joomla 1.5 a 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 i template mentre Virtuemart 2.0 supporta i 'views'.

Avete qualche suggerimento su come convertire anche questa parte?

Grazie.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 



Who is online

Users browsing this forum: No registered users and 6 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group