barbieridos Posted September 7, 2013 Share Posted September 7, 2013 (edited) Ciao a tutti, ho un problema con il modulo mobile di prestashop, in quanto quando sono posizionato nella categoria principale non mi carica le immagini, mentre quando entro nella scheda del prodotto il tutto viene visualizzato.Sapresti aiutarmi??Grazie mille a tutti RISOLTO ERA UN PROBLEMA DI MINIATURE!! Edited September 23, 2013 by barbieridos (see edit history) Link to comment Share on other sites More sharing options...
barbieridos Posted September 9, 2013 Author Share Posted September 9, 2013 (edited) RISOLTO ERA UN PROBLEMA DI MINIATURE!! Edited September 23, 2013 by barbieridos (see edit history) Link to comment Share on other sites More sharing options...
nosnosnos Posted September 10, 2013 Share Posted September 10, 2013 Hai provato a rigenerare le miniature ? o verificare quale formato immagine richiama ? Ciao Link to comment Share on other sites More sharing options...
barbieridos Posted September 10, 2013 Author Share Posted September 10, 2013 ho notato che richiama questo l'immagine nella lista dei prodotti: <img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'medium')}" alt="{$product.legend| escape:'htmlall':'UTF-8'}" {if isset($homeSize)} width="{$homeSize.width}" height="{$homeSize.height}"{/if} style="border-right: 1px solid #CCC;" />io ho aperto il product-list.php del mobile e ho modificato " $product.id_image, 'medium' " in " $product.id_image, 'mobile' "avendo creato in precedenza la miniatura dell'immagine 'mobile' a 81x80px...Ma niente da fare!! Link to comment Share on other sites More sharing options...
barbieridos Posted September 16, 2013 Author Share Posted September 16, 2013 (edited) ho notato che richiama questo l'immagine nella lista dei prodotti: <img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'medium')}" alt="{$product.legend| escape:'htmlall':'UTF-8'}" {if isset($homeSize)} width="{$homeSize.width}" height="{$homeSize.height}"{/if} style="border-right: 1px solid #CCC;" /> io ho aperto il product-list.php del mobile e ho modificato " $product.id_image, 'medium' " in " $product.id_image, 'mobile' " avendo creato in precedenza la miniatura dell'immagine 'mobile' a 81x80px... Ma niente da fare!! RISOLTO ERA UN PROBLEMA DI MINIATURE!! Edited September 23, 2013 by barbieridos (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now