skip to Main Content

Show the name of the chosen variation under the product title on the My Account > Downloads page – Woocommerce

By default WooCommerce shows the attribute of a variable product in the title and I'm using this code to show the attribute below the title in the cart and checkout pages: add_filter( 'woocommerce_product_variation_title_include_attributes', '__return_false' ); add_filter( 'woocommerce_is_attribute_in_product_name', '__return_false' ); But…

VIEW QUESTION
Back To Top
Search