Display the product attribute below the title on cart and checkout pages in WooComm

Display the product attribute below the title on cart and checkout pages in WooCommerce on child sites.

Snippet Type

Execute on Child Sites

Snippet

add_filter( 'woocommerce_product_variation_title_include_attributes', '__return_false' );
add_filter( 'woocommerce_is_attribute_in_product_name', '__return_false' );

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.