cocoges Posted December 23, 2010 Share Posted December 23, 2010 Bonjour, Sur mon site quand je clique sur les liens du bloc supplier.php, ils m'indiquent à chaque fois que je n'ai aucun produit.J'ai pourtant bien activé le bloc, ajouté le supplier dans chaque fiche produit.Le lien principal supplier m'indique bien tous les supplier avec logo et total des produits pour chacun d'entre eux.La liste des produits est également dispo dans chauqe supplier dans le B.O. de Prestashop.Pour manufacturer tout fonctionne bien.Des idées ?Par avance merci à vous Link to comment Share on other sites More sharing options...
theme_designer Posted December 24, 2010 Share Posted December 24, 2010 S'il vous plaît voir votre site web. Ensuite, nous pouvons vérifier. Link to comment Share on other sites More sharing options...
cocoges Posted December 24, 2010 Author Share Posted December 24, 2010 Voivi le lien direct à la page supplier.phphttp://www.compimusic.fr/supplier.phpMerci d'avance. Link to comment Share on other sites More sharing options...
cocoges Posted January 3, 2011 Author Share Posted January 3, 2011 Alors meilleurs voeux pour cette nouvelle année ;-)Toujours pas d'idée ? Link to comment Share on other sites More sharing options...
zwacklmann Posted January 9, 2011 Share Posted January 9, 2011 I suppose you've made changes to your theme's supplier.tpl?Try removing that file from your theme's directory and swop in the original file from the default theme.If that works, compare the code of the two. That should give you a clue as to what went wrong. Link to comment Share on other sites More sharing options...
cocoges Posted January 9, 2011 Author Share Posted January 9, 2011 Hello zwacklmann, Thanks for your answer.My supplier.tpl theme don't change since the first time 'install'.Mon fichier supplier.tpl n'a pas changé depuis son installation.Maybe other solution ? :-)Une autre solution ? :-)Merci d'avance. Link to comment Share on other sites More sharing options...
zwacklmann Posted January 9, 2011 Share Posted January 9, 2011 I think I'll stick to my thesis.You have an error in your theme's supplier.tpl.manufacturer.tpl which is working perfectly on your site and it is drawing its content from the exact same source: Presta's core supplier.php.Thus the error must occur on the template level.Try swapping your thmes's manufacturer.tpl for the PrestaShop default. Link to comment Share on other sites More sharing options...
cocoges Posted January 10, 2011 Author Share Posted January 10, 2011 Ok :-)Voici mon code thème dans mon supplier.tplMy supplier.tpl code in my repertory theme : {include file=$tpl_dir./breadcrumb.tpl} {l s='List of products by supplier:'} {$supplier->name|escape:'htmlall':'UTF-8'} {include file=$tpl_dir./errors.tpl} {if $products} {include file=$tpl_dir./product-sort.tpl} {include file=$tpl_dir./product-list.tpl products=$products} {include file=$tpl_dir./pagination.tpl} {else} {l s='No products for this supplier.'} {/if} C'est le même que le fichier source de prestashopIt's the same of the original.Peut-être dans le manufacturer ?Maybe in the file manufacturer.tpl ?Merci ;-)Thanks 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