Sie können das Layout der Gruppenattribute für benutzerdefinierte Einzelprodukte oder Kategorien mit dem folgenden Filter ändern.
In diesem Beispiel erhält die Produkt-ID 87 das Layout 2 und das Produkt mit der ID 333 das Layout 3.
Funktion modify_group_attributes_layout( $layout, $product_id) {if($product_id == 87) {$Layout=2;}if($product_id == 333) {$Layout=3;} Rückgabe $layout;}add_filter( 'woocommerce_group_attributes_layout', 'modify_group_attributes_layout', 10, 2 );
How can i remove group attribute name from the additional info part?
https://imgur.com/a/LEJGRCI
Die echte Person!
You can hide the attribute name with this CSS: