1. Home
  2. Kennisbank
  3. WooCommerce Groothandelsprijzen Premium
  4. Backend
  5. Hoe groothandels-suite meta te verbergen op het scherm voor het bewerken van bestellingen

Hoe groothandels-suite meta te verbergen op het scherm voor het bewerken van bestellingen

Due to the way WooCommerce handles and shows metadata, you’ll find our Wholesale Suite data present on the WooCommerce > Orders page.

These bits of data are harmless and you can simply ignore them. But if you want to hide them from your view, you can hide them by inserting this custom snippet to your functions.php.

add_action('admin_head', 'wws_hide_ws_meta');

function wws_hide_ws_meta() {
echo '<style type="text/css">
#order_line_items tbody th{
display:none;
}

#order_line_items tbody p{
display:none;
}
</style>';
}

If you’re a developer and are interested in further inspecting how WooCommerce handles metadata, you can check this file: woocommerce/includes/class-wc-order-item-product.php.

Was dit artikel nuttig?

Gerelateerde Artikelen

Ondersteuning Nodig?

Kun je het antwoord niet vinden dat je zoekt?
Neem Contact Op Met Ondersteuning
Voltooi uw aankoop