• Resolved Bojan Deni?

    (@evilmc)


    Hello,

    When customer finish with the order, we can’t know what he order from attributes. We have 2 variation. How to fix this?

    Here is example: https://prnt.sc/10cb948

Viewing 1 replies (of 1 total)
  • Thread Starter Bojan Deni?

    (@evilmc)

    I add this code in function and now I can see all my variation attributes names.

    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 ‘Attribute names missing in order’ is closed to new replies.