PrestaShop Forums: [Tips] Remplacer liste déroulante pour attribut unique - PrestaShop Forums

Jump to content


Welcome to the PrestaShop Forum! We hope you'll share your comments and suggestions with us. We ask that you please post in English to the main sections of the PrestaShop Forum. If you want to write in another language, please post in the corresponding PrestaShop Community section below.

Please note that PrestaShop Community sections are largely self-moderated. PrestaShop team members may or may not participate in non-English sections. To improve the chances of receiving feedback to your question or comment, please post it in English to the main sections of our Forum.

NYC

Vous parlez français ? par ici !


[Tips] Remplacer liste déroulante pour attribut unique


[Tips] Remplacer liste déroulante pour attribut unique

#1 jeckyl

    PrestaShop Superstar

  • 08 Jan 2008
  • Freelance agréé
  • 10046 posts
  • Location:La Rochelle, France

Posted 15 February 2010 - 08:55 AM

Bonjour,

J'ai enfin trouvé comment ne faire apparaitre qu'un texte à la place d'une liste déroulante lorsque qu'un groupe d'attribut ne comporte qu'un seul attribut, ceci pour permettre de donner une information capitale sur un produit sans passer par les caractéristiques

Donc dans product.tpl vous devez remplacer :

            <!-- attributes -->

{foreach from=$groups key=id_attribute_group item=group}



{assign var='groupName' value='group_'|cat:$id_attribute_group}


{/foreach}


par :

<!-- attributes -->

{foreach from=$groups key=id_attribute_group item=group}



{assign var='groupName' value='group_'|cat:$id_attribute_group}
{if count($group.attributes) > 1}

{else}
{foreach from=$group.attributes key=id_attribute item=group_attribute}
{$group_attribute|escape:'htmlall':'UTF-8'}
{/foreach}
{/if}


{/foreach}

Image IPB
réalisé par l'agence Internet Mediacom87

#2 BVince

    PrestaShop Fanatic

  • 17 Dec 2009
  • Members
  • PipPipPipPip
  • 1091 posts
  • Location:Moreilles

Posted 15 February 2010 - 10:46 AM

Impecable ;-)
http://www.cc-web.fr...nce_userbar.png
Home CategoriesMegaDrown EvolutionAnimation 3D
Retrouvez tous mes modules Prestashop ici





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users