• Resolved mboeckly

    (@mboeckly)


    Hello everyone,

    i got some issues with the Single Product – Multiple Vendor function.

    1. Is there a way to decide or Change which Product is getting displayed in the Catalog if there are multiple Vendors selling this Product. I am not 100% sure but it feels like that the Vendor who added the Product initialy is the only one getting displayed in the Catalog and everyone else is displayed only in the “More Offers” Tab. That wouldn’t be fair to our Customers since you can add a Product to your Cart without checking for more Offers and in the Catalog itself it is not displayed that there are other offers available. That means that noone is going to use this Function on our Website due to the fact that they all want to be displayed in the Catalog aswell or atleast have a Impact on who is getting displayed.

    2. Our Product Filter is not getting Infos about Attributes used in a Product that was created with the Single Product – Multiple Vendor function. Changing the Attributes on the Copied Product has no Impact on the Filter Functions at all. We have highly technical Products and sometimes small changes are necesarry and at the moment only the Original Creator of the Product can make those changes.

    Maybe Problem 1 and 2 are based on the same core Problem.

    I hope you can somehow help me. If you Need more Information just let me know.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author WC Lovers

    (@wclovers)

    Is there a way to decide or Change which Product is getting displayed in the Catalog if there are multiple Vendors selling this Product.

    – By default it shows lowest cost product in site. All products are visible under “More Offers” tabs.

    DO you want to show all products though out the site?

    Thread Starter mboeckly

    (@mboeckly)

    It would be great to somehow have an Impact on which Products are Displayed. We could have some Problems when it is Always the lowest cost Product thats why I am asking.

    I want to highlight the issue is also on Radius Filter: it shows and filter only the FIRST product entered. So if the product (the Added as 2nd) is in my radius it is not shown.

    The Radius filter should show all the products in the selected radius, otherwise is useless.

    Plugin Author WC Lovers

    (@wclovers)

    it shows and filter only the FIRST product entered. So if the product (the Added as 2nd) is in my radius it is not shown.

    – Do you mean “Single product multi vendor” products?

    – Do you mean “Single product multi vendor” products?

    Yes, “Single product multi vendor” products.

    If there are 2 vendors of the Product XYZ, Vendor 1 in London and Vendor 2 in Paris (vendor who did “Add to my store”) and I am in Paris, I do not see any product XYZ.

    Thank you

    Plugin Author WC Lovers

    (@wclovers)

    Add this line to your site –

    add_filter( 'wcfm_is_allow_product_loop_duplicate_hide', '__return_false' );

    Add custom code(s) to your child theme’s functions.php
    In case you do not have child theme then add those using this plugin – https://wordpress.org/plugins/code-snippets/

    Thanks,

    with this code do I get duplicated products in the normal Shop page before any filter ?

    Plugin Author WC Lovers

    (@wclovers)

    Yes, all products will be visible.

    Is it possible to get all products visible only when Store Radius Filter is Active ?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Problem with Single Product Multiple Vendors’ is closed to new replies.