• Resolved weirdlychosen

    (@weirdlychosen)


    It is hard to select variable product if it have more than 1 attribute as variable.
    Sample: T shirt with size: S, M, L. And color: red, green, blue

    Searching the product will only show “T shirt” multiple items. It is especially hard to select product if price and photo are same for each variation.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author algol.plus

    (@algolplus)

    hi

    please, add this code to functions.php
    add_filter("woocommerce_product_variation_title_include_attributes", "__return_true");

    By default WooCommerce truncates long titles for variations.

    We added this code as option to pro version already.
    thanks, Alex

    • This reply was modified 4 years, 3 months ago by algol.plus.
    • This reply was modified 4 years, 3 months ago by algol.plus.
    Thread Starter weirdlychosen

    (@weirdlychosen)

    It worked! Thank you!
    Really appreciate it. I am planning to purchase a license to support you.

    Plugin Author algol.plus

    (@algolplus)

    you’r welcome.

    good news 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Multi Attribute Variable Products’ is closed to new replies.