Best Multi Vendor Marketplace Plugin for WordPress › Forums › WCFM – Feature Request › Single product multiple vendors
Tagged: Single product
- This topic has 7 replies, 2 voices, and was last updated 5 years, 11 months ago by
WCFM Forum.
- AuthorPosts
- July 14, 2019 at 8:25 pm #72478
bagaryakov1e
ParticipantHi!
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?
thanxAttachments:
You must be logged in to view attached files. - July 16, 2019 at 3:16 pm #72670
WCFM Forum
MemberHi,
Please add this line to your child theme’s functions.php –
add_filter( 'wcfm_is_allow_product_loop_duplicate_hide', '__return_true' );
Thank You
- July 18, 2019 at 11:54 am #72938
bagaryakov1e
ParticipantHi!
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. - July 19, 2019 at 10:57 am #73061
WCFM Forum
MemberHi,
Pleas add this code as well –
add_action( 'woocommerce_product_meta_start', function() { echo do_shortcode( '[wcfm_more_offers]' ); }, 55 );
Thank You
- July 19, 2019 at 12:08 pm #73080
bagaryakov1e
ParticipantHello!
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’ );}
- July 19, 2019 at 12:36 pm #73081
WCFM Forum
MemberHi,
Umm .. may be I am not getting your requirement clearly.
Look, “More Offers” table visible here – https://ibb.co/C0nnHMT
Thank You
- July 19, 2019 at 12:38 pm #73082
bagaryakov1e
ParticipantOh, sure,sorry.
maybe it took some time to update it…
sorrythanks a lot you helped me!
- July 19, 2019 at 12:56 pm #73087
WCFM Forum
MemberYou 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.
- AuthorPosts
- You must be logged in to reply to this topic.