Viewing 1 replies (of 1 total)
  • Put this in your theme’s function.php file

    // ADD VARIATION TO CART AND ORDER
    add_filter( 'woocommerce_product_variation_title_include_attributes', '__return_false' );
    add_filter( 'woocommerce_is_attribute_in_product_name', '__return_false' );
Viewing 1 replies (of 1 total)
  • The topic ‘Dates no longer in the emails after newest update’ is closed to new replies.