Afficher le fabricant dans la fiche produit

  • Posts: 20
  • Thank you received: 0
12 years 8 months ago #42395

Bonjour,

est-il possible d'afficher automatiquement le nom du fabricant dans le descriptif de la fiche produit ?

Merci.

Please Log in or Create an account to join the conversation.

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
12 years 8 months ago #42565

Bonjour,

Il n'y a pas d'option pour cela.
Pour faire cela, il vous faudra éditer le fichier "show_default" de la vue "product" via le menu Affichage->vues et rajouter du code comme ceci:

$categoryClass = hikashop_get('class.category');
$manufacturer = $categoryClass->get($this->element->product_manufacturer_id);
echo $manufacturer->category_name;

The following user(s) said Thank You: nononeo

Please Log in or Create an account to join the conversation.

  • Posts: 70
  • Thank you received: 6
12 years 8 months ago #42601

Et ça ne marcherait pas avec un "HikaShop Content Module" avec type de contenu "fabricant" ?

Please Log in or Create an account to join the conversation.

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
12 years 8 months ago #42619

Non. Cela affichera juste un listing des fabriquants.

Please Log in or Create an account to join the conversation.

Time to create page: 0.074 seconds
Powered by Kunena Forum