manual relation products do not merge with woocommerce related products

Home Page Forums WP Related Items manual relation products do not merge with woocommerce related products

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author

    Posts

  • #1690

    Emilien

    Participant

    I need help to understand / configure the WRI plugin.

    I want on product pages manual relationship items display first in Woocommerce related product section below the product tab section.

    But what I get is one unformated Related Posts section generated by WRI with the manual relationships in the description Tab and below the Related Products section.

    I included a PDF with screen shots and plugin settings.

    thank you

    #1693

    WebshopLogic

    Keymaster

    Hi Emilien!

    I cannot find the attached PDF file.
    Please attache it one more time, or send it to info@webshoplogic.com

    Thank you in advance.

    Peter

    #1697

    WebshopLogic

    Keymaster

    We discussed it in private mail, the solution was the following:

    We have modified wp-related-items/wri_template/template-wri-woocommerce-loop-shop.php, and inserted these lines:

    global $woocommerce_loop;
    $options = get_option( 'wri_related_items___product' );
    $woocommerce_loop['columns'] = $options['thumbnail_columns_number'];

    These lines was inserted after this line:
    if ( ! defined( ‘ABSPATH’ ) ) exit; // Exit if accessed directly

    These modification will be in the next release of Pro version.

    #1737

    Joe

    Participant

    WooCommerce is completely ignoring my Related Products.

    As an example, this page:

    Napkin Assortment for Collage & Mixed Media

    is showing 3 related products, and NONE are ones I’ve set in the Manual Relationships area for that product. And the setting says to show 4 products, so I’m not even sure why it stopped at three.

    I’m using Version 1.1.6 and I’ve set Manual Products to be considered WITH extra weight.

    I think manual items are being used for Portfolio items (to related products to portfolio items), but Products are ignoring them completely.

    Has the fix described above been put in production? Or do I need to add that manually?

    Thanks!
    Joe

    #2135

    WebshopLogic

    Keymaster

    Hi Joe!

    Sorry for the very late answer.
    The new 1.1.8 version is available, that contains this feature.

    Peter

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.