• (version 3.0.6 – wordpres 4.7.4)
    The Child title is replaced by the Parent title:

    Example
    ADMIN PRODUCT VIEW
    Grouped Product name : Cell phone
    Child Product 1 : USB cable
    Child Product 2 : Power supply
    ——————————————-

    CLIENT VIEW
    Grouped Product name : Cell phone
    Child Product 1 : Cell phone
    Child Product 2 : Cell phone
    ——————————————–

    Temporary Solved Rolling back to Woocommerce 3.0.5

    ——————————————–
    SERVER SPECS :
    OS ?Debian 8.8? (default install)
    Product Plesk Onyx Version 17.5.3 (default install)

    MariaDB
    10.0.30-MariaDB-0+deb8u2 – (Debian)
    UTF-8 Unicode (utf8)

Viewing 7 replies - 1 through 7 (of 7 total)
  • Brent

    (@unswolelildude)

    I’m having the same issue. Also, my long product descriptions are not showing up on grouped products too.

    I’m having the same issue.

    Same issue here , different domains , different servers… all upgraded to the newer woocommerce Version 3.0.6

    Temporary fix until 3.0.7 is launched

    change line 70 in

    wp-content/plugins/woocommerce/templates/single-product/add-to-cart/grouped.php

    to the below line

    <?php echo $grouped_product->is_visible() ? '<a href="' . esc_url( apply_filters( 'woocommerce_grouped_product_list_link', get_permalink( $grouped_product->get_id() ), $grouped_product->get_id() ) ) . '">' . $grouped_product->get_name() . '</a>' : $grouped_product->get_name(); ?>

    Same file to update the get the description back working from parent group product as before.

    Line 81 or there abouts in the same file
    wp-content/plugins/woocommerce/templates/single-product/add-to-cart/grouped.php

    remove line $post = $previous_post;

    change to setup_postdata( $post =& $previous_post );

    Brent

    (@unswolelildude)

    That worked. Thanks!

    I’m still having this issue with my subscriptions in 3.1.2, is anyone else?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Grouped Products (Child title shows Parent title)’ is closed to new replies.