Single product multiple vendors

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 7 reply threads
  • Author
    Posts
    • #72478
      bagaryakov1e
      Participant

      Hi!

      can you please is it possible to highlight that my shop has got a lot of same offers for a different price from different vendors?

      I use the button “more offers” but it is kind of hidden. Can I display it as a 1st in a list (now there are details) or maybe to display it in other place but to let customers see all the offers?
      thanx

      Attachments:
      You must be logged in to view attached files.
    • #72670
      WCFM Forum
      Keymaster

      Hi,

      Please add this line to your child theme’s functions.php –

      add_filter( 'wcfm_is_allow_product_loop_duplicate_hide', '__return_true' );

      Thank You

    • #72938
      bagaryakov1e
      Participant

      Hi!

      thank you, but it doesn’t work for me 🙁

      http://buy.shoedogs.ru/product/yeezy-boost-1-3/

      Attachments:
      You must be logged in to view attached files.
    • #73061
      WCFM Forum
      Keymaster

      Hi,

      Pleas add this code as well –

      add_action( 'woocommerce_product_meta_start', function() {
      	echo do_shortcode( '[wcfm_more_offers]' );
      }, 55 );

      Thank You

    • #73080
      bagaryakov1e
      Participant

      Hello!

      still the same 🙁

      <?php
      add_action(‘wp_enqueue_scripts’, ‘hanata_child_css’, 1001);
      add_filter( ‘wcfm_is_allow_product_loop_duplicate_hide’, ‘__return_true’ );
      add_action( ‘woocommerce_product_meta_start’, function() {
      echo do_shortcode( ‘[wcfm_more_offers]’ );
      }, 55 );

      // Load CSS
      function hanata_child_css() {
      wp_deregister_style( ‘styles-child’ );
      wp_register_style( ‘styles-child’, get_stylesheet_directory_uri() . ‘/style.css’ );
      wp_enqueue_style( ‘styles-child’ );

      }

    • #73081
      WCFM Forum
      Keymaster

      Hi,

      Umm .. may be I am not getting your requirement clearly.

      Look, “More Offers” table visible here – https://ibb.co/C0nnHMT

      Thank You

    • #73082
      bagaryakov1e
      Participant

      Oh, sure,sorry.

      maybe it took some time to update it…
      sorry

      thanks a lot you helped me!

    • #73087
      WCFM Forum
      Keymaster

      You are welcome 🙂

      Let me know if there’s anything else we can help you with.
      Can we ask for a favor John? Would you mind taking a few minutes to review our plugin at WordPress and let others know about your 5 Star experience with WCFM Marketplace. Also, follow us on Twitter @wcfmmp for more exciting news, important updates, and irresistible offers.

Viewing 7 reply threads
  • You must be logged in to reply to this topic.