Jump to content

Plus de produits dans supplier.php


Recommended Posts

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

  • 2 weeks later...

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

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

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

Ok :-)

Voici mon code thème dans mon supplier.tpl
My 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 prestashop
It'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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...