• jomo

    (@jonathanmoorebcsorg)


    Hi, the variations are all using parent title in the feed, so in the feed they are not readily distinguished.

    In class-woo-feed-products.php, the line:
    $variationTitle = $parentInfo[ 'title' ];
    should be changed to read:
    $variationTitle = $variation->get_name();

    To be fair, variation titles have improved in woocommerce3.x and are now kept updated and more sensible by the woocommmerce core so they are now perfectly usable.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter jomo

    (@jonathanmoorebcsorg)

    I was double-checking this for my own sanity because I forgot where I saw it:

    generate_product_title() [since 2.7.0] is defined and used 3 times in
    class-wc-product-variation-data-store-cpt.php
    to ensure that the product name and post_title are force synchronised to parent post_title plus variation attribute values

    so it seems good to use.

    Thread Starter jomo

    (@jonathanmoorebcsorg)

    just checked latest update 2.2.22
    fix still not done

    Thread Starter jomo

    (@jonathanmoorebcsorg)

    problem still exists in latest update 2.2.32

    Thread Starter jomo

    (@jonathanmoorebcsorg)

    problem still exists in latest update 3.0.13

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘variation title coding error generates identical titles’ is closed to new replies.