{"id":4024,"date":"2017-09-01T06:20:47","date_gmt":"2017-09-01T04:20:47","guid":{"rendered":"https:\/\/demos.welaunch.io\/woocommerce-group-attributes\/?post_type=faq&p=270"},"modified":"2024-05-15T11:19:57","modified_gmt":"2024-05-15T09:19:57","slug":"change-attribute-group-layout-for-products-or-categories","status":"publish","type":"faq","link":"https:\/\/www.welaunch.io\/fr\/base-de-connaissances\/faq\/change-attribute-group-layout-for-products-or-categories\/","title":{"rendered":"Modifier la pr\u00e9sentation des groupes d’attributs pour les produits ou les cat\u00e9gories"},"content":{"rendered":"

Vous pouvez modifier la pr\u00e9sentation des attributs de groupe pour les produits individuels ou les cat\u00e9gories personnalis\u00e9s \u00e0 l’aide du filtre suivant.<\/p>\n

Dans cet exemple, le produit portant l’ID 87 obtient la pr\u00e9sentation 2 et le produit portant l’ID 333 la pr\u00e9sentation 3.<\/p>\n

function modify_group_attributes_layout( $layout, $product_id) {if($product_id == 87) {$layout=2 ;}if($product_id == 333) {$layout=3 ;} retourner $layout ;}add_filter(‘woocommerce_group_attributes_layout’, ‘modify_group_attributes_layout’, 10, 2 ) ;<\/p>\n","protected":false},"author":1,"featured_media":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","product_cat":[],"class_list":["post-4024","faq","type-faq","status-publish","hentry","faq_topics-group-attributes-filter-hooks"],"_links":{"self":[{"href":"https:\/\/www.welaunch.io\/fr\/wp-json\/wp\/v2\/faq\/4024","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.welaunch.io\/fr\/wp-json\/wp\/v2\/faq"}],"about":[{"href":"https:\/\/www.welaunch.io\/fr\/wp-json\/wp\/v2\/types\/faq"}],"author":[{"embeddable":true,"href":"https:\/\/www.welaunch.io\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.welaunch.io\/fr\/wp-json\/wp\/v2\/comments?post=4024"}],"version-history":[{"count":2,"href":"https:\/\/www.welaunch.io\/fr\/wp-json\/wp\/v2\/faq\/4024\/revisions"}],"predecessor-version":[{"id":8911,"href":"https:\/\/www.welaunch.io\/fr\/wp-json\/wp\/v2\/faq\/4024\/revisions\/8911"}],"wp:attachment":[{"href":"https:\/\/www.welaunch.io\/fr\/wp-json\/wp\/v2\/media?parent=4024"}],"wp:term":[{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/www.welaunch.io\/fr\/wp-json\/wp\/v2\/product_cat?post=4024"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}