variation title coding error generates identical titles
-
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)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘variation title coding error generates identical titles’ is closed to new replies.