• Resolved pzxyz

    (@pzxyz)


    When I search for products variations all the names are the same. The only difference is ID at the beginning. How to make variation attributes visible at the and of product name. Like this:

    #3825 Product A
    #3826 Product A m/l
    #3827 Product A xs/s

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

    (@algolplus)

    hello

    please, add this code to functions.php

    add_filter("woocommerce_product_variation_title_include_attributes", "__return_true");

    Thread Starter pzxyz

    (@pzxyz)

    Thank you. Unfortunately it doesn’t work.

    Plugin Author algol.plus

    (@algolplus)

    I’ve tested it just now and I see correct product names (inc all attributes).

    please, edit this product and make 2 screenshots
    1) tab Attributes
    2) tab Variation , open 1st variation at first!

    Thread Starter pzxyz

    (@pzxyz)

    Thank you once again. It definitely works. My bad.

    • This reply was modified 3 years ago by pzxyz.
    Plugin Author algol.plus

    (@algolplus)

    It’s ok.
    You’re very welcome.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Display products attributes in search field’ is closed to new replies.