WC Lovers

WooCommerce Frontend Manager - Multivendor marketplace vendor dashboard

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!

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Single product multiple vendors #73082
    bagaryakov1e
    Participant

    Oh, sure,sorry.

    maybe it took some time to update it…
    sorry

    thanks a lot you helped me!

    in reply to: Single product multiple vendors #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’ );

    }

    in reply to: Single product multiple vendors #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.
Viewing 3 posts - 1 through 3 (of 3 total)